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
/
include
Age
Commit message (
Expand
)
Author
2025-01-31
Add pgstat_drop_matching_entries() to pgstats
Michael Paquier
2025-01-30
Use "ssize_t" not "long" in max_stack_depth-related code.
Tom Lane
2025-01-30
Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.
Tom Lane
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-29
Handle default NULL insertion a little better.
Tom Lane
2025-01-29
Avoid breaking SJIS encoding while de-backslashing Windows paths.
Tom Lane
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-29
Revert "Speed up tail processing when hashing aligned C strings, take two"
John Naylor
2025-01-28
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-28
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-25
Merge copies of converting an XID to a FullTransactionId.
Noah Misch
2025-01-25
Change shutdown sequence to terminate checkpointer last
Andres Freund
2025-01-24
Add SQL function CASEFOLD().
Jeff Davis
2025-01-24
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-23
Add support for Unicode case folding.
Jeff Davis
2025-01-23
Convert macros to static inline functions (htup_details.h, itup.h)
Peter Eisentraut
2025-01-23
Add some const decorations (htup.h)
Peter Eisentraut
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-22
Fix comment about AVX-512 popcount support.
Nathan Bossart
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
Avoid using timezone Asia/Manila in regression tests.
Tom Lane
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
Add PageData C type
Peter Eisentraut
2025-01-19
Remove PrintBufferDescs() and PrintPinnedBufs().
Tom Lane
2025-01-19
Be clearer about when jsonapi's need_escapes is needed
Andrew Dunstan
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
Add pg_nodiscard decorations to base64 functions
Peter Eisentraut
2025-01-17
Remove redefinitions of SIG_* macros in win32_port.h.
Nathan Bossart
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
Convert libpgport's pqsignal() to a void function.
Nathan Bossart
2025-01-16
Seek zone abbreviations in the IANA data before timezone_abbreviations.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Fix cpluspluscheck for "Change gist stratnum function to use CompareType"
Peter Eisentraut
2025-01-15
IWYU pragmas for catalog headers
Peter Eisentraut
2025-01-15
IWYU widely useful pragmas
Peter Eisentraut
2025-01-15
postgres_fdw: SCRAM authentication pass-through
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
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
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
Bump PGSTAT_FILE_FORMAT_ID
Michael Paquier
[next]