index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
6 days
Remove unused assignment in CREATE PUBLICATION grammar.
Amit Kapila
12 days
Implement WAIT FOR command
Alexander Korotkov
13 days
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
13 days
Error message stylistic correction
Peter Eisentraut
2025-11-03
Fix outdated comment of COPY in gram.y.
Masahiko Sawada
2025-10-29
Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-15
Standardize use of REFRESH PUBLICATION in code and messages.
Amit Kapila
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-10-09
Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions
Amit Langote
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-09-29
Add GROUP BY ALL.
Tom Lane
2025-09-27
Refactor to avoid code duplication in transformPLAssignStmt.
Tom Lane
2025-09-27
Fix missed copying of groupDistinct in transformPLAssignStmt.
Tom Lane
2025-09-17
Calculate agglevelsup correctly when Aggref contains a CTE.
Tom Lane
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-10
Fix CREATE TABLE LIKE with not-valid check constraint
Peter Eisentraut
2025-09-08
Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.
Robert Haas
2025-09-08
Update parser README to include parse_jsontable.c
Michael Paquier
2025-09-02
Add HINT for COPY TO when WHERE clause is used.
Fujii Masao
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
2025-07-25
Refactor grammar to create opt_utility_option_list
Álvaro Herrera
2025-07-11
Add option list to CHECKPOINT command.
Nathan Bossart
2025-07-03
Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Álvaro Herrera
2025-07-03
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-07-02
Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
2025-07-01
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
2025-06-26
Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.
Fujii Masao
2025-06-12
Fix squashing algorithm for query texts
Álvaro Herrera
2025-06-12
Revert support for improved tracking of nested queries
Michael Paquier
2025-05-21
Fix regression with location calculation of nested statements
Michael Paquier
2025-05-15
Fix Assert failure in XMLTABLE parser
Richard Guo
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-05
Fix parse_cte.c's failure to examine sub-WITHs in DML statements.
Tom Lane
2025-04-05
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-04-04
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
Fujii Masao
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-03-28
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-27
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT
Álvaro Herrera
2025-03-19
Update a code comment
Peter Eisentraut
2025-03-13
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2025-03-09
Don't try to parallelize array_agg() on an anonymous record type.
Tom Lane
2025-03-05
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Álvaro Herrera
2025-03-04
Fix ALTER TABLE error message
Álvaro Herrera
2025-02-19
Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
[next]