aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane2012-08-30
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-29
* Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane2012-08-27
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Fix typo in comment.Tom Lane2012-08-19
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-19
* Another round of planner fixes for LATERAL.Tom Lane2012-08-18
* Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane2012-08-16
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-16
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-12
* Fix some issues with LATERAL(SELECT UNION ALL SELECT).Tom Lane2012-08-11
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Update isolation tests' README file.Tom Lane2012-08-08
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-07
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane2012-07-25
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Fix name collision between concurrent regression tests.Tom Lane2012-07-22
* Use --nosync during make check's initdb call.Tom Lane2012-07-21
* Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan2012-07-20
* Remove prepared transactions from main isolation test schedule.Andrew Dunstan2012-07-20
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Avoid extra newlines in XML mapping in table forest modePeter Eisentraut2012-07-12
* Add array_remove() and array_replace() functions.Tom Lane2012-07-11
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-10
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Make DROP FUNCTION hint more informative.Robert Haas2012-06-26
* Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane2012-06-19
* Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane2012-06-18
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-18
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-17
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Revisit error message details for JSON input parsing.Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs2012-06-10
* Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs2012-06-09
* Fix bogus handling of control characters in json_lex_string().Tom Lane2012-06-04
* Fix array overrun in regex code.Tom Lane2012-05-24
* Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas2012-05-22
* Fix incorrect logic in JSON number lexerPeter Eisentraut2012-05-20