Commit Graph

5016 Commits (67a8b49e96caf0782b556521c8d6650e78f2d88e)

Author SHA1 Message Date
Michael Paquier 2c6469d4cd Fix incorrect year in some copyright notices 7 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 8 months ago
Richard Guo 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path 8 months ago
Peter Eisentraut 09a47c68e2 Fix whitespace 8 months ago
Jacob Champion d2e7d2a09d oauth: Disallow OAuth connections via postgres_fdw/dblink 8 months ago
Melanie Plageman f132815fd7 Add maintenance_io_concurrency flag to some read stream users 8 months ago
Amit Kapila aaf9e95e87 Fix xmin advancement during fast_forward decoding. 8 months ago
Tom Lane 2311f193ea Remove circular #include's between plpython.h and plpy_util.h. 8 months ago
Amit Kapila 50b8ad30f7 Fix typo in test file name added in commit 4909b38af0. 8 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 8 months ago
Tom Lane d05996340d Be more wary of corrupt data in pageinspect's heap_page_items(). 8 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 8 months ago
Peter Eisentraut c55df7c6ea Fix incorrect format placeholders 9 months ago
Tom Lane e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. 9 months ago
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 9 months ago
David Rowley 928394b664 Improve various new-to-v18 appendStringInfo calls 9 months ago
Amit Kapila 4909b38af0 Fix data loss in logical replication. 9 months ago
Tomas Vondra 3887d0cfeb Cleanup of pg_numa.c 9 months ago
Tom Lane b1720fe63f Move contrib/spi testing from core regression tests to contrib/spi. 9 months ago
Peter Eisentraut 8969194b73 Fix incorrect format placeholder 9 months ago
Tomas Vondra 91f1fe90c7 pg_buffercache: Change page_num type to bigint 9 months ago
Andres Freund dcf7e1697b Add pg_buffercache_evict_{relation,all} functions 9 months ago
David Rowley d69d45a5a9 Speedup child EquivalenceMember lookup in planner 9 months ago
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