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
Age
Commit message (
Expand
)
Author
2025-01-21
Reword recent error messages: "should" -> "must"
Álvaro Herrera
2025-01-21
Fix detach of a partition that has a toplevel FK to a partitioned table
Álvaro Herrera
2025-01-21
Fix NO ACTION temporal foreign keys when the referenced endpoints change
Peter Eisentraut
2025-01-21
Refactor ExecScan() to allow inlining of its core logic
Amit Langote
2025-01-21
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-21
Rename some pgstats callbacks related to flush of entries
Michael Paquier
2025-01-20
Add some more use of Page/PageData rather than char *
Peter Eisentraut
2025-01-20
Add const qualifiers to bufpage.h
Peter Eisentraut
2025-01-20
Fix latch event policy that hid socket events.
Thomas Munro
2025-01-20
Fix header check for continuation records where standbys could be stuck
Michael Paquier
2025-01-19
Remove PrintBufferDescs() and PrintPinnedBufs().
Tom Lane
2025-01-17
Support PG_UNICODE_FAST locale in the builtin collation provider.
Jeff Davis
2025-01-17
Support Unicode full case mapping and conversion.
Jeff Davis
2025-01-17
Fix parsing of qualified relation names in RETURNING.
Dean Rasheed
2025-01-17
Speed up hex_encode with bytewise lookup
John Naylor
2025-01-17
Remove flex version checks
Peter Eisentraut
2025-01-17
Revert recent changes related to handling of 2PC files at recovery
Michael Paquier
2025-01-17
Fix setrefs.c's failure to do expression processing on prune steps.
Tom Lane
2025-01-16
Add and use BitmapHeapScanDescData struct
Melanie Plageman
2025-01-16
Rework macro pgstat_is_ioop_tracked_in_bytes()
Michael Paquier
2025-01-16
Seek zone abbreviations in the IANA data before timezone_abbreviations.
Tom Lane
2025-01-16
Fix nbtree contradictory array element comment.
Peter Geoghegan
2025-01-16
Split ATExecValidateConstraint into reusable pieces
Álvaro Herrera
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
Remove dead code
Peter Eisentraut
2025-01-16
refactor: split ATExecAlterConstrRecurse()
Peter Eisentraut
2025-01-15
Add more general summary to vacuumlazy.c
Melanie Plageman
2025-01-15
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2025-01-15
Downgrade error in object_aclmask_ext() to internal
Peter Eisentraut
2025-01-15
Downgrade errors in object_ownercheck() to internal
Peter Eisentraut
2025-01-15
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-14
Synchronize guc_tables.c categories with vacuum docs categories
Melanie Plageman
2025-01-14
Consistently spell "leakproof" without a hyphen.
Dean Rasheed
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-14
Fix potential integer overflow in bringetbitmap()
Michael Paquier
2025-01-14
Remove assertion in pgstat_count_io_op()
Michael Paquier
2025-01-14
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-13
Revert "TupleHashTable: store additional data along with tuple."
Jeff Davis
2025-01-13
Reorder vacuum GUCs in postgresql.conf.sample to match docs
Melanie Plageman
2025-01-13
Move nbtree preprocessing into new .c file.
Peter Geoghegan
2025-01-13
Fix pgindent damage
Richard Guo
2025-01-12
Fix HBA option count
Daniel Gustafsson
2025-01-12
Fix JsonExpr deparsing to quote variable names in the PASSING clause.
Dean Rasheed
2025-01-12
Fix XMLTABLE() deparsing to quote namespace names if necessary.
Dean Rasheed
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
Fix redefinition of type in commit e0ece2a981.
Jeff Davis
2025-01-11
TupleHashTable: store additional data along with tuple.
Jeff Davis
2025-01-11
Make verify_compact_attribute available in non-assert builds
David Rowley
[next]