]> granicus.if.org Git - postgresql/history - src/test
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / test /
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-01-12 Tom LaneUpdate horology expected results (this variant extrapol...
2002-01-12 Tom LaneUpdate horology expected results (this variant verified...
2002-01-12 Thomas G. LockhartRepair bugs in declarations of routines to add timestam...
2002-01-08 Tom LaneIn a VPATH build, resultmap must be one of the symlinke...
2002-01-03 Tom LaneInstead of waiting a fixed amount of time for the test...
2001-12-21 Tom LaneSelect proper geometry comparison file for freebsd...
2001-12-20 Tatsuo IshiiFix for SunOS4 horology test
2001-12-19 Tom LaneTweak to make freebsd/alpha use the correct float8...
2001-12-10 Tom LaneAIX 5 needs same resultmap tweaks as AIX 4.
2001-12-03 Tom LaneUpdate IRIX geometry results to match newer MIPS FPUs...
2001-12-02 Tom LaneHPUX 11 should use geometry-solaris-precision, not...
2001-11-29 Tom LaneFix array_out's failure to backslash backslashes, per...
2001-11-29 Peter EisentrautFix results to work with normal systems again.
2001-11-24 Tom LaneRemove extraneous space that somehow got into expected...
2001-11-21 Tom LaneUpdate regress tests to reflect removal of 'current'.
2001-11-20 Tom LaneBruce's octet_length change breaks this regression...
2001-11-06 Tom LaneUpdate for latest version of horology test. REL7_2_BETA2
2001-11-06 Thomas G. LockhartFix last (?) problem with sensitivity to daylight savin...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-04 Bruce MomjianGot "ADD" to appear only in ALTER TABLE and not CREATE...
2001-11-04 Bruce MomjianRemove "ADD" from TABLE / ADD UNIQUE-PRIMARY error...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-31 Thomas G. LockhartFix queries to insulate from daylight savings time.
2001-10-31 Bruce MomjianModify *.po files and regression expected output for...
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-10-30 Tom LaneUpdate solaris-1947 variant files for new datetime...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneUpdate for latest fixes.
2001-10-20 Bruce MomjianRemove LIMIT #,# and suggest LIMIT # OFFSET #, per...
2001-10-20 Thomas G. LockhartFix transposed arguments for typmod for one INTERVAL...
2001-10-18 Tom LaneUpdate for new expected results.
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-16 Tom LaneUse LEFT JOIN, not FULL JOIN, in statistical views.
2001-10-15 Tatsuo IshiiCommit Patrice's patches except:
2001-10-13 Tom LaneFixing closed-path intersection logic causes this test...
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-10-04 Tom LaneMake regress tests safe for variable-resolution timestamps.
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-10-03 Tom LaneUpdate error message wording for format_type change.
2001-10-03 Tom LaneUpdate for latest regression tests.
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-09-30 Tom LaneAddition of xid=int4 operator makes opr_sanity unhappy.
2001-09-29 Tom LaneFixes for datetime-related regress tests, from Tom...
2001-09-29 Tom Lanetimetz test was omitted from parallel_schedule.
2001-09-29 Tom LaneUpdate horology-no-DST-before-1970.out for new horology...
2001-09-28 Thomas G. LockhartAdd separate regression tests for timetz and the new...
2001-09-23 Bruce MomjianUpdate regress tests for new LIMIT x,y behavior.
2001-09-22 Tatsuo IshiiFix expected files.
2001-09-21 Peter EisentrautReadd test/regress/README file, this time with a well...
2001-09-21 Tom LaneQuick-and-dirty fix for recursive plpgsql functions...
2001-09-16 Peter EisentrautInstall dynamically loadable modules into a private...
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-09-04 Peter Eisentraut/usr/local/bin/perl => /usr/bin/perl
2001-08-27 Tom LaneAdd some minimal exercising of functional-index feature...
2001-08-26 Bruce MomjianHere is a patch to the resultmap to make the regression...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10 Tom LaneFix collateral damage from error message cleanup.
2001-08-09 Peter EisentrautThis should be the right expected file.
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-08-06 Tom LaneDoesn't seem to be much point in keeping this README...
2001-08-06 Peter EisentrautUse a fixed error message for ERANGE to avoid duplicate...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-15 Tom LaneAdd ORDER BY to a couple of test queries whose output...
2001-07-09 Tom LaneFix rule rewriter so that new ordering of ON INSERT...
2001-07-02 Tom LaneUpdate abstime expected results to match post-30-June...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-18 Bruce MomjianAdd GUC setting for Australian timezones. Uses new...
2001-06-17 Tom LaneMake inet/cidr << and <<= operators indexable. From...
2001-06-14 Tom LaneRevoke public read access from pg_statistic, create...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-13 Bruce MomjianAttached is a patch adding following functions:
2001-06-12 Bruce MomjianBack out has_table_privilege patch.
2001-06-12 Bruce MomjianOK -- here's take #5.
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-04 Bruce MomjianThis patch adds support for %TYPE in CREATE FUNCTION...
2001-06-01 Tom LaneNew improved version of bpcharin() may have got the...
2001-05-30 Bruce MomjianThese patches should fix check constraints not inheriting
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-05-21 Peter EisentrautMake char(n) and varchar(n) types raise an error if...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-18 Tom LaneAdd regression test to catch future breakage of avg...
2001-05-15 Bruce MomjianFix regression for new oids.
2001-05-14 Bruce MomjianUpdate regression for new oids, some now two smaller.
2001-05-11 Tom LaneSuppress failures in parallel regress tests due to...
2001-05-10 Bruce MomjianBSD/OS has new precision, and negative zeros now.
2001-05-09 Bruce Momjian This patch should catch cases where the types
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-05-03 Bruce Momjianapply a little patch:
2001-05-03 Tom LaneEnsure that btree sort ordering functions and boolean...
2001-04-06 Thomas G. LockhartAlter the previous test for "time with time zone" impli...
2001-04-04 Tom LaneFix/cleanup DLLLIBS handling for Cygwin port. If it...
next