Commit Graph

4837 Commits (b83e8a2ca2eb381ea0a48e5b2d4e4cdb74febc45)

Author SHA1 Message Date
Peter Eisentraut af4002b381 Rename amcancrosscompare 10 months ago
Peter Geoghegan d00107cd63 Revert "Show index search count in EXPLAIN ANALYZE." 10 months ago
Peter Geoghegan 5ead85fbc8 Show index search count in EXPLAIN ANALYZE. 10 months ago
Fujii Masao fe186bda78 postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. 10 months ago
Nathan Bossart e636da9200 Adjust auto_explain's GUC descriptions. 11 months ago
Robert Haas 9173e8b604 Create explain_format.c and move relevant code there. 11 months ago
Robert Haas 95dbd827f2 EXPLAIN: Always use two fractional digits for row counts. 11 months ago
Peter Eisentraut ce62f2f2a0 Generalize hash and ordering support in amapi 11 months ago
Masahiko Sawada dfd8e6c73e Fix an issue with index scan using pg_trgm due to char signedness on different architectures. 11 months ago
Peter Eisentraut 7d6d2c4bbd Drop opcintype from index AM strategy translation API 11 months ago
Peter Eisentraut 3e4d868615 Remove various unnecessary (char *) casts 11 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 11 months ago
John Naylor 53d3daa491 Specialize intarray sorting 11 months ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 11 months ago
Daniel Gustafsson 9ad1b3d01f pgcrypto: Add support for CFB mode in AES encryption 11 months ago
Peter Eisentraut ed5e5f0710 Remove unnecessary (char *) casts [xlog] 11 months ago
Masahiko Sawada 072ee847ad Skip logical decoding of already-aborted transactions. 11 months ago
Peter Eisentraut 1b5841d461 Remove unnecessary (char *) casts [checksum] 11 months ago
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem] 11 months ago
Peter Eisentraut 506183bce7 Remove unnecessary (char *) casts [string] 11 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 11 months ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 11 months ago
Daniel Gustafsson 44ec095751 Remove support for linking with libeay32 and ssleay32 11 months ago
Daniel Gustafsson affd38e55a pgcrypto: Remove static storage class from variables 11 months ago
Peter Eisentraut cc2c9fa696 sepgsql: update TAP test to use fat comma style 11 months ago
Peter Eisentraut c09e5a6a01 Convert strategies to and from compare types 11 months ago
Peter Eisentraut 119fc30dd5 Move CompareType to separate header file 11 months ago
Peter Eisentraut 43493cceda Add get_opfamily_name() function 11 months ago
Tom Lane 0da39aa766 Handle default NULL insertion a little better. 12 months ago
John Naylor 128897b101 Fix grammatical typos around possessive "its" 12 months ago
Noah Misch 81772a495e Merge copies of converting an XID to a FullTransactionId. 12 months ago
Peter Eisentraut 13a255c195 Fix copy-and-paste typo 12 months ago
Daniel Gustafsson 035f99cbeb pgcrypto: Make it possible to disable built-in crypto 12 months ago
Daniel Gustafsson 924d89a354 pgcrypto: Add function to check FIPS mode 12 months ago
Peter Eisentraut aeb8ea361a Convert sepgsql tests to TAP 12 months ago
Peter Eisentraut 02ed3c2bdc meson: Fix sepgsql installation 12 months ago
Peter Eisentraut 34694ec888 Convert macros to static inline functions (htup_details.h, itup.h) 12 months ago
Tom Lane ea68ea6320 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 12 months ago
Michael Paquier ce1b0f9da0 Improve grammar of options for command arrays in TAP tests 12 months ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 12 months ago
Peter Eisentraut ff030ebe25 Check return of pg_b64_encode() for error 12 months ago
Peter Eisentraut 761c79508e postgres_fdw: SCRAM authentication pass-through 12 months ago
Peter Eisentraut 630f9a43ce Change gist stratnum function to use CompareType 12 months ago
Tom Lane bebe904038 Use @extschema:name@ notation in contrib transform modules. 1 year ago
Michael Paquier e0c3d5122e pg_freespacemap: Fix declaration of pg_freespace(regclass) 1 year ago
Nathan Bossart f7e1b3828a Add passwordcheck.min_password_length. 1 year ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year ago
Tom Lane 68ff25eef1 contrib/pageinspect: Use SQL-standard function bodies. 1 year ago
Tom Lane 667368fd26 contrib/xml2: Use SQL-standard function bodies. 1 year ago
Tom Lane 97a5a16849 contrib/citext: Use SQL-standard function bodies. 1 year ago