| Age | Commit message (Expand) | Author |
| 2004-09-30 | Add an index entry for tablespaces. From Kris Jurka. | Neil Conway |
| 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 | Add Farsi version of FAQ. | Bruce Momjian |
| 2004-09-29 | Minor adjustments to improve the accuracy of our computation of required | Tom Lane |
| 2004-09-29 | Minor documentation improvement. | Neil Conway |
| 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-28 | Code review for recent dbsize changes. Fix some thinkos, enforce coding | Tom Lane |
| 2004-09-28 | An include path got missed out of the patch - see the attached fix. | Bruce Momjian |
| 2004-09-28 | Fix typo in docs. | Neil Conway |
| 2004-09-28 | Remove duplicate PQclear(res) operations leading to double free() and | Tom Lane |
| 2004-09-28 | Revert patch that removed BUFSIZ usage. The memory has to hold the | Bruce Momjian |
| 2004-09-27 | Small WIN32_CLIENT_ONLY cleanup for new build patch. | Bruce Momjian |
| 2004-09-27 | Remove use of large BUFSIZ for buffers and use the proper struct sizes. | Bruce Momjian |
| 2004-09-27 | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian |
| 2004-09-27 | More MS VC and BCC psql compile cleanups. | Bruce Momjian |
| 2004-09-27 | More Win32 cleanups for Dave Page. | Bruce Momjian |
| 2004-09-27 | Make adjustment for MS VC and BCC compile of psql, from Dave Page. | Bruce Momjian |
| 2004-09-27 | Improve MS VC builds for psql by handlling flex properly and prevent | Bruce Momjian |
| 2004-09-27 | Translation update | Peter Eisentraut |
| 2004-09-27 | Translation updates | Peter Eisentraut |
| 2004-09-27 | Translation update | Peter Eisentraut |
| 2004-09-27 | New translations | Peter Eisentraut |
| 2004-09-27 | Update docs for Borland CC build. | Bruce Momjian |
| 2004-09-27 | Remove inclusion of windows.h now that it is included in c.h, per idea | Bruce Momjian |
| 2004-09-27 | Add: | Bruce Momjian |
| 2004-09-27 | Remove completed items: | Bruce Momjian |
| 2004-09-27 | Synced parser. | Michael Meskes |
| 2004-09-27 | Addition to documentation about cvsup. From Andrew Dunstan, minor SGML | Neil Conway |
| 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 | update for beta3, and update Copyright date to 2004REL8_0_0BETA3 | PostgreSQL Daemon |
| 2004-09-27 | Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, | Tom Lane |
| 2004-09-26 | Fix misstatement in docs: CREATE TABLE AS is now part of the standard. | Neil Conway |
| 2004-09-26 | Fix multiple breakages in our support for SSL certificates. | Tom Lane |
| 2004-09-26 | Use ULL not LL in UINT64CONST. | Tom Lane |
| 2004-09-26 | Here is a patch that adds the version info from libpq.rc to the DLL | Bruce Momjian |
| 2004-09-26 | Use <> not "" for include of pthread.h. | Bruce Momjian |
| 2004-09-26 | Refresh for recent changes. | Bruce Momjian |
| 2004-09-26 | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane |
| 2004-09-24 | Persuade plpython to build on OS X. | Tom Lane |
| 2004-09-24 | GUC assign hooks that look at external state in deciding whether a | Tom Lane |
| 2004-09-24 | Fix slightly misleading description of PERFORM syntax. | 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 | Fix gratuitous weirdness in function prototype, per Kris Jurka. | Tom Lane |
| 2004-09-24 | Okay, I'm tired of reading gripes from OS X users ... add a regression | Tom Lane |
| 2004-09-24 | Get rid of /*-inside-comment warning. My fault. | Tom Lane |