| Age | Commit message (Expand) | Author |
| 2003-07-24 | Fix timestamp_date for HAVE_INT64_TIMESTAMP case. | Tom Lane |
| 2003-07-24 | Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000. | Tom Lane |
| 2003-07-22 | Error message editing for foreign-key triggers. | Tom Lane |
| 2003-07-17 | Oh, for crying in a bucket ... relax Assert so that glibc's strxfrm | Tom Lane |
| 2003-07-17 | Work around buggy strxfrm() present in some Solaris releases. | Tom Lane |
| 2003-07-17 | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane |
| 2003-07-14 | Fix a *second* buffer overrun bug in to_ascii(). Grumble. | Tom Lane |
| 2003-07-04 | tm2timestamp should return -1, not elog, on overflow. (In the backend | Tom Lane |
| 2003-07-04 | Some early work on error message editing. Operator-not-found and | Tom Lane |
| 2003-07-03 | Fix bug I introduced in recent rewrite of NUMERIC code: numeric to | Tom Lane |
| 2003-07-03 | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane |
| 2003-07-01 | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane |
| 2003-06-29 | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane |
| 2003-06-27 | Fix compile warnings. | Tom Lane |
| 2003-06-27 | 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-25 | Back out array mega-patch. | Bruce Momjian |
| 2003-06-25 | In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS or | Tom Lane |
| 2003-06-25 | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian |
| 2003-06-25 | >> If a transaction marks a tuple for update and later commits without | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |
| 2003-06-24 | Prevent compiler warning from sprintf in recent ipv6 patch. | Bruce Momjian |
| 2003-06-24 | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian |
| 2003-06-22 | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane |
| 2003-06-16 | Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not | Tom Lane |
| 2003-06-11 | During looking stuff up for a discussion on -general, I realized that | Bruce Momjian |
| 2003-06-11 | Represent grant options in the information schema. | Peter Eisentraut |
| 2003-06-02 | Make the world at least marginally safe for usernames with embedded spaces. | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-26 | Remove comment that cbrt() isn't being used. | Bruce Momjian |
| 2003-05-26 | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane |
| 2003-05-25 | Clean up our static cbrt() implementation in float.c. | Bruce Momjian |
| 2003-05-23 | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane |
| 2003-05-20 | Fix coredump in pg_get_triggerdef, ensure function name is schema- | Tom Lane |
| 2003-05-18 | Add code to test for unknown timezone names (following some ideas from | Tom Lane |
| 2003-05-15 | Indexing support for pattern matching operations via separate operator | Peter Eisentraut |
| 2003-05-13 | More binary I/O routines. | Tom Lane |
| 2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
| 2003-05-09 | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane |
| 2003-05-09 | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane |
| 2003-05-09 | Remove another old rint() replacement. | Bruce Momjian |
| 2003-05-09 | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane |
| 2003-05-08 | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane |
| 2003-05-04 | Allow 60 in seconds fields of timestamp, time, interval input values. | Tom Lane |
| 2003-04-27 | Prevent coredump in current_schemas() if someone has just deleted a | Tom Lane |
| 2003-04-26 | Repair permissions problem in RI triggers: query parsing has to be done | Tom Lane |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-04-21 | stddev() and variance() should return NULL when there is just one input | Tom Lane |
| 2003-04-16 | Fix stupid oversight ... | Tom Lane |