Commit Graph

5050 Commits (795e94c70cf13f60b2cb4010f29a1bca542d2031)

Author SHA1 Message Date
Peter Eisentraut f039c22441 meson: Increase minimum version to 0.57.2 6 months ago
Michael Paquier bee23ea4dd Show sizes of FETCH queries as constants in pg_stat_statements 6 months ago
Jeff Davis d81dcc8d62 Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. 6 months ago
Tomas Vondra 81f287dc92 Silence valgrind about pg_numa_touch_mem_if_required 6 months ago
Peter Eisentraut 953050236a amcheck: Improve confusing message 6 months ago
Michael Paquier 732061150b xml2: Improve error handling of libxml2 calls 6 months ago
Nathan Bossart bd09f024a1 Add new OID alias type regdatabase. 6 months ago
Joe Conway 0ebd242555 Run pgperltidy 6 months ago
Álvaro Herrera a3994ec6ac
Fix typo in comment 6 months ago
Álvaro Herrera c2da1a5d63
Make query jumbling also squash PARAM_EXTERN params 6 months ago
Álvaro Herrera debad29d22
Improve jumble squashing through CoerceViaIO and RelabelType 6 months ago
Tomas Vondra 0cf205e122 amcheck: Fix posting tree checks in gin_index_check() 6 months ago
Tomas Vondra cdd1a431f2 amcheck: Fix parent key check in gin_index_check() 6 months ago
Tomas Vondra 0b54b39233 amcheck: Fix checks of entry order for GIN indexes 6 months ago
Tomas Vondra 8dd41c0bff amcheck: Remove unused GinScanItem->parentlsn field 6 months ago
Tomas Vondra c89d6b889c amcheck: Test gin_index_check on a multicolumn index 6 months ago
Masahiko Sawada d87d07b7ad Fix re-distributing previously distributed invalidation messages during logical decoding. 6 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 7 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 7 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 7 months ago
Jeff Davis 7a6880fadc isn.c: use pg_ascii_toupper() instead of toupper(). 7 months ago
Jeff Davis 78bd364ee3 contrib/spi/refint.c: use pg_ascii_tolower() instead. 7 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 7 months ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 7 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 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