| Age | Commit message (Expand) | Author |
| 2004-06-10 | Handle multiple double-quoted strings using Win32's system() call. | Bruce Momjian |
| 2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
| 2004-06-07 | Fix strerror_r by checking return type from configure. | Bruce Momjian |
| 2004-06-06 | Minor catalog cleanups for composite-type stuff. Adjust signatures shown | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-05 | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane |
| 2004-06-05 | Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized | Tom Lane |
| 2004-06-05 | Make the world very nearly safe for composite-type columns in tables. | Tom Lane |
| 2004-06-04 | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane |
| 2004-06-03 | Remove typeTypeFlag(), which was not only unused but entirely redundant | Tom Lane |
| 2004-06-03 | Remove SYSCONFDIR from win32 include file. | Bruce Momjian |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-06-03 | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian |
| 2004-06-02 | Per previous discussions, here are two functions to send INT and TERM | Bruce Momjian |
| 2004-06-02 | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian |
| 2004-06-02 | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane |
| 2004-06-01 | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane |
| 2004-06-01 | FastList is history, yay. | Tom Lane |
| 2004-06-01 | Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to | Tom Lane |
| 2004-05-31 | Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for | Tom Lane |
| 2004-05-31 | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane |
| 2004-05-31 | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-30 | Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. | Tom Lane |
| 2004-05-29 | Separate out bgwriter code into a logically separate module, rather | Tom Lane |
| 2004-05-28 | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane |
| 2004-05-27 | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane |
| 2004-05-27 | Cleanup for Win32 pgkill. | Bruce Momjian |
| 2004-05-27 | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian |
| 2004-05-26 | A couple other cosmetic cleanups in new List stuff. | Tom Lane |
| 2004-05-26 | Renumber to prevent duplicate oids. Update catalog version. | Bruce Momjian |
| 2004-05-26 | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian |
| 2004-05-26 | Renumber bit/boolean aggregates to remove duplicates. | Bruce Momjian |
| 2004-05-26 | The added aggregates are: | Bruce Momjian |
| 2004-05-26 | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian |
| 2004-05-26 | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-25 | Make the locale location relocatable. | Bruce Momjian |
| 2004-05-23 | Still another place to make the world safe for zero-column tables: | Tom Lane |
| 2004-05-23 | Handle impending sinval queue overflow by means of a separate signal | Tom Lane |
| 2004-05-22 | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane |
| 2004-05-22 | Use wide-character library routines, if available, for upper/lower/initcap | Tom Lane |
| 2004-05-21 | Probably need sys/time.h here too to be safe. | Tom Lane |
| 2004-05-21 | Fix random breakage in exec.c for platforms where strdup is a macro. | Tom Lane |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-05-20 | Small variable rename in exec.c. | Bruce Momjian |
| 2004-05-20 | Add ctype.h include for new macro in port.h. | Bruce Momjian |
| 2004-05-19 | Rename another irix file. | Bruce Momjian |
| 2004-05-19 | Win32 can't have the same function coming from two library object files, | Bruce Momjian |
| 2004-05-18 | Clean up some relative path install issues with Claudio's help. | Bruce Momjian |