summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2020-09-29Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov
2020-09-28Stabilize create_table regression test.Tom Lane
2020-09-28Assign collations in partition bound expressions.Tom Lane
2020-09-28Remove complaints about COLLATE clauses in partition bound values.Tom Lane
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-26Further stabilize output from rolenames regression test.Tom Lane
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-22Improve the error message for an inappropriate column definition list.Tom Lane
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-18Try to stabilize output from rolenames regression test.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Remove factorial operators, leaving only the factorial() function.Tom Lane
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-16Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera
2020-09-15Allow incremental sorts for windowing functionsDavid Rowley
2020-09-14Fix interpolation in test name.Noah Misch