aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Remove some unstable parts from new TAP test for archive status checkMichael Paquier2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane2020-04-07
* Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.Tom Lane2020-04-07
* Stabilize new GIN test case in 9.5 branch.Tom Lane2020-04-06
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-03
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5.Noah Misch2020-03-19
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-19
* Revert commit 606f350de9.Fujii Masao2020-02-03
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-23
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-23
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* doc: Fix naming of SELinuxMichael Paquier2020-01-10
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-23
* Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane2019-12-22
* Fix error reporting for index expressions of prohibited types.Tom Lane2019-12-17
* Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane2019-12-12
* Remove redundant function calls in timestamp[tz]_part().Tom Lane2019-12-12
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Remove test case that doesn't work with --disable-integer-timestamps.Tom Lane2019-11-09
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Report test_atomic_ops() failures consistently, via macros.Noah Misch2019-10-05
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-04
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.Amit Kapila2019-09-27
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.Noah Misch2019-09-13
* Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane2019-09-12
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Repair logic for reordering grouping sets optimization.Andrew Gierth2019-06-30
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane2019-06-12
* Fix handling of COMMENT for domain constraintsMichael Paquier2019-06-12