| Age | Commit message (Expand) | Author |
| 2004-09-30 | Come to think of it, functions in FROM have the same syntactic restriction | Tom Lane |
| 2004-09-29 | Split out everything that looks like a function call from c_expr into | Tom Lane |
| 2004-09-29 | Minor adjustments to improve the accuracy of our computation of required | Tom Lane |
| 2004-09-28 | Adjust obsolete comment about memory needs for lock table. | Tom Lane |
| 2004-09-28 | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane |
| 2004-09-27 | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian |
| 2004-09-27 | Translation update | Peter Eisentraut |
| 2004-09-27 | Translation update | Peter Eisentraut |
| 2004-09-27 | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway |
| 2004-09-27 | A few minor list-related cleanups: | Neil Conway |
| 2004-09-27 | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway |
| 2004-09-27 | Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, | Tom Lane |
| 2004-09-26 | Fix multiple breakages in our support for SSL certificates. | Tom Lane |
| 2004-09-26 | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane |
| 2004-09-24 | GUC assign hooks that look at external state in deciding whether a | Tom Lane |
| 2004-09-24 | Cleanup some ancient Ultrix / Alpha code in main() that is intended to | Neil Conway |
| 2004-09-24 | shmdt takes a void* parameter, per Kris Jurka. | Tom Lane |
| 2004-09-24 | ExecProcAppend() wasn't called ExecAppend() because the latter name was | Neil Conway |
| 2004-09-23 | Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences, | Tom Lane |
| 2004-09-23 | If we're going to print unrecognized result codes from SSL_get_error | Tom Lane |
| 2004-09-22 | Arrange for hash join to skip scanning the outer relation if it detects | Tom Lane |
| 2004-09-22 | Adjust ExecMakeTableFunctionResult to produce a single all-nulls row | Tom Lane |
| 2004-09-22 | This patch from Alvaro Herrera adds transaction ID to the list of | Neil Conway |
| 2004-09-21 | Rotate on time boundaries that are sensible per local time rather than GMT. | Tom Lane |
| 2004-09-20 | Documentation improvements, per Josh Berkus. | Tom Lane |
| 2004-09-20 | Translation update | Peter Eisentraut |
| 2004-09-20 | Translation updates | Peter Eisentraut |
| 2004-09-20 | Translation updates | Peter Eisentraut |
| 2004-09-18 | Fix estimate_num_groups to be able to use expression-index statistics | Tom Lane |
| 2004-09-18 | Fix memory leak in tokenize_file, per report from Vadim Passynkov. | Tom Lane |
| 2004-09-17 | Allow WIN1250 as server encoding. | Peter Eisentraut |
| 2004-09-17 | Hashed LEFT JOIN would miss outer tuples with no inner match if the join | Tom Lane |
| 2004-09-17 | Now that xmax and cmin are distinct fields again, we should zero xmax when | Tom Lane |
| 2004-09-16 | Remove erroneous Assert, per example from Kris Jurka. | Tom Lane |
| 2004-09-16 | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane |
| 2004-09-16 | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-16 | Fix a read of uninitialized memory in array_out(). Perform some minor | Neil Conway |
| 2004-09-14 | Translation update | Peter Eisentraut |
| 2004-09-13 | Translation update | Peter Eisentraut |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-09-13 | Translation updates | Peter Eisentraut |
| 2004-09-13 | Fix two typos in comments. | Neil Conway |
| 2004-09-12 | When LockAcquire fails at the stage of creating a proclock object, be | Tom Lane |
| 2004-09-11 | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane |
| 2004-09-11 | Ensure that pg_largeobject references opened by lo_import() or lo_export() | Tom Lane |
| 2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-09-10 | More cleanup. | Bruce Momjian |
| 2004-09-09 | Added a call to gettext() to fix broken translated error messages. | Dennis Bjorklund |
| 2004-09-09 | Translation updates | Dennis Bjorklund |