aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane2003-01-05
* Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane2003-01-04
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-02
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-30
* Initial version of the SQL information schemaPeter Eisentraut2002-12-14
* Admit defeat on the prospect of keeping straight exactly which platformsTom Lane2002-12-13
* Add a basic regression test for IS DISTINCT FROM, which has spent way tooTom Lane2002-12-13
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Reverse out unintended resultmap change.Tom Lane2002-12-10
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-06
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-04
* Fix regression test breakage from triggers patch.Tom Lane2002-11-23
* Update regression for new patches. Bump up catversion.Bruce Momjian2002-11-23
* Transaction safe TruncateBruce Momjian2002-11-23
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Wups, stuck ORDER BY on wrong query while trying to eliminate randomTom Lane2002-11-21
* NetBSD versions 1.6 and (we hope) later can use the standard geometryTom Lane2002-11-21
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-21
* Update regression for ALL missing from CLUSTER.Bruce Momjian2002-11-19
* Fix CLUSTER regression failure caused by new patch, from Neil ConwayBruce Momjian2002-11-16
* New version attached. The following is implemented:Bruce Momjian2002-11-15
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Use cat instead of echo or awk, to avoid portability problems with backslashes.Tom Lane2002-11-13
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Update AIX resultmap for horology tests, per Andreas.Tom Lane2002-11-12
* Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane2002-11-12
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* This patch makes a minor cleanup to the implementation of PERFORM inBruce Momjian2002-11-10
* Revise geometry regression testing to eliminate most cross-platformTom Lane2002-11-08
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-02
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-01
* Update to match expected results on OS X 10.2.Tom Lane2002-11-01
* Correct ordering of geometry/freebsd entries, add one for freebsd5.Tom Lane2002-11-01
* Update for test changes.Tom Lane2002-11-01
* Add additional ORDER BY to join regression test, per Tatsuo.Bruce Momjian2002-10-30
* Remove /src/utils. Is final cleanup of getopt.c resurection.Bruce Momjian2002-10-30
* Update regression for FreeBSD 4.7, for Larry RosenmanBruce Momjian2002-10-29
* Add ORDER BY to join regression test.Bruce Momjian2002-10-28
* create_index test must run after create_misc test.Tom Lane2002-10-22
* Update for test changes.Peter Eisentraut2002-10-22
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-21
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-19
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-19
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-19