Commit Graph

4933 Commits (be37ac20fc23511c49b9c56567c7c707b73d10b0)

Author SHA1 Message Date
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 6 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 6 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 6 months ago
Jeff Davis 7a6880fadc isn.c: use pg_ascii_toupper() instead of toupper(). 6 months ago
Jeff Davis 78bd364ee3 contrib/spi/refint.c: use pg_ascii_tolower() instead. 6 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 6 months ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 6 months ago
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 7 months ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 7 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 7 months ago
Tom Lane 232d8caeaa Fix memory leakage in postgres_fdw's DirectModify code path. 7 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 7 months ago
Tom Lane 470273da0f Avoid resource leaks when a dblink connection fails. 7 months ago
Fujii Masao 3c4d7557e0 Fix assertion failure in pg_prewarm() on objects without storage. 7 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 7 months ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 7 months ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 7 months ago
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 7 months ago
Richard Guo 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path 7 months ago
Peter Eisentraut 09a47c68e2 Fix whitespace 7 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 8 months ago
Tom Lane e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. 8 months ago
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 8 months ago
David Rowley 928394b664 Improve various new-to-v18 appendStringInfo calls 8 months ago
Amit Kapila 4909b38af0 Fix data loss in logical replication. 8 months ago
Tomas Vondra 3887d0cfeb Cleanup of pg_numa.c 8 months ago
Tom Lane b1720fe63f Move contrib/spi testing from core regression tests to contrib/spi. 8 months ago
Peter Eisentraut 8969194b73 Fix incorrect format placeholder 8 months ago
Tomas Vondra 91f1fe90c7 pg_buffercache: Change page_num type to bigint 8 months ago
Andres Freund dcf7e1697b Add pg_buffercache_evict_{relation,all} functions 8 months ago
David Rowley d69d45a5a9 Speedup child EquivalenceMember lookup in planner 8 months ago
Tomas Vondra ba2a3c2302 Add pg_buffercache_numa view with NUMA node info 8 months ago
Tom Lane 8cfbdf8f4d Fix some issues in contrib/spi/refint.c. 8 months ago
Tom Lane 969ab9d4f5 Follow-up fixes for SHA-2 patch (commit 749a9e20c). 8 months ago
Tom Lane b73e6d71a8 Fix erroneous construction of functions' dependencies on transforms. 8 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