aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix test about ignoring extension dependencies during extension scripts.Tom Lane2016-11-26
* Check for pending trigger events on far end when dropping an FK constraint.Tom Lane2016-11-25
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Make sure ALTER TABLE preserves index tablespaces.Tom Lane2016-11-23
* Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane2016-11-20
* 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
* 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
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* 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
* 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
* Remove user_relns() SRF from regression tests.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
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-03
* Fix misplacement of submake-generated-headers prerequisites.Tom Lane2016-10-01
* worker_spi: Call pgstat_report_stat.Robert Haas2016-09-28
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* 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
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Fix two src/test/modules MakefilesAlvaro Herrera2016-09-08
* Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane2016-09-08
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-04
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-02
* Fix instability in parallel regression tests.Tom Lane2016-08-25
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Add alternative output for ON CONFLICT toast isolation test.Andres Freund2016-08-18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Fix typosPeter Eisentraut2016-08-16
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-11
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-08
* Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch2016-08-08
* Make format() error messages consistent againPeter Eisentraut2016-08-08
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-05
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-05
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-03