summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2004-04-26Please find attached a small patch against current cvs head, so thatBruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-23Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway
2004-04-10Please find a small patch to fix the brain damage "century" andBruce Momjian
2004-04-08Magnus says new Win32 timezone library will not need special horology:Bruce Momjian
2004-04-05Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian
2004-04-01Adjust expected regression outputs for plan changes caused by recentTom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-24Update the float8 regression tests: they should now pass on FreeBSD 4.xNeil Conway
2004-03-23Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane
2004-03-22Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-17Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane
2004-03-15float8-small-is-zero and float8-exp-three-digits will likely needBruce Momjian
2004-03-15Improve random regression tests to fail less frequently.Bruce Momjian
2004-03-15Remove grotty special-case code in coerce_to_target_type() thatTom Lane
2004-03-14Teach psql to show the location of syntax errors visually, per recentTom Lane
2004-03-14Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane
2004-03-13Generate a WARNING when the column types in a foreign key constraint areTom Lane
2004-03-12Fixes recent changes to test. For immediate application.Bruce Momjian
2004-03-12Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
2004-03-09Add ALSO keyword to CREATE RULE.Bruce Momjian
2004-03-05Per a brief conversation with Tom, I've created a patch for addingBruce Momjian
2004-03-04Emit a warning when an empty string is input to the oid, float4, andNeil Conway
2004-03-03Adds the -W flag to the pwd call under Win32. This allows directories,Bruce Momjian
2004-02-29"Corrects" the int8/float4/float8 tests under win32.Bruce Momjian
2004-02-18Improve the consistency of the error message emitted when rejectingNeil Conway
2004-01-27Run stats test separately, not as part of a parallel group, to avoidTom Lane
2004-01-11Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway
2004-01-10Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway
2004-01-08Fix a spelling mistake in a comment.Neil Conway
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-25> > I have no idea if this in Oracle or not. But it's something IBruce Momjian
2003-12-23Fix a number of places where reconfiguring with a different installationTom Lane
2003-12-23More bogosity in alter_table test: sometimes causes prepare test to failTom Lane
2003-12-23alter_table test sometimes failed in parallel mode, because of transientTom Lane
2003-12-18Adjust rules output for unknown-vs-any change (affects expected contentsTom Lane
2003-12-03Added new group of read-only GUC variables to allow simple accessJoe Conway
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
2003-12-01Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-11-16Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane
2003-11-13Regenerate text files.Peter Eisentraut
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-02Adjust data types in some of the UNION tests to avoid potentiallyTom Lane
2003-11-02Provide a way to run the parallel regression tests with a user-specifiedTom Lane
2003-11-01More whitespace fixes. Do people write the expected files by hand?Peter Eisentraut
2003-11-01Fix hidden whitespace differences between expected and result files.Peter Eisentraut