Commit Graph

52999 Commits (54fc9dca5b10e82cb85c7cd44ebe1eb0f28f795b)
 

Author SHA1 Message Date
David Rowley 571377dfb8 Doc: update old reference to "result cache" 2 years ago
Andrew Dunstan 75414c6989 Fix tmpdir issues with commit e213de8e78 2 years ago
Andrew Dunstan 38342df830 Use shorter location for pg_replslot in pg_basebackup test 2 years ago
Andres Freund 1508b57d4b Fix type of iterator variable in SH_START_ITERATE 2 years ago
Andrew Dunstan fb0f05576a Skip pg_baseback long filename test if path too long on Windows 2 years ago
Heikki Linnakangas 32f327f681 WAL-log the creation of the init fork of unlogged indexes. 2 years ago
Amit Kapila cf3e298512 Revert the commits related to allowing page lock to conflict among parallel group members. 2 years ago
Heikki Linnakangas bfb493dbae Fix leak of LLVM "fatal-on-oom" section counter. 2 years ago
Heikki Linnakangas d85bf0719e Ensure that creation of an empty relfile is fsync'd at checkpoint. 2 years ago
Peter Eisentraut 070bf5cda5 Adjust kerberos and ldap tests for Homebrew on ARM 2 years ago
Thomas Munro b7ec66731d Re-bin segment when memory pages are freed. 2 years ago
Thomas Munro fb663f3879 Fix race in SSI interaction with gin fast path. 2 years ago
Thomas Munro 3f7d3a77e1 Fix race in SSI interaction with bitmap heap scan. 2 years ago
Thomas Munro ae6d536ed0 Fix race in SSI interaction with empty btrees. 2 years ago
Tomas Vondra 5396b188c9 Remove expensive test of postgres_fdw batch inserts 2 years ago
Andrew Dunstan 8d3e1718d5 Use older package name in pg_basebackup test 2 years ago
Andrew Dunstan 83ed4de20f Improve pg_basebackup long file name test Windows robustness 2 years ago
Michael Paquier c8987ea90c Make PG_TEST_NOCLEAN work for temporary directories in TAP tests 2 years ago
Tomas Vondra 260dbf19a5 Fix oversight in handling of modifiedCols since f24523672d 2 years ago
Tomas Vondra c1affa38c7 Fix memory leak in Incremental Sort rescans 2 years ago
Bruce Momjian 49d1d3c2c8 doc: PG _14_ relnotes, remove duplicate commit comment 2 years ago
Michael Paquier 663b35f2df Fix marking of indisvalid for partitioned indexes at creation 2 years ago
Tom Lane 0789b82a97 Fix order of operations in ExecEvalFieldStoreDeForm(). 2 years ago
Peter Eisentraut 6bc7873da1 Remove inappropriate raw_expression_tree_walker() code 2 years ago
Michael Paquier 7e8349cbd7 pg_stat_statements: Fix second comment related to entry resets 2 years ago
Michael Paquier aa4b11e8be pg_stat_statements: Fix incorrect comment with entry resets 2 years ago
Michael Paquier 6160e221d5 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION 2 years ago
Heikki Linnakangas 0c3fb8ac5f Fix comment on clearing padding. 2 years ago
Tom Lane 4c61afa47c Check for interrupts and stack overflow in TParserGet(). 2 years ago
Bruce Momjian c1589923c6 doc: rename "decades" to be more generic 2 years ago
Michael Paquier 451ca5c1e6 Fix incorrect error message in libpq_pipeline 2 years ago
Amit Kapila 991983fcf6 Doc: Clarify the behavior of triggers/rules in a logical subscriber. 2 years ago
David Rowley 8145b5e138 Doc: mention that extended stats aren't used for joins 2 years ago
Peter Geoghegan 63fa0deb31 nbtree VACUUM: cope with topparent inconsistencies. 2 years ago
Bruce Momjian 43b28fc39f doc: update PG history as over "three decades" 2 years ago
Tom Lane 120ea65b8a Avoid Assert failure when processing empty statement in aborted xact. 2 years ago
Michael Paquier 2634926906 Disable use of archiving in 009_twophase.pl 2 years ago
Amit Kapila 0b79042701 Fix the errhint message and docs for drop subscription failure. 2 years ago
Tom Lane d911dce14d Fix hash join when inner hashkey expressions contain Params. 2 years ago
Michael Paquier e6317d9b50 Enable archiving in recovery TAP test 009_twophase.pl 2 years ago
Michael Paquier f663b00918 Fix failure at promotion with 2PC transactions and archiving enabled 2 years ago
David Rowley 73f1c17fc3 Don't use partial unique indexes for unique proofs in the planner 2 years ago
Amit Langote 3f157d085b Fix typo in comment. 2 years ago
Michael Paquier 019a40d619 intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Tom Lane d1423c52e3 Correctly update hasSubLinks while mutating a rule action. 2 years ago
Tom Lane 5eaa05f637 Accept fractional seconds in jsonpath's datetime() method. 2 years ago
Michael Paquier e0e6829459 hstore: Tighten key/value parsing check for whitespaces 2 years ago
Michael Paquier c6043fcbb2 Fix missing initializations of MyProc.delayChkptEnd 2 years ago
Michael Paquier 28af91b4e7 Refactor routine to find single log content pattern in TAP tests 2 years ago
Michael Paquier 30469a6ed4 Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster 2 years ago