| Commit message (Expand) | Author | Age |
* | Add GUC option log_error_verbosity to control which fields of error | Tom Lane | 2003-06-30 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian | 2003-06-25 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 |
* | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 |
* | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 |
* | Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed and | Bruce Momjian | 2003-06-12 |
* | Add log_min_duration_statement. | Bruce Momjian | 2003-06-11 |
* | Represent grant options in the information schema. | Peter Eisentraut | 2003-06-11 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 |
* | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane | 2003-05-23 |
* | Fix compilation on Cygwin. | Peter Eisentraut | 2003-05-22 |
* | Add code to test for unknown timezone names (following some ideas from | Tom Lane | 2003-05-18 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 |
* | More binary I/O routines. | Tom Lane | 2003-05-13 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 |
* | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 |
* | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 |
* | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 |
* | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 |
* | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 |
* | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 |
* | SECOND ATTEMPT | Bruce Momjian | 2003-05-02 |
* | Back out second part of patch. | Bruce Momjian | 2003-05-02 |
* | Back out last commit --- wrong patch. | Bruce Momjian | 2003-05-02 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 |
* | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 |
* | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | Fix compile warning. | Tom Lane | 2003-03-21 |
* | Reimplement NUMERIC datatype using base-10000 arithmetic; also improve | Tom Lane | 2003-03-21 |
* | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian | 2003-03-20 |
* | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane | 2003-03-11 |
* | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 |
* | tuplestore_donestoring() isn't needed anymore, but provide a no-op | Tom Lane | 2003-03-09 |
* | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 |
* | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 |
* | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane | 2003-02-20 |
* | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian | 2003-02-19 |
* | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 |
* | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane | 2003-02-06 |