summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-25In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane
2003-06-25Includes:Bruce Momjian
2003-06-25Back out commit.Bruce Momjian
2003-06-25Adjust expected output for new functions.Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-24 Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane
2003-06-13Okay, recognize freebsd 2.* and 3.* too.Tom Lane
2003-06-13Expect FreeBSD 5.* to have standard float arithmetic.Tom Lane
2003-06-06Implement outer-level aggregates to conform to the SQL spec, withTom Lane
2003-05-29Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane
2003-05-29Add a regression test to catch future silliness in the index-buildingTom Lane
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-26Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-05-12Apply fixes for problems with dropped columns whose types have also beenTom Lane
2003-05-09Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-05-08Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane
2003-04-29Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane
2003-04-28Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-04-08First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane
2003-04-07Avoid primary key lookup (and lock) if foreign key does not changeJan Wieck
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-27to_char fixes, Karel ZakBruce Momjian
2003-03-23Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-03-21Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane
2003-03-20Update for new serial functionality.Bruce Momjian
2003-03-20Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-20Attached is a patch that limits the range tested by horology toBruce Momjian
2003-03-20This trivial cleans up a little bit of the code inBruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-15Arrange to print the relevant key values when reporting a foreign-keyTom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2003-03-05Turns out new IN implementation has got some problems in an UPDATE orTom Lane
2003-02-19Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian
2003-02-19- Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian
2003-02-19The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian
2003-02-16COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane
2003-02-13Arrange to give error when a SetOp member statement refers to a variableTom Lane
2003-02-13The "random" regression test uses a function called oidrand(), whichBruce Momjian