summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2010-05-02Update standbycheck test output with new ERROR message changes. No changesSimon Riggs
2010-04-28Modify the built-in text search parser to handle URLs more nearly accordingTom Lane
2010-04-26Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian
2010-04-19Add an 'enable_material' GUC.Robert Haas
2010-04-07Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane
2010-03-28Rework join-removal logic as per recent discussion. In particular thisTom Lane
2010-03-22Fix regression test breakage from recent change in default name of exclusion-...Tom Lane
2010-03-22Fix an oversight in join-removal optimization: we have to check not only forTom Lane
2010-03-14Update oidjoins regression test for 9.0.Tom Lane
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-24Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-languageTom Lane
2010-02-20Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane
2010-02-18Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-16Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian
2010-02-12Extend the set of frame options supported for window functions.Tom Lane
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-07Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-03Fix timing-sensitive regression test result I just created :-( --- theTom Lane
2010-02-02CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane
2010-02-02The particular table names used in the new inheritance regression test areTom Lane
2010-02-01Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas
2010-02-01Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro
2010-01-28Type table featurePeter Eisentraut
2010-01-26Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane
2010-01-25Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane
2010-01-21Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'sItagaki Takahiro
2010-01-19Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE.Tom Lane
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-12Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian
2010-01-06Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro
2010-01-05Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-02check_exclusion_constraint didn't actually work correctly for indexTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-01Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane
2009-12-31enable examples to compile on Windows. patch from Hiroshi Saito.Andrew Dunstan
2009-12-29Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane
2009-12-23Allow the index name to be omitted in CREATE INDEX, causing the system toTom Lane
2009-12-23Always pass catalog id to the options validator function specified inHeikki Linnakangas
2009-12-23Adjust naming of indexes and their columns per recent discussion.Tom Lane
2009-12-22Disallow comments on columns of relation types other than tables, views,Tom Lane
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-12-18Install server-side language PL/pgSQL by default.Bruce Momjian
2009-12-16Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane
2009-12-15Support ORDER BY within aggregate function calls, at long last providing aTom Lane
2009-12-14Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane