summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-01-16Create common infrastructure for cross-version upgrade testing.Tom Lane
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2021-02-06Disallow converting an inheritance child table to a view.Tom Lane
2021-01-30Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-23Make check-prepared-txns use temp-install binaries.Noah Misch
2021-01-20Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier
2020-12-25Fix back-patch of "Invalidate acl.c caches when pg_authid changes."Noah Misch
2020-12-25Invalidate acl.c caches when pg_authid changes.Noah Misch
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-15Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-30Fix miscomputation of direct_lateral_relids for join relations.Tom Lane
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-11-10Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane
2020-11-09Ignore attempts to \gset into specially treated variables.Noah Misch
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-11-07Properly detoast data in brin_form_tupleTomas Vondra
2020-11-06Revert "Accept relations of any kind in LOCK TABLE".Tom Lane
2020-10-27Accept relations of any kind in LOCK TABLEAlvaro Herrera
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-18Use factorial rather than numeric_fac in create_operator.sql.Tom Lane
2020-09-13Fix race in test of pg_switch_wal().Noah Misch
2020-09-13Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane
2020-08-22Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-17Disable autovacuum for BRIN test tableAlvaro Herrera
2020-08-14Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-07-15Replace use of sys_siglist[] with strsignal().Tom Lane
2020-07-14Fix timing issue with ALTER TABLE's validate constraintDavid Rowley
2020-07-13Cope with lateral references in the quals of a subquery RTE.Tom Lane
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-06-19Future-proof regression tests against possibly-missing posixrules file.Tom Lane
2020-06-18Fix C99isms introduced when backpatching atomics / spinlock tests.Andres Freund
2020-06-18Fix deadlock danger when atomic ops are done under spinlock.Andres Freund
2020-06-18Add basic spinlock tests to regression tests.Andres Freund
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2020-06-11Fix typos.Amit Kapila
2020-05-31Make install-tests target work with vpath buildsAndrew Dunstan
2020-04-24Remove some unstable parts from new TAP test for archive status checkMichael Paquier
2020-04-24Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-07Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane
2020-04-07Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.Tom Lane
2020-04-06Stabilize new GIN test case in 9.5 branch.Tom Lane
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-19Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5.Noah Misch
2020-03-14Restructure polymorphic-type resolution in funcapi.c.Tom Lane
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut