aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Stabilize timeline switch regression test.Fujii Masao2021-01-14
* Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao2021-01-14
* Fix numeric_power() when the exponent is INT_MIN.Dean Rasheed2021-01-05
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Second attempt to stabilize 05c02589.Jeff Davis2020-12-27
* Stabilize test introduced in 05c02589, per buildfarm.Jeff Davis2020-12-27
* Fix bug #16784 in Disk-based Hash Aggregation.Jeff Davis2020-12-26
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* Fix portability issues with parsing of recovery_target_xidMichael Paquier2020-12-23
* Disallow SRFs when considering sorts below Gather MergeTomas Vondra2020-12-21
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-21
* Check parallel safety in generate_useful_gather_pathsTomas Vondra2020-12-21
* Consider unsorted paths in generate_useful_gather_pathsTomas Vondra2020-12-21
* Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane2020-12-05
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane2020-11-10
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-09
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Fix test for error message changePeter Eisentraut2020-11-08
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-06
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-05
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-04
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-03
* Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut2020-11-03
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Stabilize timetz test across DST transitions.Tom Lane2020-10-29
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-27
* Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane2020-10-25
* Use fast checkpoint in PostgresNode::backup()Alvaro Herrera2020-10-21
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* Fix query in new test to check tables are syncedAlvaro Herrera2020-10-15
* Restore replication protocol's duplicate command tagsAlvaro Herrera2020-10-14
* Paper over regression failures in infinite_recurse() on PPC64 Linux.Tom Lane2020-10-13
* Choose ppc compare_exchange constant path for more operand values.Noah Misch2020-10-11
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-07
* Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane2020-10-07
* Improve stability of identity.sql regression test.Tom Lane2020-10-04
* Put back explicit setting of replication values within TAP tests.Tom Lane2020-10-01
* Reword partitioning error messageAlvaro Herrera2020-09-30
* Fix handling of BC years in to_date/to_timestamp.Tom Lane2020-09-30
* Remove obsolete replication settings within TAP tests.Tom Lane2020-09-29
* Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov2020-09-29