aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql
Commit message (Expand)AuthorAge
* 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
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-11
* Remove various special checks around default rolesStephen 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
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* 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
* 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
* 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
* Rethink \crosstabview's argument parsing logic.Tom Lane2016-04-14
* Fix broken dependency-mongering for index operator classes/families.Tom Lane2016-04-13
* Prefix RLS regression test roles with 'regress_'Stephen Frost2016-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
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* Fix unstable regression test output.Tom Lane2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-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
* Phrase full text search.Teodor Sigaev2016-04-07
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* Add jsonb_insertTeodor Sigaev2016-04-06
* Fix parallel-safety code for parallel aggregation.Robert Haas2016-04-05
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Add a \gexec command to psql for evaluation of computed queries.Tom Lane2016-04-04
* Get rid of minus zero in box regression test.Tom Lane2016-04-01
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-31
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-30
* Remove just-added tests for to_timestamp(float8) with out-of-range inputs.Tom Lane2016-03-29
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-29
* Fix support of digits in email/hostnames.Teodor Sigaev2016-03-29
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-28
* Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane2016-03-25
* Don't split up SRFs when choosing to postpone SELECT output expressions.Tom Lane2016-03-25
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Introduce parse_ident()Teodor Sigaev2016-03-18
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-17
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Fix typos.Robert Haas2016-03-15
* Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas2016-03-14
* Fix whitespace and remove obsolete gitattributes entryPeter Eisentraut2016-03-13