summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Array mega-patch.Bruce Momjian2003-06-242-32/+4
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-242-106/+138
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-222-9/+62
* Bring the libpq example programs into the 21st century.Tom Lane2003-06-227-244/+218
* Okay, recognize freebsd 2.* and 3.* too.Tom Lane2003-06-131-1/+1
* Expect FreeBSD 5.* to have standard float arithmetic.Tom Lane2003-06-131-1/+1
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-062-0/+33
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-294-32/+32
* Add a regression test to catch future silliness in the index-buildingTom Lane2003-05-292-0/+15
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-284-2/+32
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-2/+2
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-2612-191/+242
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-152-12/+17
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-1413-43/+69
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-122-0/+59
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-092-2/+6
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-092-10/+24
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-084-0/+105
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-292-3/+3
* Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane2003-04-281-1/+5
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-245-9/+22
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-223-8/+0
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-172-2/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-086-24/+287
* Avoid primary key lookup (and lock) if foreign key does not changeJan Wieck2003-04-071-1/+1
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-272-50/+162
* to_char fixes, Karel ZakBruce Momjian2003-03-272-48/+48
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-251-1/+1
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-231-3/+3
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-211-2/+2
* Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane2003-03-212-12/+12
* Update for new serial functionality.Bruce Momjian2003-03-201-3/+1
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-202-0/+20
* Todo items:Bruce Momjian2003-03-208-66/+115
* Attached is a patch that limits the range tested by horology toBruce Momjian2003-03-204-70/+70
* This trivial cleans up a little bit of the code inBruce Momjian2003-03-201-21/+19
* Add start time to pg_stat_activityBruce Momjian2003-03-201-1/+1
* Arrange to print the relevant key values when reporting a foreign-keyTom Lane2003-03-153-29/+29
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-118-23/+72
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-052-0/+54
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-191-1/+1
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-191-1/+1
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-194-0/+76
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-161-26/+26
* Arrange to give error when a SetOp member statement refers to a variableTom Lane2003-02-131-1/+0
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-132-4/+4
* Code for WITHOUT OIDS.Bruce Momjian2003-02-132-0/+89
* Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane2003-02-102-0/+162
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-032-3/+58
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-316-26/+70