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
/
contrib
Age
Commit message (
Expand
)
Author
2025-03-17
Fix inconsistent quoting for some options in TAP tests
Michael Paquier
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-16
contrib/isn: Make weak mode a GUC setting, and fix related functions.
Tom Lane
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-12
Fix indentation issue
David Rowley
2025-03-12
Fix compiler warning in pg_logicalinspect.
Masahiko Sawada
2025-03-11
pg_logicalinspect: Fix possible crash when passing a directory path.
Masahiko Sawada
2025-03-11
pg_logicalinspect: Stabilize isolation tests.
Masahiko Sawada
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
nbtree: Make BTMaxItemSize into object-like macro.
Peter Geoghegan
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-03-05
Revert "Show index search count in EXPLAIN ANALYZE."
Peter Geoghegan
2025-03-05
Show index search count in EXPLAIN ANALYZE.
Peter Geoghegan
2025-03-02
postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.
Fujii Masao
2025-02-28
Adjust auto_explain's GUC descriptions.
Nathan Bossart
2025-02-27
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2025-02-27
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-02-21
Fix an issue with index scan using pg_trgm due to char signedness on differen...
Masahiko Sawada
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-18
Specialize intarray sorting
John Naylor
2025-02-17
pg_stat_statements: Add wal_buffers_full
Michael Paquier
2025-02-14
pgcrypto: Add support for CFB mode in AES encryption
Daniel Gustafsson
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-13
Skip logical decoding of already-aborted transactions.
Masahiko Sawada
2025-02-12
Remove unnecessary (char *) casts [checksum]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-11
Add is_analyze parameter to vacuum_delay_point().
Nathan Bossart
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-06
Remove support for linking with libeay32 and ssleay32
Daniel Gustafsson
2025-02-06
pgcrypto: Remove static storage class from variables
Daniel Gustafsson
2025-02-04
sepgsql: update TAP test to use fat comma style
Peter Eisentraut
2025-02-02
Convert strategies to and from compare types
Peter Eisentraut
2025-02-02
Move CompareType to separate header file
Peter Eisentraut
2025-02-01
Add get_opfamily_name() function
Peter Eisentraut
2025-01-29
Handle default NULL insertion a little better.
Tom Lane
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-25
Merge copies of converting an XID to a FullTransactionId.
Noah Misch
2025-01-24
Fix copy-and-paste typo
Peter Eisentraut
2025-01-24
pgcrypto: Make it possible to disable built-in crypto
Daniel Gustafsson
2025-01-24
pgcrypto: Add function to check FIPS mode
Daniel Gustafsson
2025-01-24
Convert sepgsql tests to TAP
Peter Eisentraut
2025-01-24
meson: Fix sepgsql installation
Peter Eisentraut
2025-01-23
Convert macros to static inline functions (htup_details.h, itup.h)
Peter Eisentraut
2025-01-22
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
Tom Lane
2025-01-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
[next]