aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Fix query in new test to check tables are syncedAlvaro Herrera2020-10-15
* Restore replication protocol's duplicate command tagsAlvaro Herrera2020-10-14
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-14
* Paper over regression failures in infinite_recurse() on PPC64 Linux.Tom Lane2020-10-13
* Adjust cycle detection examples and testsPeter Eisentraut2020-10-12
* Choose ppc compare_exchange constant path for more operand values.Noah Misch2020-10-11
* Avoid gratuitous inaccuracy in numeric width_bucket().Tom Lane2020-10-08
* Fix numeric width_bucket() to allow its first argument to be infinite.Tom Lane2020-10-08
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* 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
* Try to unbreak 021_row_visibility.pl on mingw.Andres Freund2020-10-05
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-05
* Improve stability of identity.sql regression test.Tom Lane2020-10-04
* Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier2020-10-05
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Put back explicit setting of replication values within TAP tests.Tom Lane2020-10-01
* Fix and test snapshot behavior on standby.Andres Freund2020-09-30
* 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
* Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane2020-09-29
* Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov2020-09-29
* Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov2020-09-29
* Stabilize create_table regression test.Tom Lane2020-09-28
* Assign collations in partition bound expressions.Tom Lane2020-09-28
* Remove complaints about COLLATE clauses in partition bound values.Tom Lane2020-09-28
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* Further stabilize output from rolenames regression test.Tom Lane2020-09-26
* Improve error cursor positions for problems with partition bounds.Tom Lane2020-09-23
* Rethink API for pg_get_line.c, one more time.Tom Lane2020-09-22
* Improve the error message for an inappropriate column definition list.Tom Lane2020-09-22
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-21
* Try to stabilize output from rolenames regression test.Tom Lane2020-09-17
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-17