Commit Graph

4855 Commits (cb36f8ec2124b0c495da057a2f55735fe858be0e)

Author SHA1 Message Date
Michael Paquier 3430215fe3 pg_stat_statements: Add more tests with temp tables and namespaces 9 months ago
Alexander Korotkov 62f36d6924 postgres_fdw: Remove redundant check in semijoin_target_ok() 9 months ago
Alexander Korotkov 023fb51275 postgres_fdw: Avoid pulling up restrict infos from subqueries 9 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 9 months ago
Peter Eisentraut 618c64ffd3 Revert workarounds for -Wmissing-braces false positives on old GCC 9 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 9 months ago
Robert Haas c65bc2e1d1 Make it possible for loadable modules to add EXPLAIN options. 9 months ago
Michael Paquier 3943f5cff6 Fix inconsistent quoting for some options in TAP tests 9 months ago
Michael Paquier 19c6e92b13 Apply more consistent style for command options in TAP tests 9 months ago
Tom Lane 4489044239 contrib/isn: Make weak mode a GUC setting, and fix related functions. 9 months ago
Peter Eisentraut 3691edfab9 pg_noreturn to replace pg_attribute_noreturn() 9 months ago
David Rowley b955df4434 Fix indentation issue 9 months ago
Masahiko Sawada 9e088f7dd8 Fix compiler warning in pg_logicalinspect. 9 months ago
Masahiko Sawada bd65cb3cd4 pg_logicalinspect: Fix possible crash when passing a directory path. 9 months ago
Masahiko Sawada a49927f04c pg_logicalinspect: Stabilize isolation tests. 9 months ago
Tom Lane 8b1b342544 Improve EXPLAIN's display of window functions. 9 months ago
Peter Geoghegan 426ea61117 nbtree: Make BTMaxItemSize into object-like macro. 9 months ago
Peter Geoghegan 0fbceae841 Show index search count in EXPLAIN ANALYZE, take 2. 9 months ago
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. 10 months ago
Robert Haas 9173e8b604 Create explain_format.c and move relevant code there. 10 months ago
Robert Haas 95dbd827f2 EXPLAIN: Always use two fractional digits for row counts. 10 months ago
Peter Eisentraut ce62f2f2a0 Generalize hash and ordering support in amapi 10 months ago
Masahiko Sawada dfd8e6c73e Fix an issue with index scan using pg_trgm due to char signedness on different architectures. 10 months ago
Peter Eisentraut 7d6d2c4bbd Drop opcintype from index AM strategy translation API 10 months ago
Peter Eisentraut 3e4d868615 Remove various unnecessary (char *) casts 10 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 10 months ago
John Naylor 53d3daa491 Specialize intarray sorting 10 months ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 10 months ago
Daniel Gustafsson 9ad1b3d01f pgcrypto: Add support for CFB mode in AES encryption 10 months ago
Peter Eisentraut ed5e5f0710 Remove unnecessary (char *) casts [xlog] 10 months ago
Masahiko Sawada 072ee847ad Skip logical decoding of already-aborted transactions. 10 months ago
Peter Eisentraut 1b5841d461 Remove unnecessary (char *) casts [checksum] 10 months ago
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem] 10 months ago
Peter Eisentraut 506183bce7 Remove unnecessary (char *) casts [string] 10 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 10 months ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 10 months ago
Daniel Gustafsson 44ec095751 Remove support for linking with libeay32 and ssleay32 10 months ago
Daniel Gustafsson affd38e55a pgcrypto: Remove static storage class from variables 10 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. 11 months ago
John Naylor 128897b101 Fix grammatical typos around possessive "its" 11 months ago
Noah Misch 81772a495e Merge copies of converting an XID to a FullTransactionId. 11 months ago
Peter Eisentraut 13a255c195 Fix copy-and-paste typo 11 months ago