aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* check_exclusion_constraint didn't actually work correctly for indexTom Lane2010-01-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* enable examples to compile on Windows. patch from Hiroshi Saito.Andrew Dunstan2009-12-31
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-29
* Allow the index name to be omitted in CREATE INDEX, causing the system toTom Lane2009-12-23
* Always pass catalog id to the options validator function specified inHeikki Linnakangas2009-12-23
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* Disallow comments on columns of relation types other than tables, views,Tom Lane2009-12-22
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Install server-side language PL/pgSQL by default.Bruce Momjian2009-12-18
* Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane2009-12-16
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-14
* Additional fixes for large object access control.Itagaki Takahiro2009-12-14
* Add large object access control.Itagaki Takahiro2009-12-11
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* thread-safetyBruce Momjian2009-12-02
* Add some opr_sanity checks that the lengths of the various argument-infoTom Lane2009-11-29
* Make pg_stat_activity.application_name visible to all users, rather thanTom Lane2009-11-29
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-28
* Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane2009-11-25
* Use diff's -w switch only on Windows, to avoid problems with inconsistentTom Lane2009-11-23
* Adjust expected-results spacing per buildfarm results.Tom Lane2009-11-22
* Remove -w (--ignore-all-space) option from pg_regress's diff calls.Tom Lane2009-11-22
* Ooops, forgot to check the libxml cases for psql output wrapping change.Tom Lane2009-11-22
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-22
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-16
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-14
* 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