summaryrefslogtreecommitdiff
path: root/src/test/regress/input
AgeCommit message (Expand)Author
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-28Add a SECURITY LABEL command.Robert Haas
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
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
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2008-12-04Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera
2008-10-01Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut
2008-08-05Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,Tom Lane
2008-05-30Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-03-03Make the newly-added regression tests for lo_truncate() consistentNeil Conway
2007-03-03Cosmetic patch to large object regression test.Bruce Momjian
2007-03-03Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian
2007-01-20Regression tests for large objects. Patch from Jeremy Drake.Neil Conway
2007-01-02Add a regression test for ALTER SET TABLESPACE; this is a whole separateTom Lane
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-19Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway
2006-01-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2005-07-23In the stats test, delay for the stats collector to catch up using aTom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-05-10Regression tests for the COPY CSV header feature. From Andrew Dunstan.Neil Conway
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-03-16Add CVS \r\n regression tests.Bruce Momjian
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2002-12-14Initial version of the SQL information schemaPeter Eisentraut
2002-11-21Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-03-21First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane
2001-07-15Add ORDER BY to a couple of test queries whose output ordering is notTom Lane
2001-06-04This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-10-27Make regression tests work with VPATH builds.Peter Eisentraut
2000-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-30Convert all remaining geometric operators to new fmgr style. ThisTom Lane
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-10Update regression tests for ONLY and other recent changes.Tom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
2000-01-16Add check that inherited constraints and defaults work.Tom Lane