summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
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-11Fix assorted missing infrastructure for ON CONFLICT.Tom Lane
2016-05-06Remove various special checks around default rolesStephen 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-04-30Fix mishandling of equivalence-class tests in parameterized plans.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-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-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-11Prefix RLS regression test roles with 'regress_'Stephen Frost
2016-04-09Move \crosstabview regression tests to a separate fileAlvaro Herrera
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Create default rolesStephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Fix unstable regression test output.Tom Lane
2016-04-08Restore original tsquery operation numbering.Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs
2016-04-07GRANT rights to CURRENT_USER instead of adding rolesStephen Frost
2016-04-07Make testing of phraseto_tsquery independ from value ofTeodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2016-04-07Standardize GetTokenInformation() error reporting.Noah Misch
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-04-07Add new catalog called pg_init_privsStephen Frost
2016-04-06Add jsonb_insertTeodor Sigaev
2016-04-05Fix parallel-safety code for parallel aggregation.Robert Haas
2016-04-05Add parallel query support functions for assorted aggregates.Robert Haas
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-04Improve estimate of distinct values in estimate_num_groups().Dean Rasheed
2016-04-02Fix typo in pg_regress.cStephen Frost
2016-04-01Type names should not be quotedAlvaro Herrera
2016-04-01Get rid of minus zero in box regression test.Tom Lane
2016-03-31Support using index-only scans with partial indexes in more cases.Tom Lane
2016-03-30Improve portability of I/O behavior for the geometric types.Tom Lane
2016-03-30Introduce SP-GiST operator class over box.Teodor Sigaev
2016-03-30Remove just-added tests for to_timestamp(float8) with out-of-range inputs.Tom Lane
2016-03-29Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane
2016-03-29Fix support of digits in email/hostnames.Teodor Sigaev