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
/
utils
Age
Commit message (
Expand
)
Author
2024-06-19
SQL/JSON: Correct jsonpath variable name matching
Amit Langote
2024-06-18
Fix incorrect punctuation in error message
Peter Eisentraut
2024-06-17
Improve tracking of role dependencies of pg_init_privs entries.
Tom Lane
2024-06-17
Teach jsonpath string() to unwrap in lax mode
Andrew Dunstan
2024-06-14
Fix parsing of ignored operators in websearch_to_tsquery().
Tom Lane
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-07
Add more debugging information when dropping twice pgstats entry
Michael Paquier
2024-06-06
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-06-05
Prevent inconsistent use of stats entry for replication slots
Michael Paquier
2024-06-05
Move new SLRU buffers GUCs to a better place in postgresql.conf.sample
Peter Eisentraut
2024-06-04
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-05-22
Fix input of ISO "extended" time format for types time and timetz.
Tom Lane
2024-05-17
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
Remove unused typedefs
Peter Eisentraut
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-12
Introduce private data area for injection points
Michael Paquier
2024-05-08
Fix typo in src/backend/utils/resowner/README.
Etsuro Fujita
2024-05-07
Remove obsolete comment.
Jeff Davis
2024-05-07
postgresql.conf: align variable comments, mostly new ones
Bruce Momjian
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-29
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
2024-04-28
Detect more overflows in timestamp[tz]_pl_interval.
Tom Lane
2024-04-23
Improve "out of range" error messages for GUCs.
Tom Lane
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
SQL/JSON: Miscellaneous fixes and improvements
Amit Langote
2024-04-18
SQL/JSON: Improve some error messages
Amit Langote
2024-04-16
Update mmgr's README to mention BumpContext
David Rowley
2024-04-16
Push dedicated BumpBlocks to the tail of the blocks list
David Rowley
2024-04-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint
Alvaro Herrera
2024-04-15
Fix ALTER DOMAIN NOT NULL syntax
Peter Eisentraut
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-09
Fixup various StringInfo function usages
David Rowley
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-09
Remove unused BumpBlockIsValid macro
David Rowley
2024-04-08
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
Adjust wording of trace_connection_negotiation GUC's description
Heikki Linnakangas
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly
Amit Langote
2024-04-08
Fix the wording of or_to_any_transform_limit description
Alexander Korotkov
2024-04-08
Fix the value of or_to_any_transform_limit in postgresql.conf.sample
Alexander Korotkov
2024-04-07
Enhance libpq encryption negotiation tests with new GUC
Heikki Linnakangas
2024-04-07
Fix incorrect KeeperBlock macro in bump.c
David Rowley
[next]