aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* pg_dump only selected components of ACCESS METHODsStephen Frost2016-06-07
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Fix various common mispellings.Greg Stark2016-06-03
* Fix DROP ACCESS METHOD IF EXISTS.Tom Lane2016-05-27
* Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane2016-05-26
* Qualify table usage in dumpTable() and use regclassStephen Frost2016-05-24
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-11
* Add test_pg_dump to @contrib_excludesStephen Frost2016-05-06
* Remove MODULES_big from test_pg_dumpStephen Frost2016-05-06
* Remove various special checks around default rolesStephen Frost2016-05-06
* Add TAP tests for pg_dumpStephen Frost2016-05-06
* Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane2016-05-05
* Fix corner-case loss of precision in numeric pow() calculationDean Rasheed2016-05-05
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Use memmove() not memcpy() to slide some pointers down.Tom Lane2016-04-27
* Fix order of shutdown cleanup operations in PostgresNode.pm.Tom Lane2016-04-26
* Try harder to detect a port conflict in PostgresNode.pm.Tom Lane2016-04-25
* Improve PostgresNode.pm's logic for detecting already-in-use ports.Tom Lane2016-04-24
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-21
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane2016-04-20
* Improve regression tests for degree-based trigonometric functions.Tom Lane2016-04-19
* Disallow creation of indexes on system columns (except for OID).Tom Lane2016-04-16
* In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost2016-04-15
* Use less-generic names in matview.sql.Tom Lane2016-04-15
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-15
* Make regression test for multiple synchronous standbys more stable.Fujii Masao2016-04-15
* Rethink \crosstabview's argument parsing logic.Tom Lane2016-04-14
* Fix broken dependency-mongering for index operator classes/families.Tom Lane2016-04-13
* Fix two places that thought Windows64 is indicated by WIN64 macro.Tom Lane2016-04-11
* Fix whitespacePeter Eisentraut2016-04-11
* Prefix RLS regression test roles with 'regress_'Stephen Frost2016-04-11
* Add directory created during build to gitignorePeter Eisentraut2016-04-11
* Move \crosstabview regression tests to a separate fileAlvaro Herrera2016-04-08
* Support \crosstabview in psqlAlvaro Herrera2016-04-08
* Create default rolesStephen Frost2016-04-08
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* Fix unstable regression test output.Tom Lane2016-04-08
* Restore original tsquery operation numbering.Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Replace printf format %i by %dPeter Eisentraut2016-04-08
* Add regression tests for multiple synchronous standbys.Fujii Masao2016-04-08
* Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs2016-04-08
* GRANT rights to CURRENT_USER instead of adding rolesStephen Frost2016-04-07
* Make testing of phraseto_tsquery independ from value ofTeodor Sigaev2016-04-07
* Detect SSI conflicts before reporting constraint violationsKevin Grittner2016-04-07