summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane2012-08-301-1/+1
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-291-6/+7
* Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane2012-08-271-1/+1
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-262-10/+129
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-232-0/+74
* Fix typo in comment.Tom Lane2012-08-192-2/+2
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-192-0/+98
* Another round of planner fixes for LATERAL.Tom Lane2012-08-182-0/+110
* Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane2012-08-161-11/+17
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-165-3/+292
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-152-0/+131
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-143-0/+40
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-122-13/+130
* Fix some issues with LATERAL(SELECT UNION ALL SELECT).Tom Lane2012-08-112-0/+35
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-105-11/+24
* Update isolation tests' README file.Tom Lane2012-08-081-5/+4
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-075-1/+210
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-072-4/+4
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-032-0/+33
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-312-0/+86
* Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane2012-07-252-4/+7
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-246-15/+15
* Fix name collision between concurrent regression tests.Tom Lane2012-07-222-23/+23
* Use --nosync during make check's initdb call.Tom Lane2012-07-211-1/+1
* Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan2012-07-201-41529/+0
* Remove prepared transactions from main isolation test schedule.Andrew Dunstan2012-07-202-1/+10
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-202-0/+153
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-202-0/+34
* Make new event trigger facility actually do something.Robert Haas2012-07-204-32/+81
* Syntax support and documentation for event triggers.Robert Haas2012-07-186-4/+191
* Avoid extra newlines in XML mapping in table forest modePeter Eisentraut2012-07-121-26/+0
* Add array_remove() and array_replace() functions.Tom Lane2012-07-112-0/+73
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-102-0/+73
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-042-56/+67
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-0438-219/+0
* Assorted message style improvementsPeter Eisentraut2012-07-021-3/+3
* Make DROP FUNCTION hint more informative.Robert Haas2012-06-262-5/+5
* Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane2012-06-192-0/+48
* Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane2012-06-182-0/+53
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-182-19/+19
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-172-2/+2
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-151-1/+1
* Revisit error message details for JSON input parsing.Tom Lane2012-06-131-36/+63
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-103-50/+56
* Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs2012-06-102-21/+0
* Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs2012-06-092-0/+21
* Fix bogus handling of control characters in json_lex_string().Tom Lane2012-06-041-2/+1
* Fix array overrun in regex code.Tom Lane2012-05-242-0/+24
* Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas2012-05-222-0/+3
* Fix incorrect logic in JSON number lexerPeter Eisentraut2012-05-202-0/+12