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
Age
Commit message (
Expand
)
Author
2025-01-23
Ensure that AFTER triggers run as the instigating user.
Tom Lane
2025-01-23
Add support for Unicode case folding.
Jeff Davis
2025-01-23
Reverse the search order in afterTriggerAddEvent().
Tom Lane
2025-01-23
Allow NOT VALID foreign key constraints on partitioned tables
Álvaro Herrera
2025-01-23
Fix buildfarm failure introduced by commit e65dbc9927.
Amit Kapila
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-23
Add error pattern checks for some TAP tests for non-existing objects
Michael Paquier
2025-01-23
Improve TAP tests of pg_basebackup
Michael Paquier
2025-01-22
Support RN (roman-numeral format) in to_number().
Tom Lane
2025-01-22
Fix comment about AVX-512 popcount support.
Nathan Bossart
2025-01-22
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
Tom Lane
2025-01-22
Fix \dRp+ output when describing publications with a lower server version.
Amit Kapila
2025-01-22
Additional tests for stored generated columns
Peter Eisentraut
2025-01-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-22
Run perltidy
Michael Paquier
2025-01-21
Doc: simplify the tutorial's window-function examples.
Tom Lane
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
Improve whitespace in without_overlaps test
Peter Eisentraut
2025-01-21
Improve generated_stored test
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
Update time zone data files to tzdata release 2025a.
Tom Lane
2025-01-20
Avoid using timezone Asia/Manila in regression tests.
Tom Lane
2025-01-20
Improve generated_stored test
Peter Eisentraut
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-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-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
vacuumdb: Fix comment for vacuum_one_database().
Nathan Bossart
2025-01-17
Add documentation about calling version-1 C functions from C.
Tom Lane
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
Add pg_nodiscard decorations to base64 functions
Peter Eisentraut
2025-01-17
Revert recent changes related to handling of 2PC files at recovery
Michael Paquier
2025-01-17
Remove redefinitions of SIG_* macros in win32_port.h.
Nathan Bossart
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
Convert libpgport's pqsignal() to a void function.
Nathan Bossart
[next]