| Age | Commit message (Expand) | Author |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-28 | Remove some no-longer-needed #includes. | Tom Lane |
| 2004-06-28 | Fix some bogus code in ConstBit production --- it managed to work, but | Tom Lane |
| 2004-06-27 | Translation updates | Dennis Bjorklund |
| 2004-06-26 | Adjust pgstat message definitions so that the target message size is | Tom Lane |
| 2004-06-26 | Translation updates | Dennis Bjorklund |
| 2004-06-25 | Support renaming of tablespaces, and changing the owners of | Tom Lane |
| 2004-06-25 | Translation updates | Dennis Bjorklund |
| 2004-06-25 | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane |
| 2004-06-25 | #ifdef out file permissions check on SSL key file when on Windows, as | Tom Lane |
| 2004-06-24 | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane |
| 2004-06-22 | Fix information schema views to return NULL for precision and scale of | Tom Lane |
| 2004-06-21 | Add comment about rationale for continuing to use C library functions | Tom Lane |
| 2004-06-21 | Rename the built-in tablespaces to pg_default and pg_global, and prohibit | Tom Lane |
| 2004-06-21 | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian |
| 2004-06-19 | Looks like s_lock_test needs <time.h> on some platforms. | Tom Lane |
| 2004-06-19 | s_lock_test requires libpgport to build now. | Tom Lane |
| 2004-06-19 | Fix oversight in recent rowtype-handling improvements: transformTargetList | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-16 | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane |
| 2004-06-14 | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane |
| 2004-06-13 | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane |
| 2004-06-13 | Translation update | Peter Eisentraut |
| 2004-06-13 | Code review for recently-added network functions. Get it to work when | Tom Lane |
| 2004-06-11 | StrategyDirtyBufferList wasn't being careful to honor max_buffers limit. | Tom Lane |
| 2004-06-11 | Add some code to Assert that when we release pin on a buffer, we are | Tom Lane |
| 2004-06-11 | >> It certainly doesn't. There still was a bug with the locale stuff, | Bruce Momjian |
| 2004-06-11 | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane |
| 2004-06-10 | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian |
| 2004-06-10 | Adjust cost_nonsequential_access() to have more reasonable behavior | Tom Lane |
| 2004-06-10 | Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too. | Tom Lane |
| 2004-06-10 | Fix oversight in recent ALTER TABLE improvements. We now support | Tom Lane |
| 2004-06-10 | Clean up generation of default names for constraints, indexes, and serial | Tom Lane |
| 2004-06-10 | Translation update | Peter Eisentraut |
| 2004-06-10 | New translation | Peter Eisentraut |
| 2004-06-09 | Fix slightly-wrong syntax error messages from bootstrap parser, as per | Tom Lane |
| 2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
| 2004-06-09 | Previous code cleanup was for bufpage.c, not bufmgr.c. | Bruce Momjian |
| 2004-06-08 | Add missing check for too-few-inputs when replacing a zero-dimensional | Tom Lane |
| 2004-06-08 | Stylistic changes in bufmgr.c | Bruce Momjian |
| 2004-06-08 | vacuum.c refactoring | Bruce Momjian |
| 2004-06-06 | Dept of second thoughts: don't use the new wide-character upper/lower | Tom Lane |
| 2004-06-06 | Allow use of table rowtypes directly as column types of other tables. | Tom Lane |
| 2004-06-06 | Add binary I/O support for composite types. | Tom Lane |
| 2004-06-06 | Remove finger from dike: composite types are now allowed as table columns. | Tom Lane |
| 2004-06-06 | Preliminary support for composite type I/O; just text for now, | 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 | 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 |