aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix TAP infrastructure to support Mingw betterAndrew Dunstan2017-04-23
* Make PostgresNode.pm check server status more carefully.Tom Lane2017-04-22
* Make PostgresNode::append_conf append a newline automatically.Tom Lane2017-04-22
* Fix planner error (or assert trap) with nested set operations.Tom Lane2017-04-07
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Fix support for some operators (&<, &>, $<|, |&>) in box operator classTeodor Sigaev2017-03-21
* Repair test for vacuum reltuples fix.Andrew Gierth2017-03-17
* Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth2017-03-16
* Fix ancient get_object_address_opf_member bugAlvaro Herrera2017-03-16
* Spelling fixesPeter Eisentraut2017-03-14
* Remove unnecessary dependency on statement_timeout in prepared_xacts test.Tom Lane2017-03-13
* Fix timestamptz regression test to still work with latest IANA zone data.Tom Lane2017-03-09
* pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost2017-03-06
* Fix timeouts in PostgresNode::psqlPeter Eisentraut2017-03-01
* Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch2017-02-12
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix placement of initPlans when forcibly materializing a subplan.Tom Lane2017-02-02
* test_pg_dump: perltidy cleanupStephen Frost2017-01-31
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-29
* test_pg_dump TAP test whitespace cleanupStephen Frost2017-01-29
* Remove test for COMMENT ON DATABASEAlvaro Herrera2017-01-26
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-26
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-19
* Reset the proper GUC in create_index test.Tom Lane2017-01-18
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-18
* Fix mistake in commentPeter Eisentraut2017-01-12
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-05
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-04
* Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane2016-12-27
* Fix incorrect error reporting for duplicate data in \crosstabview.Tom Lane2016-12-25
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-22
* Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane2016-12-22
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-22
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-21
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-21
* Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas2016-12-20
* Fix handling of phrase operator removal while removing tsquery stopwords.Tom Lane2016-12-19
* Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane2016-12-11
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-09
* Fix crasher bug in array_position(s)Alvaro Herrera2016-12-09
* 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