aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut2016-11-14
* Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.Tom Lane2016-11-10
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-08
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-07
* Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane2016-11-07
* Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane2016-11-06
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-03
* Don't convert Consts into Vars during setrefs.c processing.Tom Lane2016-11-02
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-30
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-26
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-23
* Use pg_ctl promote -w in TAP testsPeter Eisentraut2016-10-19
* initdb pg_basebackup: Rename --noxxx options to --no-xxxPeter Eisentraut2016-10-19
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* Improve regression test coverage for hash indexes.Robert Haas2016-10-18
* Fix another bug in merging of inherited CHECK constraints.Tom Lane2016-10-13
* Fix broken jsonb_set() logic for replacing array elements.Tom Lane2016-10-13
* Make regression tests less dependent on hash table order.Andres Freund2016-10-10
* Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane2016-10-09
* Fix two bugs in merging of inherited CHECK constraints.Tom Lane2016-10-08
* Don't share SSL_CTX between libpq connections.Heikki Linnakangas2016-10-07
* Update obsolete comments and perldoc.Robert Haas2016-10-05
* Rename WAIT_* constants to PG_WAIT_*.Robert Haas2016-10-05
* Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.Robert Haas2016-10-04
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-03
* Fix misplacement of submake-generated-headers prerequisites.Tom Lane2016-10-01
* Set log_line_prefix and application name in test driversPeter Eisentraut2016-09-30
* Switch pg_basebackup commands in Postgres.pm to use --nosyncPeter Eisentraut2016-09-29
* Make to_timestamp() and to_date() range-check fields of their input.Tom Lane2016-09-28
* worker_spi: Call pgstat_report_stat.Robert Haas2016-09-28
* Disallow pushing volatile quals past set-returning functions.Tom Lane2016-09-27
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Install TAP test infrastructure so it's available for extension testing.Tom Lane2016-09-23
* Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane2016-09-22
* Add tests for various connection string issuesPeter Eisentraut2016-09-22
* pg_ctl: Add tests for promote actionPeter Eisentraut2016-09-21
* Make command_like output more compactPeter Eisentraut2016-09-21
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Add overflow checks to money type input functionPeter Eisentraut2016-09-14
* Tweak targetlist-SRF tests some more.Tom Lane2016-09-14
* Tweak targetlist-SRF tests.Tom Lane2016-09-14
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Remove user_relns() SRF from regression tests.Andres Freund2016-09-12
* Address portability issues in bfe16d1a5 test output.Andres Freund2016-09-12