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
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
2025-02-19
Add support for LIKE in CREATE FOREIGN TABLE
Michael Paquier
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-29
Require callers of coerce_to_domain() to supply base type/typmod.
Tom Lane
2025-01-29
Handle default NULL insertion a little better.
Tom Lane
2025-01-17
Fix parsing of qualified relation names in RETURNING.
Dean Rasheed
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-07
Fix error message wording
Álvaro Herrera
2025-01-06
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-17
Print out error position for some more DDLs
Michael Paquier
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-10-31
Make all ereport() calls within gram.y provide error locations.
Tom Lane
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Track more precisely query locations for nested statements
Michael Paquier
2024-10-22
Improve parser's reporting of statement start locations.
Tom Lane
2024-10-17
Improve node type forward reference
Peter Eisentraut
2024-10-16
Fix typo in comment of transformJsonAggConstructor()
Amit Langote
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-09-30
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-24
Add ONLY support for VACUUM and ANALYZE
David Rowley
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-11
Remove incorrect Assert.
Tom Lane
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
Revert recent SQL/JSON related commits
Amit Langote
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-05
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-22
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-09
Remove obsolete RECHECK keyword completely
Peter Eisentraut
2024-08-07
Refactor/reword some error messages to avoid duplicates
Alvaro Herrera
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-07-30
SQL/JSON: Some fixes to JsonBehavior expression casting
Amit Langote
2024-07-17
SQL/JSON: Rethink c2d93c3802b
Amit Langote
2024-07-14
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-04
SQL/JSON: Fix some obsolete comments.
Amit Langote
[next]