Commit Graph

4893 Commits (46b4ba533cee9f64a60714d91607e74362abf67f)

Author SHA1 Message Date
Tomas Vondra ba2a3c2302 Add pg_buffercache_numa view with NUMA node info 9 months ago
Tom Lane 8cfbdf8f4d Fix some issues in contrib/spi/refint.c. 9 months ago
Tom Lane 969ab9d4f5 Follow-up fixes for SHA-2 patch (commit 749a9e20c). 9 months ago
Tom Lane b73e6d71a8 Fix erroneous construction of functions' dependencies on transforms. 9 months ago
Tom Lane 8ab6ef2bb8 Fix memory leaks in px_crypt_shacrypt(). 9 months ago
Álvaro Herrera 749a9e20c9
Add modern SHA-2 based password hashes to pgcrypto. 9 months ago
Melanie Plageman d9c7911e1a Use streaming read I/O in autoprewarm 9 months ago
Melanie Plageman 6acab8bdbc Refactor autoprewarm_database_main() in preparation for read stream 9 months ago
Melanie Plageman 7f848cb788 Remove superfluous autoprewarm check 9 months ago
Melanie Plageman 64e7fa43a9 Fix autoprewarm neglect of tablespaces 9 months ago
Peter Eisentraut 8123e91f5a Convert PathKey to use CompareType 9 months ago
Melanie Plageman 54a3615f15 Remove misleading read stream asserts in a few users 9 months ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 9 months ago
Heikki Linnakangas 9370978da8 Fix boilerplate comments in btree_gist 9 months ago
Andres Freund ae3df4b341 read_stream: Introduce and use optional batchmode support 9 months ago
Tomas Vondra 49b82522f1 Remove incidental md5() function use from test 9 months ago
Tomas Vondra 68f97aeadb amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY tests 9 months ago
Tomas Vondra ca738bdc4c amcheck: Add a test with GIN index on JSONB data 9 months ago
Tomas Vondra ec4327d106 amcheck: Fix indentation in verify_gin.c 9 months ago
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 9 months ago
Tomas Vondra d70b17636d amcheck: Move common routines into a separate module 9 months ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 9 months ago
Robert Haas 83ccc85859 pg_overexplain: Use PG_MODULE_MAGIC_EXT. 9 months ago
Robert Haas 9f0c36aea0 pg_overexplain: Call previous hooks as appropriate. 9 months ago
Melanie Plageman 043799fa08 Use streaming read I/O in heap amcheck 9 months ago
Tom Lane 4623d71443 Prevent assertion failure in contrib/pg_freespacemap. 9 months ago
Robert Haas 081ec08e6a pg_overexplain: Filter out actual row count from test result. 9 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 9 months ago
David Rowley f31aad9b07 Fix query jumbling to account for NULL nodes 9 months ago
Robert Haas 47a1f076a7 pg_overexplain: SET jit=off when running tests. 9 months ago
Robert Haas de65c4dade Fix oversights in commit 8d5ceb113e 9 months ago
Robert Haas 8d5ceb113e pg_overexplain: Additional EXPLAIN options for debugging. 9 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 9 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 9 months ago
Daniel Gustafsson e92c0632c1 Move GSSAPI includes into its own header 9 months ago
Peter Eisentraut 3642df265d dblink: SCRAM authentication pass-through 9 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 9 months ago
Peter Eisentraut d2028e9bbc postgres_fdw: Fix tests on some Windows variants 9 months ago
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