| Age | Commit message (Expand) | Author |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-11 | Translation updates | Peter Eisentraut |
| 2004-12-06 | ActiveSnapshot must be set to something valid while running deferred | Tom Lane |
| 2004-12-04 | Back out addition of Win1252 encoding. | Bruce Momjian |
| 2004-12-03 | Use StrNCpy not strncpy to fill hash key, to ensure the resulting key | Tom Lane |
| 2004-12-03 | > If it bothers you that much. I'd make a flag, cleared at the start of | Bruce Momjian |
| 2004-12-03 | Back out fix for Unicode characters above 0x10000 | Bruce Momjian |
| 2004-12-02 | > I have installed your patch and adjusted the names of the standards | Bruce Momjian |
| 2004-12-02 | > I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60 | Bruce Momjian |
| 2004-12-02 | Fix for Unicode characters above 0x10000. | Bruce Momjian |
| 2004-12-02 | On win32, there is currently no way to get the equivalent function of | Bruce Momjian |
| 2004-12-02 | Add Charset WIN1252 support. | Bruce Momjian |
| 2004-12-02 | Change Win32 dlerror message to: | Bruce Momjian |
| 2004-12-02 | Disallow the combination VACUUM FULL FREEZE for safety's sake, for the | Tom Lane |
| 2004-12-02 | Teach regex_fixed_prefix() the correct handling of advanced regex | Tom Lane |
| 2004-12-02 | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane |
| 2004-12-01 | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane |
| 2004-12-01 | Change planner to use the current true disk file size as its estimate of | Tom Lane |
| 2004-11-28 | Avoid scribbling on original parsetree during DECLARE CURSOR. This | Tom Lane |
| 2004-11-27 | Work around lack of NLS support in libpgport by making those components | Peter Eisentraut |
| 2004-11-27 | Update of conformance information to SQL:2003 | Peter Eisentraut |
| 2004-11-24 | Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from | Tom Lane |
| 2004-11-24 | Our interface code for Spencer's regexp package was checking for regexp | Tom Lane |
| 2004-11-24 | A client_encoding specification coming from the connection request has | Tom Lane |
| 2004-11-24 | Assert that BufferIsPinned() in IncrBufferRefCount(), rather than using | Neil Conway |
| 2004-11-21 | Fix rounding problem in dynahash.c's decision about when the target | Tom Lane |
| 2004-11-21 | Reduce the default size of the PortalHashTable in order to save a | Tom Lane |
| 2004-11-20 | Patch of 2004-03-30 corrected date_part(timestamp) for extracting | Tom Lane |
| 2004-11-20 | Avoid scanning the relcache during AtEOSubXact_RelationCache when there | Tom Lane |
| 2004-11-20 | Reduce the default size of the local lock hash table. There's usually | Tom Lane |
| 2004-11-20 | Fix one more place where we were expecting lcons() to be nondestructive | Tom Lane |
| 2004-11-20 | Fix unportable isdigit() call --- must cast arg to unsigned char. | Tom Lane |
| 2004-11-20 | Move pgstat_report_tabstat() call so that stats are not reported to the | Tom Lane |
| 2004-11-20 | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane |
| 2004-11-18 | Whoops, missed converting the other sleep() call to pg_usleep(). | Tom Lane |
| 2004-11-18 | Force pg_database updates out to disk immediately after ALTER DATABASE; | Tom Lane |
| 2004-11-17 | Fix off-by-one memory allocation, as reported by Rod Taylor. Also | Tom Lane |
| 2004-11-17 | Use pg_usleep() not sleep(), per Andrew Dunstan. | 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 |