]> granicus.if.org Git - postgresql/history - src/test
pgindent run on all C files. Java run to follow. initdb/regression
[postgresql] / src / test /
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...
2001-04-04 Tom LaneRemove daylight-savings-time-dependent tests of 'time...
2001-03-30 Tom LaneRe-allow specification of a new default value for an...
2001-03-26 Bruce MomjianOpenBSD resultmap change:
2001-03-24 Peter EisentrautMake less misleading message for failed + ignored tests.
2001-03-22 Marc G. Fourniergeometry tests 'FAILED' from a precision standpoint...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-20 Tom LaneDiscuss LOCALE differences as a reason for regression...
2001-02-22 Tom LaneAdjust expected error message due to change of keyword...
2001-02-21 Tatsuo Ishiinew regression data for 7.1
2001-02-21 Tatsuo Ishiichange destroydb -> dropdb
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-18 Tom LaneAdd --template option to createdb script to allow acces...
2001-02-13 Bruce MomjianRemove unused files, per Andreas
2001-02-13 Bruce MomjianPlease apply the following patch to fix AIX and IRIX...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-27 Bruce Momjian Just a quick patch to make the geometry test...
2001-01-26 Tom LaneChange float8-to-int8 conversion to round to nearest...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-19 Peter EisentrautFrom Jason Tishler <jt@dothill.com>
2001-01-19 Peter EisentrautUpdate to reality.
2001-01-19 Peter EisentrautRepair circular dependencies and broken clean commands.
2001-01-19 Peter EisentrautChange
2001-01-19 Peter EisentrautChange
2001-01-18 Thomas G. LockhartFix up "Postgres-style" time interval representation...
2001-01-13 Peter EisentrautWindows wants shared libraries in PATH.
2001-01-07 Tom LaneResultmap updates for OpenBSD, per report from bpalmer...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2001-01-02 Tom LaneDocument tuple ordering differences as a possible cause of
2001-01-02 Tom LaneTweak temporary-installation setup so that it doesn...
next