summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2005-12-15Back-patch 7.4 change to show that freebsd 5 and up don't needTom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom Lane
2005-07-17Adjust alter_table regression test to avoid conflicts with rangefuncsTom Lane
2005-07-16Mark the geometry regression test as an ignorable failure in the pre-7.4Tom Lane
2003-10-31Moved the recently added test for foreign key disabled by rewriteJan Wieck
2003-10-31Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck
2003-05-21Back-patch Jan's fix to avoid primary key lookup (and lock) if foreign keyTom Lane
2003-05-12Apply fixes for problems with dropped columns whose types have also beenTom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2002-11-27Update resultmap pattern for geometry-solaris-i386-pc: should matchTom Lane
2002-11-21NetBSD versions 1.6 and (we hope) later can use the standard geometryTom Lane
2002-11-21This locale-specific variant file seems not to have been updatedTom Lane
2002-11-13Use cat instead of echo or awk, to avoid portability problems with backslashes.Tom Lane
2002-11-12Update AIX resultmap for horology tests, per Andreas.Tom Lane
2002-11-12Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane
2002-11-04Back-patch recent file removals into REL7_3_STABLE branch.Tom Lane
2002-11-04This commit was manufactured by cvs2git to create branch 'REL7_3_STABLE'.CVS to git conversion script
2002-11-02Remove encoding lookups from grammar stage, push them back to placesTom Lane
2002-11-01Reduce messages associated with shell-type function arguments/resultsTom Lane
2002-11-01Update to match expected results on OS X 10.2.Tom Lane
2002-11-01Correct ordering of geometry/freebsd entries, add one for freebsd5.Tom Lane
2002-11-01Update for test changes.Tom Lane
2002-10-30Add additional ORDER BY to join regression test, per Tatsuo.Bruce Momjian
2002-10-30Remove /src/utils. Is final cleanup of getopt.c resurection.Bruce Momjian
2002-10-29Update regression for FreeBSD 4.7, for Larry RosenmanBruce Momjian
2002-10-28Add ORDER BY to join regression test.Bruce Momjian
2002-10-22create_index test must run after create_misc test.Tom Lane
2002-10-22Update for test changes.Peter Eisentraut
2002-10-21Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian
2002-10-19Fix rewrite code so that rules are in fact executed in order by name,Tom Lane
2002-10-19This patch adds some missing functions for float8 math operations,Bruce Momjian
2002-10-19Make regression tests safe for autocommit = 'off'.Bruce Momjian
2002-10-03Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane
2002-10-02Alter scale selection for NUMERIC division and transcendental functionsTom Lane
2002-09-28Make the world at least somewhat safe for zero-column tables, andTom Lane
2002-09-24Change default privileges for languages and functions to be PUBLIC USAGETom Lane
2002-09-24Tweak conversion names to follow the established naming scheme, andPeter Eisentraut
2002-09-22Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane
2002-09-22Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane
2002-09-22Move most of the error checking for foreign-key constraints out ofTom Lane
2002-09-20Update regression expected results for to_char() change.Tom Lane
2002-09-20Fixed this problem and added regression tests in domain.sql.Bruce Momjian
2002-09-19Department of second thoughts: suppressing implicit casts everywhere inTom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-17Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.Bruce Momjian
2002-09-12> Sean Chittenden <sean@chittenden.org> writes:Bruce Momjian
2002-09-12Joe Conway wrote:Bruce Momjian
2002-09-07Changes to documentation and the regression tests for the defaultBruce Momjian
2002-09-05Improve opr_sanity regression test to check oprltcmpop and opgtcmpopTom Lane
2002-09-05Update oidjoins regression test for 7.3 catalogs.Tom Lane