Commit Graph

4879 Commits (eec0040c4bcd650993bb058ebdf61ab94171fda4)

Author SHA1 Message Date
Andres Freund ae3df4b341 read_stream: Introduce and use optional batchmode support 10 months ago
Tomas Vondra 49b82522f1 Remove incidental md5() function use from test 10 months ago
Tomas Vondra 68f97aeadb amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY tests 10 months ago
Tomas Vondra ca738bdc4c amcheck: Add a test with GIN index on JSONB data 10 months ago
Tomas Vondra ec4327d106 amcheck: Fix indentation in verify_gin.c 10 months ago
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 10 months ago
Tomas Vondra d70b17636d amcheck: Move common routines into a separate module 10 months ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 10 months ago
Robert Haas 83ccc85859 pg_overexplain: Use PG_MODULE_MAGIC_EXT. 10 months ago
Robert Haas 9f0c36aea0 pg_overexplain: Call previous hooks as appropriate. 10 months ago
Melanie Plageman 043799fa08 Use streaming read I/O in heap amcheck 10 months ago
Tom Lane 4623d71443 Prevent assertion failure in contrib/pg_freespacemap. 10 months ago
Robert Haas 081ec08e6a pg_overexplain: Filter out actual row count from test result. 10 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 10 months ago
David Rowley f31aad9b07 Fix query jumbling to account for NULL nodes 10 months ago
Robert Haas 47a1f076a7 pg_overexplain: SET jit=off when running tests. 10 months ago
Robert Haas de65c4dade Fix oversights in commit 8d5ceb113e 10 months ago
Robert Haas 8d5ceb113e pg_overexplain: Additional EXPLAIN options for debugging. 10 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 10 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 10 months ago
Daniel Gustafsson e92c0632c1 Move GSSAPI includes into its own header 10 months ago
Peter Eisentraut 3642df265d dblink: SCRAM authentication pass-through 10 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 10 months ago
Peter Eisentraut d2028e9bbc postgres_fdw: Fix tests on some Windows variants 10 months ago
Michael Paquier 3430215fe3 pg_stat_statements: Add more tests with temp tables and namespaces 10 months ago
Alexander Korotkov 62f36d6924 postgres_fdw: Remove redundant check in semijoin_target_ok() 10 months ago
Alexander Korotkov 023fb51275 postgres_fdw: Avoid pulling up restrict infos from subqueries 10 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 10 months ago
Peter Eisentraut 618c64ffd3 Revert workarounds for -Wmissing-braces false positives on old GCC 10 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 10 months ago
Robert Haas c65bc2e1d1 Make it possible for loadable modules to add EXPLAIN options. 10 months ago
Michael Paquier 3943f5cff6 Fix inconsistent quoting for some options in TAP tests 10 months ago
Michael Paquier 19c6e92b13 Apply more consistent style for command options in TAP tests 10 months ago
Tom Lane 4489044239 contrib/isn: Make weak mode a GUC setting, and fix related functions. 10 months ago
Peter Eisentraut 3691edfab9 pg_noreturn to replace pg_attribute_noreturn() 10 months ago
David Rowley b955df4434 Fix indentation issue 10 months ago
Masahiko Sawada 9e088f7dd8 Fix compiler warning in pg_logicalinspect. 10 months ago
Masahiko Sawada bd65cb3cd4 pg_logicalinspect: Fix possible crash when passing a directory path. 10 months ago
Masahiko Sawada a49927f04c pg_logicalinspect: Stabilize isolation tests. 10 months ago
Tom Lane 8b1b342544 Improve EXPLAIN's display of window functions. 10 months ago
Peter Geoghegan 426ea61117 nbtree: Make BTMaxItemSize into object-like macro. 10 months ago
Peter Geoghegan 0fbceae841 Show index search count in EXPLAIN ANALYZE, take 2. 10 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. 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