aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add control knobs for plpgsql's variable resolution behavior, and make theTom Lane2009-11-13
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-12
* Fix WHERE CURRENT OF to work as designed within plpgsql. The argumentTom Lane2009-11-09
* Modernize plpgsql's handling of parse locations, making it look a lot moreTom Lane2009-11-09
* Change plpgsql from using textual substitution to insert variable referencesTom Lane2009-11-06
* Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctionalTom Lane2009-11-05
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Fix regression tests for psql \d view patchPeter Eisentraut2009-11-03
* Check errors in for loopPeter Eisentraut2009-10-26
* When querying a table with child tables, do not check permissions on thePeter Eisentraut2009-10-23
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-21
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Avoid using trivial usernames in foreign_data regression test.Alvaro Herrera2009-10-14
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Add "\pset linestyle ascii/unicode" option to psql, allowing our traditionalTom Lane2009-10-13
* Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane2009-10-12
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-12
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Fix snapshot management, take two.Alvaro Herrera2009-10-07
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-06
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera2009-10-02
* Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALLTom Lane2009-09-29
* Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane2009-09-29
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane2009-09-22
* Define a new, more extensible syntax for COPY options.Tom Lane2009-09-21
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-12
* Fix assertion failure when a SELECT DISTINCT ON expression is volatile.Tom Lane2009-09-12
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane2009-09-02
* Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane2009-08-27
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Run the "tablespace" regression test first not last. The former placementTom Lane2009-08-24
* Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev2009-08-18
* Remove Wisconsin benchmark files.Tom Lane2009-08-15
* Repair breakage of Wisconsin benchmark due to change of command line syntaxTom Lane2009-08-14
* Add prefix support for synonym dictionaryTeodor Sigaev2009-08-14
* Add a simple test case covering a join against an inheritance tree,Tom Lane2009-08-13
* Support EEEE (scientific notation) in to_char().Tom Lane2009-08-10
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-06
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-04
* Implement has_sequence_privilege()Joe Conway2009-08-03
* Department of second thoughts: let's show the exact key during unique indexTom Lane2009-08-01
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-01
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Correct calculations of overlap and contains operations over polygons.Teodor Sigaev2009-07-28
* Experiment with using EXPLAIN COSTS OFF in regression tests.Tom Lane2009-07-27