Commit Graph

4954 Commits (ab4a35b4ea9d2290b1ee5ec25f65df4c739077cb)

Author SHA1 Message Date
Alexander Korotkov 62f36d6924 postgres_fdw: Remove redundant check in semijoin_target_ok() 6 months ago
Alexander Korotkov 023fb51275 postgres_fdw: Avoid pulling up restrict infos from subqueries 6 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 6 months ago
Peter Eisentraut 618c64ffd3 Revert workarounds for -Wmissing-braces false positives on old GCC 6 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 6 months ago
Robert Haas c65bc2e1d1 Make it possible for loadable modules to add EXPLAIN options. 6 months ago
Michael Paquier 3943f5cff6 Fix inconsistent quoting for some options in TAP tests 6 months ago
Michael Paquier 19c6e92b13 Apply more consistent style for command options in TAP tests 6 months ago
Tom Lane 4489044239 contrib/isn: Make weak mode a GUC setting, and fix related functions. 6 months ago
Peter Eisentraut 3691edfab9 pg_noreturn to replace pg_attribute_noreturn() 6 months ago
David Rowley b955df4434 Fix indentation issue 6 months ago
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