Commit Graph

4965 Commits (ae627d8a3cb046379e90295bcf85c9fc6432841a)

Author SHA1 Message Date
Álvaro Herrera df93f94dda
amcheck: Fix snapshot usage in bt_index_parent_check 2 weeks ago
Heikki Linnakangas 19e786727c Fix amcheck's handling of half-dead B-tree pages 2 weeks ago
Heikki Linnakangas 50c63ebb05 Fix amcheck's handling of incomplete root splits in B-tree 2 weeks ago
Etsuro Fujita e971cf5a95 postgres_fdw: Add more test coverage for EvalPlanQual testing. 1 month ago
Álvaro Herrera b1635c1666
pg_stat_statements: Fix handling of duplicate constant locations 2 months ago
Tom Lane 67ef5575cc Update expected output for contrib/sepgsql's regression tests. 2 months ago
Tom Lane c29d32d27b Allow role created by new test to log in on Windows. 2 months ago
Nathan Bossart 3ccf8e9ac9 Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Etsuro Fujita b141443259 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Michael Paquier fc295beb7b pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Tom Lane ef5ee0e346 Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Tom Lane 3a7a3eaaf9 Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Masahiko Sawada 0beb7e9338 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 4 months ago
Michael Paquier 2102667b3c postgres_fdw: Fix tests with ANALYZE and remote sampling 4 months ago
Peter Eisentraut 762fed90bf postgres_fdw and dblink should check if backend has MyProcPort 4 months ago
Peter Eisentraut 992a18f516 Fix incorrect lack of Datum conversion in _int_matchsel() 4 months ago
Etsuro Fujita ce88170227 Disallow collecting transition tuples from child foreign tables. 4 months ago
Peter Eisentraut ce13bb96fb Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT 4 months ago
Nathan Bossart 7b9674a8b1 Allow resetting unknown custom GUCs with reserved prefixes. 5 months ago
Michael Paquier 99fd638ba0 btree_gist: Merge the last two versions into version 1.8 5 months ago
Michael Paquier 8d1071e7da Fix incompatibility with libxml2 >= 2.14 5 months ago
Tomas Vondra 14e52227e5 Silence valgrind about pg_numa_touch_mem_if_required 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 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