aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-16
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-14
* Support negative indexes in split_part().Tom Lane2020-11-13
* 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
* Remove underflow error in float division with infinite divisor.Tom Lane2020-11-04
* Declare assorted array functions using anycompatible not anyelement.Tom Lane2020-11-04
* Declare lead() and lag() using anycompatible not anyelement.Tom Lane2020-11-04
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-04
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-04
* Revert pg_relation_check_pages()Michael Paquier2020-11-04
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-03
* Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut2020-11-03
* Remove deprecated containment operators for built-in typesPeter Eisentraut2020-11-03
* Use the non-deprecated TG_TABLE_MAME in test triggerMagnus Hagander2020-11-03
* Remove use of deprecated containment operators in testsPeter Eisentraut2020-11-03
* Track collation versions for indexes.Thomas Munro2020-11-03
* Add pg_depend.refobjversion.Thomas Munro2020-11-03
* Remove pg_collation.collversion.Thomas Munro2020-11-03
* Fix unstable partition_prune regression testsDavid Rowley2020-11-02
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley2020-11-02
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Set debug_query_string in worker_spi.Noah Misch2020-10-31
* Fix assertion failure in check_new_partition_bound().Tom Lane2020-10-30
* Stabilize timetz test across DST transitions.Tom Lane2020-10-29
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund2020-10-28
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Fix foreign-key selectivity estimation in the presence of constants.Tom Lane2020-10-28
* Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier2020-10-28
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-27
* Fix enum errdetail to mention bytes, not charsPeter Eisentraut2020-10-27
* Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane2020-10-25
* Use croak instead of die in Perl code when appropriatePeter Eisentraut2020-10-22
* Use fast checkpoint in PostgresNode::backup()Alvaro Herrera2020-10-21
* Remove the option to build thread_test.c outside configure.Tom Lane2020-10-21
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Change the attribute name in pg_stat_replication_slots view.Amit Kapila2020-10-20
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* Improve whitespacePeter Eisentraut2020-10-19
* Update the Winsock API version requested by libpq.Tom Lane2020-10-18
* Install pg_isolation_regress and isolationtesterAlvaro Herrera2020-10-15