Commit Graph

4993 Commits (master)

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