Commit Graph

4954 Commits (a730ad855144d73a29a24cfdb00a5e0f954bdaec)

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