| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 | 2 | -106/+138 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 2 | -9/+62 |
| * | Bring the libpq example programs into the 21st century. | Tom Lane | 2003-06-22 | 7 | -244/+218 |
| * | Okay, recognize freebsd 2.* and 3.* too. | Tom Lane | 2003-06-13 | 1 | -1/+1 |
| * | Expect FreeBSD 5.* to have standard float arithmetic. | Tom Lane | 2003-06-13 | 1 | -1/+1 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 2 | -0/+33 |
| * | Adopt latest bison's spelling of 'syntax error' rather than 'parse error' | Tom Lane | 2003-05-29 | 4 | -32/+32 |
| * | Add a regression test to catch future silliness in the index-building | Tom Lane | 2003-05-29 | 2 | -0/+15 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 4 | -2/+32 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -2/+2 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 12 | -191/+242 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 2 | -12/+17 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 13 | -43/+69 |
| * | Apply fixes for problems with dropped columns whose types have also been | Tom Lane | 2003-05-12 | 2 | -0/+59 |
| * | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane | 2003-05-09 | 2 | -2/+6 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 2 | -10/+24 |
| * | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 | 4 | -0/+105 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 2 | -3/+3 |
| * | Okay, I've had it with PQsetdbLogin having slightly different defaults | Tom Lane | 2003-04-28 | 1 | -1/+5 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 5 | -9/+22 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 3 | -8/+0 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 2 | -2/+2 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 6 | -24/+287 |
| * | Avoid primary key lookup (and lock) if foreign key does not change | Jan Wieck | 2003-04-07 | 1 | -1/+1 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 2 | -50/+162 |
| * | to_char fixes, Karel Zak | Bruce Momjian | 2003-03-27 | 2 | -48/+48 |
| * | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 | 1 | -1/+1 |
| * | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane | 2003-03-23 | 1 | -3/+3 |
| * | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 | 1 | -2/+2 |
| * | Reimplement NUMERIC datatype using base-10000 arithmetic; also improve | Tom Lane | 2003-03-21 | 2 | -12/+12 |
| * | Update for new serial functionality. | Bruce Momjian | 2003-03-20 | 1 | -3/+1 |
| * | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 | 2 | -0/+20 |
| * | Todo items: | Bruce Momjian | 2003-03-20 | 8 | -66/+115 |
| * | Attached is a patch that limits the range tested by horology to | Bruce Momjian | 2003-03-20 | 4 | -70/+70 |
| * | This trivial cleans up a little bit of the code in | Bruce Momjian | 2003-03-20 | 1 | -21/+19 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -1/+1 |
| * | Arrange to print the relevant key values when reporting a foreign-key | Tom Lane | 2003-03-15 | 3 | -29/+29 |
| * | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 | 8 | -23/+72 |
| * | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane | 2003-03-05 | 2 | -0/+54 |
| * | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian | 2003-02-19 | 1 | -1/+1 |
| * | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian | 2003-02-19 | 1 | -1/+1 |
| * | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian | 2003-02-19 | 4 | -0/+76 |
| * | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 | 1 | -26/+26 |
| * | Arrange to give error when a SetOp member statement refers to a variable | Tom Lane | 2003-02-13 | 1 | -1/+0 |
| * | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 | 2 | -4/+4 |
| * | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 | 2 | -0/+89 |
| * | Fix thinko in new logic about pushing down non-nullability constraints: | Tom Lane | 2003-02-10 | 2 | -0/+162 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 2 | -3/+58 |
| * | Allow a time zone to be specified (and silently ignored) in the input | Tom Lane | 2003-01-31 | 6 | -26/+70 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 3 | -8/+10 |