aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Revert applying column aliases to the output of whole-row Vars.Tom Lane2022-03-17
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Restore the previous semantics of get_constraint_index().Tom Lane2022-03-11
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Fix pg_regress to print the correct postmaster address on Windows.Tom Lane2022-03-04
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Fix memory leak in IndexScan node with reorderingAlexander Korotkov2022-02-14
* Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane2022-02-11
* Set SNI ClientHello extension to localhost in testsDaniel Gustafsson2022-02-10
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-29
* Improve msys2 detection for TAP testsAndrew Dunstan2022-01-27
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-26
* Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane2022-01-22
* Tighten TAP tests' tracking of postmaster state some more.Tom Lane2022-01-20
* Try to stabilize reloptions test, again.Thomas Munro2022-01-20
* TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane2022-01-19
* Try to stabilize the reloptions test.Thomas Munro2022-01-19
* Fix psql \d's query for identifying parent triggers.Tom Lane2022-01-17
* Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane2022-01-16
* Build inherited extended stats on partitioned tablesTomas Vondra2022-01-15
* Ignore extended statistics for inheritance treesTomas Vondra2022-01-15
* Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane2022-01-13
* Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane2022-01-06
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson2021-12-30
* Fix overly generic name in with.sql test.Thomas Munro2021-12-30
* Ensure casting to typmod -1 generates a RelabelType.Tom Lane2021-12-16
* isolationtester: append session name to application_name.Andres Freund2021-12-13
* Fix alignment in multirange_get_range() functionAlexander Korotkov2021-12-13
* Fix double publish of child table's data.Amit Kapila2021-12-09
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-08
* Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson2021-11-26
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-25
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane2021-11-20
* Fix quoting of ACL item in table for upgrade binary compatibility checksMichael Paquier2021-11-18
* Add table to regression tests for binary-compatibility checks in pg_upgradeMichael Paquier2021-11-18
* Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane2021-11-17
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-12
* Fix buffer overrun in unicode string normalization with empty inputMichael Paquier2021-11-11
* Fix instability in 026_overwrite_contrecord.pl test.Tom Lane2021-11-09
* Fix handling of NaN values in BRIN minmax multiTomas Vondra2021-11-06
* Update alternative expected output file.Heikki Linnakangas2021-11-03