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