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
2020-02-03Revert commit 56bc82a511.Fujii Masao
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-31Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2019-12-23Prevent a rowtype from being included in itself via a range.Tom Lane
2019-12-22Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane
2019-12-17Fix error reporting for index expressions of prohibited types.Tom Lane
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-16Further fix dumping of views that contain just VALUES(...).Tom Lane
2019-11-09Remove test case that doesn't work with --disable-integer-timestamps.Tom Lane
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2019-10-04Fix bitshiftright()'s zero-padding some more.Tom Lane
2019-10-03Selectively include window frames in expression walks/mutates.Andrew Gierth
2019-09-27Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.Amit Kapila
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-09-12Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane
2019-08-15Prevent possible double-free when update trigger returns old tuple.Tom Lane
2019-08-07Fix predicate-locking of HOT updated rows.Heikki Linnakangas
2019-08-07Fix some incorrect parsing of time with time zone stringsMichael Paquier
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-07-26Fix loss of fractional digits for large values in cash_numeric().Tom Lane
2019-07-18Fix daterange canonicalization for +/- infinity.Jeff Davis
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-06-12Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane
2019-05-12Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane
2019-05-06Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed
2019-05-05Remove reindex_catalog test from test schedules.Andres Freund
2019-04-30Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund
2019-04-29Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-14Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane
2019-03-10Disallow NaN as a value for floating-point GUCs.Tom Lane
2019-03-03Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-22Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane
2019-02-20Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-17Fix CREATE VIEW to allow zero-column views.Tom Lane
2019-01-25Allow UNLISTEN in hot-standby mode.Tom Lane
2019-01-17Postpone aggregate checks until after collation is assigned.Andrew Gierth
2018-12-31pg_regress: Promptly detect failed postmaster startup.Noah Misch