summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-07-07Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao
2016-07-04Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane
2016-07-02Fix failure to mark all aggregates with appropriate transtype.Tom Lane
2016-07-02Fix some interrelated planner issues with initPlans and Param munging.Tom Lane
2016-07-01Provide and use a makefile target to build all generated headers.Tom Lane
2016-07-01Set consider_parallel correctly for upper planner rels.Robert Haas
2016-06-29Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane
2016-06-29Update rules.out to match commit 9ed551e0a.Tom Lane
2016-06-29Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.Tom Lane
2016-06-28Don't apply sortgroupref labels to a tlist that might not match.Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-27Change predecence of phrase operator.Teodor Sigaev
2016-06-27Do not fallback to AND for FTS phrase operator.Teodor Sigaev
2016-06-27Make exact distance match for FTS phrase operatorTeodor Sigaev
2016-06-24psql: Improve \crosstabview error messagesPeter Eisentraut
2016-06-22Update oidjoins regression test for 9.6.Tom Lane
2016-06-22Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane
2016-06-22Improve cleanup in rolenames testPeter Eisentraut
2016-06-18Improve error message annotation for GRANT/REVOKE on untrusted PLs.Tom Lane
2016-06-18Still another try at fixing scanjoin_target insertion into parallel plans.Tom Lane
2016-06-17Try again to fix the way the scanjoin_target is used with partial paths.Robert Haas
2016-06-17Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.Robert Haas
2016-06-17Remove PID from 'parallel worker' context message.Robert Haas
2016-06-17Attempt to fix broken regression test.Robert Haas
2016-06-16Add regression test for 04ae11f62e643e07c411c4935ea6af46cb112aa9.Robert Haas
2016-06-15Fix regression test for force_parallel_mode=on.Robert Haas
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-09pgindent run for 9.6Robert Haas
2016-06-08Test parallel query essentials in "make check".Noah Misch
2016-06-07Make psql_crosstab plans more stableAlvaro Herrera
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-06-07Message style and wording fixesPeter Eisentraut
2016-06-07pg_dump only selected components of ACCESS METHODsStephen Frost
2016-06-03Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane
2016-06-03Mark read/write expanded values as read-only in ExecProject().Tom Lane
2016-06-03Fix various common mispellings.Greg Stark
2016-05-27Fix DROP ACCESS METHOD IF EXISTS.Tom Lane
2016-05-26Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane
2016-05-25Qualify table usage in dumpTable() and use regclassStephen Frost
2016-05-11Fix assorted missing infrastructure for ON CONFLICT.Tom Lane
2016-05-06Add test_pg_dump to @contrib_excludesStephen Frost
2016-05-06Remove MODULES_big from test_pg_dumpStephen Frost
2016-05-06Remove various special checks around default rolesStephen Frost
2016-05-06Add TAP tests for pg_dumpStephen Frost
2016-05-05Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane
2016-05-05Fix corner-case loss of precision in numeric pow() calculationDean Rasheed
2016-05-04Revert timeline following in replication slotsAlvaro Herrera
2016-04-30Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane
2016-04-27Use memmove() not memcpy() to slide some pointers down.Tom Lane
2016-04-26Fix order of shutdown cleanup operations in PostgresNode.pm.Tom Lane