summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2016-04-25Try harder to detect a port conflict in PostgresNode.pm.Tom Lane
2016-04-24Improve PostgresNode.pm's logic for detecting already-in-use ports.Tom Lane
2016-04-22Fix planner failure with full join in RHS of left join.Tom Lane
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2016-04-21Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane
2016-04-19Improve regression tests for degree-based trigonometric functions.Tom Lane
2016-04-16Disallow creation of indexes on system columns (except for OID).Tom Lane
2016-04-16In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost
2016-04-15Use less-generic names in matview.sql.Tom Lane
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane
2016-04-15Make regression test for multiple synchronous standbys more stable.Fujii Masao
2016-04-15Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-14Fix broken dependency-mongering for index operator classes/families.Tom Lane
2016-04-11Fix two places that thought Windows64 is indicated by WIN64 macro.Tom Lane
2016-04-11Fix whitespacePeter Eisentraut
2016-04-11Prefix RLS regression test roles with 'regress_'Stephen Frost
2016-04-11Add directory created during build to gitignorePeter Eisentraut