aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Update oidjoins regression test for 9.0.Tom Lane2010-03-14
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-languageTom Lane2010-02-24
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane2010-02-18
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-16
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane2010-02-07
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Fix timing-sensitive regression test result I just created :-( --- theTom Lane2010-02-03
* CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane2010-02-02
* The particular table names used in the new inheritance regression test areTom Lane2010-02-02
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro2010-02-01
* Type table featurePeter Eisentraut2010-01-28
* Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane2010-01-26
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-25
* Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'sItagaki Takahiro2010-01-21
* Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE.Tom Lane2010-01-19
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* 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