aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-21
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-15
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-15
* Make stats regression test more robust in the face of parallel query.Tom Lane2017-05-14
* Honor PROVE_FLAGS environment settingAndrew Dunstan2017-05-12
* Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch2017-05-08
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* Fix cursor_to_xml in tableforest false modePeter Eisentraut2017-05-04
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Remove useless and rather expensive stanza in matview regression test.Tom Lane2017-05-03
* Ensure commands in extension scripts see the results of preceding DDL.Tom Lane2017-05-02
* Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas2017-04-28
* 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