summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-02Add pg_depend.refobjversion.Thomas Munro
2020-11-02Remove pg_collation.collversion.Thomas Munro
2020-11-02Fix unstable partition_prune regression testsDavid Rowley
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-11-02Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley
2020-11-01Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier
2020-10-31Set debug_query_string in worker_spi.Noah Misch
2020-10-30Fix assertion failure in check_new_partition_bound().Tom Lane
2020-10-29Stabilize timetz test across DST transitions.Tom Lane
2020-10-29Track statistics for streaming of changes from ReorderBuffer.Amit Kapila
2020-10-29Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-10-28Fix foreign-key selectivity estimation in the presence of constants.Tom Lane
2020-10-28Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier
2020-10-27Accept relations of any kind in LOCK TABLEAlvaro Herrera
2020-10-27Fix enum errdetail to mention bytes, not charsPeter Eisentraut
2020-10-25Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane
2020-10-22Use croak instead of die in Perl code when appropriatePeter Eisentraut
2020-10-21Use fast checkpoint in PostgresNode::backup()Alvaro Herrera
2020-10-21Remove the option to build thread_test.c outside configure.Tom Lane
2020-10-20Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera
2020-10-20Change the attribute name in pg_stat_replication_slots view.Amit Kapila
2020-10-19Fix list-munging bug that broke SQL function result coercions.Tom Lane
2020-10-19Improve whitespacePeter Eisentraut
2020-10-18Update the Winsock API version requested by libpq.Tom Lane
2020-10-15Install pg_isolation_regress and isolationtesterAlvaro Herrera
2020-10-15Fix query in new test to check tables are syncedAlvaro Herrera
2020-10-14Restore replication protocol's duplicate command tagsAlvaro Herrera
2020-10-14Remove es_result_relation_info from EState.Heikki Linnakangas
2020-10-13Paper over regression failures in infinite_recurse() on PPC64 Linux.Tom Lane
2020-10-12Adjust cycle detection examples and testsPeter Eisentraut
2020-10-12Choose ppc compare_exchange constant path for more operand values.Noah Misch
2020-10-08Avoid gratuitous inaccuracy in numeric width_bucket().Tom Lane
2020-10-08Fix numeric width_bucket() to allow its first argument to be infinite.Tom Lane
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-10-07Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane
2020-10-06Try to unbreak 021_row_visibility.pl on mingw.Andres Freund
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-05Improve stability of identity.sql regression test.Tom Lane
2020-10-05Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-10-01Put back explicit setting of replication values within TAP tests.Tom Lane
2020-10-01Fix and test snapshot behavior on standby.Andres Freund
2020-09-30Reword partitioning error messageAlvaro Herrera
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-30Remove obsolete replication settings within TAP tests.Tom Lane
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-09-29Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov