| Age | Commit message (Expand) | Author |
| 2004-06-20 | Synced parser and keyword list. | Michael Meskes |
| 2004-06-19 | Fix Makefile syntax. Forgot to test this. | Bruce Momjian |
| 2004-06-19 | Add changes to support threads on Win32 native port at some point in the future. | Bruce Momjian |
| 2004-06-19 | Enable thread safety for win32.mak build of PostgreSQL. | Bruce Momjian |
| 2004-06-17 | Added patch by ISHIDA Akio to allow indicators in execute statements. | Michael Meskes |
| 2004-06-11 | ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const, | Bruce Momjian |
| 2004-06-10 | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian |
| 2004-06-08 | Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. | Bruce Momjian |
| 2004-06-04 | The attached patch will create a dummy pg_config_paths.h. Additionally, | Bruce Momjian |
| 2004-06-03 | init_ssl_system will return 0 on success and -1 on failure, which will | Bruce Momjian |
| 2004-06-03 | Add new Win32 file with adjustments for recent code changes. | Bruce Momjian |
| 2004-06-03 | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian |
| 2004-05-31 | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane |
| 2004-05-31 | Too few parens for my taste in this macro. | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-26 | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian |
| 2004-05-26 | Recent commits added created files that weren't getting deleted by | Tom Lane |
| 2004-05-26 | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian |
| 2004-05-25 | Add FRONTEND to ecpglib. | Bruce Momjian |
| 2004-05-25 | Add exec.c to ecpg library because path.c now uses it. | Bruce Momjian |
| 2004-05-25 | Make the locale location relocatable. | Bruce Momjian |
| 2004-05-24 | Remove a few $filter() calls that were not needed. | Bruce Momjian |
| 2004-05-21 | Handle inclusion of port modules 'correctly', viz the same way libpq | Tom Lane |
| 2004-05-21 | Put path configuration information into a .h file instead of cluttering | Tom Lane |
| 2004-05-21 | - Fixed DEALLOCATE PREPARE to use correct function call | Michael Meskes |
| 2004-05-21 | Add mention of why -lpgport is needed in ecpglib (dllwrap). | Bruce Momjian |
| 2004-05-21 | Add -lpgport to ecpglib link only on win32. Other platforms have | Bruce Momjian |
| 2004-05-21 | Revert addition of -lpgport, which breaks the build on platforms that | Tom Lane |
| 2004-05-19 | Re-add elog() to exec.c, per Tom. | Bruce Momjian |
| 2004-05-19 | Win32 needs -lpgport for dll creation of ecpglib. | Bruce Momjian |
| 2004-05-19 | Win32 can't have the same function coming from two library object files, | Bruce Momjian |
| 2004-05-18 | Move find_my_exec() way up into main.c so it is available to the | Bruce Momjian |
| 2004-05-17 | Reorganize code to allow path-relative installs. | Bruce Momjian |
| 2004-05-14 | Propagate enlargeStringInfo() fixes into the equivalent code in | Tom Lane |
| 2004-05-12 | Rename find_my_binary/find_other_binary to | Bruce Momjian |
| 2004-05-10 | Clean up indenting of Makefile filenames. | Bruce Momjian |
| 2004-05-10 | - Argh, just another bug in adjust_informix. | Michael Meskes |
| 2004-05-07 | - Added additional test case. | Michael Meskes |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-05-05 | - Fixed bug in adjust_informix that treated arrays as simple variables. | Michael Meskes |
| 2004-04-30 | Minor adjustments to enable public-domain timezone library to be called | Bruce Momjian |
| 2004-04-29 | Synced parser and keyword list. | Michael Meskes |
| 2004-04-26 | Add $(X) for cross-compiling. Seems the mingw compiler running on | Bruce Momjian |
| 2004-04-25 | Make thread flags CFLAGS, not CPPFLAGS. | Bruce Momjian |
| 2004-04-23 | Add new auto-detection of thread flags. | Bruce Momjian |
| 2004-04-23 | Fixed memory misusage in variable handling. | Michael Meskes |
| 2004-04-20 | Remove all of the libpgtcl and pgtclsh files, including all references to | PostgreSQL Daemon |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
| 2004-04-05 | Translation updates | Peter Eisentraut |
| 2004-04-05 | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian |