| Age | Commit message (Expand) | Author |
| 2004-11-20 | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane |
| 2004-11-19 | Clean up rpath handling for HPUX --- we can't use the cc-style rpath | Tom Lane |
| 2004-11-19 | Set rpath for plperl and plpython to ensure we can find the .so files | Tom Lane |
| 2004-11-19 | Modify the platform-specific makefiles so that macro 'rpath' is defined | Tom Lane |
| 2004-11-18 | Fix memory clobber problem reported by John Hansen: plperl_safe_init() | Tom Lane |
| 2004-11-18 | Whoops, missed converting the other sleep() call to pg_usleep(). | Tom Lane |
| 2004-11-18 | Translation update | Peter Eisentraut |
| 2004-11-18 | Force pg_database updates out to disk immediately after ALTER DATABASE; | Tom Lane |
| 2004-11-17 | Include <getopt.h> if available, to avoid warnings on Windows. | Tom Lane |
| 2004-11-17 | Remove ill-considered suppression of gcc warnings in plperl, and fix | Tom Lane |
| 2004-11-17 | Fix off-by-one memory allocation, as reported by Rod Taylor. Also | Tom Lane |
| 2004-11-17 | Set DEFAULT_EDITOR to notepad.exe on Windows, as per recent discussion. | Tom Lane |
| 2004-11-17 | Force LANG=en on Windows, since system may fail to default to English. | Tom Lane |
| 2004-11-17 | Add installcheck-parallel regression test target. Magnus Hagander | Tom Lane |
| 2004-11-17 | Use pg_usleep() not sleep(), per Andrew Dunstan. | Tom Lane |
| 2004-11-17 | Miscellaneous Cygwin build fixes from Reini Urban. | Tom Lane |
| 2004-11-17 | Add variant regression file to support BSDen that underflow to plus zero instead | Tom Lane |
| 2004-11-17 | Install include/port header files, and fix PGXS build to use them. | Tom Lane |
| 2004-11-17 | Adjust SHLIB_LINK for cygwin case. | Tom Lane |
| 2004-11-17 | Be sure length limit passed to snprintf matches what malloc was given. | Tom Lane |
| 2004-11-17 | Minor adjustment of message style. | Tom Lane |
| 2004-11-17 | Win32 build cleanups, from Andrew Dunstan. | Neil Conway |
| 2004-11-17 | Remove debugging printf from #ifdef WIN32 section. | Neil Conway |
| 2004-11-17 | Micro-optimization of markpos() and restrpos() in btree and hash indexes. | Neil Conway |
| 2004-11-17 | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway |
| 2004-11-17 | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane |
| 2004-11-16 | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway |
| 2004-11-16 | Translation update | Peter Eisentraut |
| 2004-11-16 | Adjust safety restrictions for plperl functions. Andrew Dunstan's | Tom Lane |
| 2004-11-16 | Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin. | Tom Lane |
| 2004-11-16 | Use dynamically-sized buffers in pgwin32_is_service(). | Tom Lane |
| 2004-11-16 | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane |
| 2004-11-15 | Don't quote the value of EDITOR on Unix, only on Windows. Per discussion. | Tom Lane |
| 2004-11-14 | Use English-style quotes in error messages, per Serguei Mokhov. | Tom Lane |
| 2004-11-14 | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane |
| 2004-11-14 | There is no need for ReadBuffer() call sites to check that the returned | Neil Conway |
| 2004-11-13 | Not entirely sure when this broke, but libpq's VC++ build is currently | Bruce Momjian |
| 2004-11-12 | Fix obsolete comments. | Tom Lane |
| 2004-11-12 | > I think in addition the system global name "sharemem.1" should be made more | Bruce Momjian |
| 2004-11-12 | Remember to close the file on failure (pretty much redundant, really, | Tom Lane |
| 2004-11-11 | Un-break custom_variable_classes kluge ... mea culpa. | Tom Lane |
| 2004-11-11 | pg_restore --help improvements, from Tom Lane: | Bruce Momjian |
| 2004-11-11 | Remove obsolete comment from btbuild() and hashbuild(): we no longer use | Neil Conway |
| 2004-11-10 | List VALUE as a keyword. | Michael Meskes |
| 2004-11-09 | Allow planner to fold "stable" functions to constants when forming | Tom Lane |
| 2004-11-09 | Put in place some defenses against being fooled by accidental match of | Tom Lane |
| 2004-11-09 | Get rid of perror(), substitute some better phrased error messages. | Peter Eisentraut |
| 2004-11-09 | Translation updates | Peter Eisentraut |
| 2004-11-09 | Clarify some strings | Peter Eisentraut |
| 2004-11-09 | Translation update | Peter Eisentraut |