| Commit message (Expand) | Author | Age |
* | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 |
* | Add an upper limit to IS_VALID_JULIAN() to defend against overflow in | Tom Lane | 2003-07-17 |
* | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane | 2003-07-17 |
* | Remove duplicate definition of ERROR. | Tom Lane | 2003-07-14 |
* | Fix typo in comment, as noted by Weiping He. | Tom Lane | 2003-07-14 |
* | Whoops, missed committing this change to match cosmetic changes in | Tom Lane | 2003-07-14 |
* | Add description for new GUC context. | Bruce Momjian | 2003-07-09 |
* | Add new USERLIMIT GUC source level so certain options can be disabled | Bruce Momjian | 2003-07-09 |
* | Add --help-config facility to dump information about GUC parameters | Tom Lane | 2003-07-04 |
* | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 |
* | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 |
* | 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 |