aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Add regression tests for CSV COPY format.Bruce Momjian2004-06-09
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Add some regression tests for composite-type operations.Tom Lane2004-06-06
* Minor catalog cleanups for composite-type stuff. Adjust signatures shownTom Lane2004-06-06
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Win32 regression fixes:Bruce Momjian2004-06-03
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-02
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-01
* The added aggregates are:Bruce Momjian2004-05-26
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Add $libdir to mingw and cygwin for installcheck too.Bruce Momjian2004-05-20
* Add MinGW to cases where libdir should be used for regression tests:Bruce Momjian2004-05-19
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-14
* Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane2004-05-11
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* More PWD adjustments for win32.Bruce Momjian2004-05-03
* Use $build_platform for PWD flag test, per suggestion from Peter.Bruce Momjian2004-05-02
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-02
* Set PWDFLAGS based on test platform, not target platform.Bruce Momjian2004-05-02
* this patch makes sure that:Bruce Momjian2004-05-02
* Please find attached a small patch against current cvs head, so thatBruce Momjian2004-04-26
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-26
* Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway2004-04-23
* Please find a small patch to fix the brain damage "century" andBruce Momjian2004-04-10
* Magnus says new Win32 timezone library will not need special horology:Bruce Momjian2004-04-08
* Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian2004-04-05
* Adjust expected regression outputs for plan changes caused by recentTom Lane2004-04-01
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Update the float8 regression tests: they should now pass on FreeBSD 4.xNeil Conway2004-03-24
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-23
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-22
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-17
* float8-small-is-zero and float8-exp-three-digits will likely needBruce Momjian2004-03-15
* Improve random regression tests to fail less frequently.Bruce Momjian2004-03-15
* Remove grotty special-case code in coerce_to_target_type() thatTom Lane2004-03-15
* Teach psql to show the location of syntax errors visually, per recentTom Lane2004-03-14
* Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane2004-03-14
* Generate a WARNING when the column types in a foreign key constraint areTom Lane2004-03-13
* Fixes recent changes to test. For immediate application.Bruce Momjian2004-03-12
* Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway2004-03-12
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-11
* Add ALSO keyword to CREATE RULE.Bruce Momjian2004-03-09
* Per a brief conversation with Tom, I've created a patch for addingBruce Momjian2004-03-05
* Emit a warning when an empty string is input to the oid, float4, andNeil Conway2004-03-04
* Adds the -W flag to the pwd call under Win32. This allows directories,Bruce Momjian2004-03-03
* "Corrects" the int8/float4/float8 tests under win32.Bruce Momjian2004-02-29
* Improve the consistency of the error message emitted when rejectingNeil Conway2004-02-18