summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
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-10-25Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke onPeter Eisentraut
2003-10-18Repair interaction between IN-join processing and subselect pullup thatTom Lane
2003-10-10Add NULL regression tests.Bruce Momjian
2003-10-02Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut
2003-09-29Improve context display for failures during COPY IN, as recentlyTom Lane
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-25Fix regression error messages for platforms Peter doesn't use.Tom Lane
2003-09-25Forget to update the real source of the regression test results afterPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-20Attaching -lpq to LDFLAGS doesn't work, because the generated commandTom Lane
2003-09-19Disallow foreign-key references from temp tables to permanent tables.Tom Lane