summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-11-06Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-11-02Don't convert Consts into Vars during setrefs.c processing.Tom Lane
2016-10-30Fix bogus tree-flattening logic in QTNTernary().Tom Lane
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
2016-10-26Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane
2016-10-24Preserve commit timestamps across clean restartAlvaro Herrera
2016-10-23Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane
2016-10-23Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane
2016-10-19Use pg_ctl promote -w in TAP testsPeter Eisentraut
2016-10-19initdb pg_basebackup: Rename --noxxx options to --no-xxxPeter Eisentraut
2016-10-19Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas
2016-10-18Improve regression test coverage for hash indexes.Robert Haas
2016-10-13Fix another bug in merging of inherited CHECK constraints.Tom Lane
2016-10-13Fix broken jsonb_set() logic for replacing array elements.Tom Lane
2016-10-10Make regression tests less dependent on hash table order.Andres Freund
2016-10-09Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane
2016-10-07Don't share SSL_CTX between libpq connections.Heikki Linnakangas
2016-10-05Update obsolete comments and perldoc.Robert Haas
2016-10-05Rename WAIT_* constants to PG_WAIT_*.Robert Haas
2016-10-04Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-10-03Fix RLS with COPY (col1, col2) FROM tabStephen Frost
2016-10-01Fix misplacement of submake-generated-headers prerequisites.Tom Lane
2016-10-01Set log_line_prefix and application name in test driversPeter Eisentraut
2016-09-29Switch pg_basebackup commands in Postgres.pm to use --nosyncPeter Eisentraut
2016-09-28Make to_timestamp() and to_date() range-check fields of their input.Tom Lane
2016-09-28worker_spi: Call pgstat_report_stat.Robert Haas
2016-09-27Disallow pushing volatile quals past set-returning functions.Tom Lane
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Install TAP test infrastructure so it's available for extension testing.Tom Lane
2016-09-22Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane
2016-09-22Add tests for various connection string issuesPeter Eisentraut
2016-09-21pg_ctl: Add tests for promote actionPeter Eisentraut
2016-09-21Make command_like output more compactPeter Eisentraut
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-14Add overflow checks to money type input functionPeter Eisentraut
2016-09-14Tweak targetlist-SRF tests some more.Tom Lane
2016-09-14Tweak targetlist-SRF tests.Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-13Remove user_relns() SRF from regression tests.Andres Freund
2016-09-13Address portability issues in bfe16d1a5 test output.Andres Freund
2016-09-13Add more tests for targetlist SRFs.Andres Freund
2016-09-09Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera
2016-09-08Fix two src/test/modules MakefilesAlvaro Herrera
2016-09-08Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-05Make locale-dependent regex character classes work for large char codes.Tom Lane