Commit Graph

4946 Commits (da103c7bc8065415c2e70ca09a2ac0a769b86b4a)

Author SHA1 Message Date
Michael Paquier 99fd638ba0 btree_gist: Merge the last two versions into version 1.8 10 months ago
Michael Paquier 8d1071e7da Fix incompatibility with libxml2 >= 2.14 10 months ago
Tomas Vondra 14e52227e5 Silence valgrind about pg_numa_touch_mem_if_required 10 months ago
Joe Conway 0ebd242555 Run pgperltidy 10 months ago
Álvaro Herrera a3994ec6ac
Fix typo in comment 10 months ago
Álvaro Herrera c2da1a5d63
Make query jumbling also squash PARAM_EXTERN params 10 months ago
Álvaro Herrera debad29d22
Improve jumble squashing through CoerceViaIO and RelabelType 10 months ago
Tomas Vondra 0cf205e122 amcheck: Fix posting tree checks in gin_index_check() 11 months ago
Tomas Vondra cdd1a431f2 amcheck: Fix parent key check in gin_index_check() 11 months ago
Tomas Vondra 0b54b39233 amcheck: Fix checks of entry order for GIN indexes 11 months ago
Tomas Vondra 8dd41c0bff amcheck: Remove unused GinScanItem->parentlsn field 11 months ago
Tomas Vondra c89d6b889c amcheck: Test gin_index_check on a multicolumn index 11 months ago
Masahiko Sawada d87d07b7ad Fix re-distributing previously distributed invalidation messages during logical decoding. 11 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 11 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 11 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 11 months ago
Jeff Davis 7a6880fadc isn.c: use pg_ascii_toupper() instead of toupper(). 11 months ago
Jeff Davis 78bd364ee3 contrib/spi/refint.c: use pg_ascii_tolower() instead. 11 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 11 months ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 11 months ago
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 11 months ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 11 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 11 months ago
Tom Lane 232d8caeaa Fix memory leakage in postgres_fdw's DirectModify code path. 11 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 11 months ago
Tom Lane 470273da0f Avoid resource leaks when a dblink connection fails. 11 months ago
Fujii Masao 3c4d7557e0 Fix assertion failure in pg_prewarm() on objects without storage. 11 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 11 months ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 12 months ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 12 months ago
Michael Paquier 2c6469d4cd Fix incorrect year in some copyright notices 12 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 1 year ago
Richard Guo 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path 1 year ago
Peter Eisentraut 09a47c68e2 Fix whitespace 1 year ago
Jacob Champion d2e7d2a09d oauth: Disallow OAuth connections via postgres_fdw/dblink 1 year ago
Melanie Plageman f132815fd7 Add maintenance_io_concurrency flag to some read stream users 1 year ago
Amit Kapila aaf9e95e87 Fix xmin advancement during fast_forward decoding. 1 year ago
Tom Lane 2311f193ea Remove circular #include's between plpython.h and plpy_util.h. 1 year ago
Amit Kapila 50b8ad30f7 Fix typo in test file name added in commit 4909b38af0. 1 year ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 1 year ago
Tom Lane d05996340d Be more wary of corrupt data in pageinspect's heap_page_items(). 1 year ago
Michael Paquier 88e947136b Fix typos and grammar in the code 1 year ago
Peter Eisentraut c55df7c6ea Fix incorrect format placeholders 1 year ago
Tom Lane e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. 1 year ago
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 1 year ago
David Rowley 928394b664 Improve various new-to-v18 appendStringInfo calls 1 year ago
Amit Kapila 4909b38af0 Fix data loss in logical replication. 1 year ago
Tomas Vondra 3887d0cfeb Cleanup of pg_numa.c 1 year ago
Tom Lane b1720fe63f Move contrib/spi testing from core regression tests to contrib/spi. 1 year ago
Peter Eisentraut 8969194b73 Fix incorrect format placeholder 1 year ago