Commit Graph

4954 Commits (ab4a35b4ea9d2290b1ee5ec25f65df4c739077cb)

Author SHA1 Message Date
Tom Lane 3a7a3eaaf9 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Masahiko Sawada 0beb7e9338 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Michael Paquier 2102667b3c postgres_fdw: Fix tests with ANALYZE and remote sampling 4 weeks ago
Peter Eisentraut 762fed90bf postgres_fdw and dblink should check if backend has MyProcPort 1 month ago
Peter Eisentraut 992a18f516 Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita ce88170227 Disallow collecting transition tuples from child foreign tables. 1 month ago
Peter Eisentraut ce13bb96fb Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 1 month ago
Nathan Bossart 7b9674a8b1 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Michael Paquier 99fd638ba0 btree_gist: Merge the last two versions into version 1.8 2 months ago
Michael Paquier 8d1071e7da Fix incompatibility with libxml2 >= 2.14 2 months ago
Tomas Vondra 14e52227e5 Silence valgrind about pg_numa_touch_mem_if_required 2 months ago
Joe Conway 0ebd242555 Run pgperltidy 2 months ago
Álvaro Herrera a3994ec6ac
Fix typo in comment 3 months ago
Álvaro Herrera c2da1a5d63
Make query jumbling also squash PARAM_EXTERN params 3 months ago
Álvaro Herrera debad29d22
Improve jumble squashing through CoerceViaIO and RelabelType 3 months ago
Tomas Vondra 0cf205e122 amcheck: Fix posting tree checks in gin_index_check() 3 months ago
Tomas Vondra cdd1a431f2 amcheck: Fix parent key check in gin_index_check() 3 months ago
Tomas Vondra 0b54b39233 amcheck: Fix checks of entry order for GIN indexes 3 months ago
Tomas Vondra 8dd41c0bff amcheck: Remove unused GinScanItem->parentlsn field 3 months ago
Tomas Vondra c89d6b889c amcheck: Test gin_index_check on a multicolumn index 3 months ago
Masahiko Sawada d87d07b7ad Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 3 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 3 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 3 months ago
Jeff Davis 7a6880fadc isn.c: use pg_ascii_toupper() instead of toupper(). 3 months ago
Jeff Davis 78bd364ee3 contrib/spi/refint.c: use pg_ascii_tolower() instead. 3 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 3 months ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 3 months ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 3 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 3 months ago
Tom Lane 232d8caeaa Fix memory leakage in postgres_fdw's DirectModify code path. 3 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 3 months ago
Tom Lane 470273da0f Avoid resource leaks when a dblink connection fails. 4 months ago
Fujii Masao 3c4d7557e0 Fix assertion failure in pg_prewarm() on objects without storage. 4 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 4 months ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 4 months ago
Michael Paquier 2c6469d4cd Fix incorrect year in some copyright notices 4 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 4 months ago
Richard Guo 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path 4 months ago
Peter Eisentraut 09a47c68e2 Fix whitespace 4 months ago
Jacob Champion d2e7d2a09d oauth: Disallow OAuth connections via postgres_fdw/dblink 4 months ago
Melanie Plageman f132815fd7 Add maintenance_io_concurrency flag to some read stream users 5 months ago
Amit Kapila aaf9e95e87 Fix xmin advancement during fast_forward decoding. 5 months ago
Tom Lane 2311f193ea Remove circular #include's between plpython.h and plpy_util.h. 5 months ago
Amit Kapila 50b8ad30f7 Fix typo in test file name added in commit 4909b38af0. 5 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 5 months ago
Tom Lane d05996340d Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 5 months ago