| Age | Commit message (Expand) | Author |
| 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 | Avoid getting bit by roundoff error while checking $Safe::VERSION. | Tom Lane |
| 2004-11-24 | Trivial fix for a bug introduced in r1.94 of help.c: we want to only | Neil Conway |
| 2004-11-24 | Assert that BufferIsPinned() in IncrBufferRefCount(), rather than using | Neil Conway |
| 2004-11-23 | Prevent pgcrypto from successfully compiling if no valid random source | Neil Conway |
| 2004-11-23 | New translations | Peter Eisentraut |
| 2004-11-23 | Translation updates | Peter Eisentraut |
| 2004-11-23 | Clean files generated by htmlhelp target. | Peter Eisentraut |
| 2004-11-23 | Add htmlhelp stylesheet and build target. | Peter Eisentraut |
| 2004-11-23 | Further plperl cleanup: be more paranoid about checking the type of | Tom Lane |
| 2004-11-22 | The beginnings of a regression test for plperl. Right now it only | Tom Lane |
| 2004-11-22 | Try to instill some sanity in plperl's function result processing. | Tom Lane |
| 2004-11-22 | Fix typo in release notes. Michael Fuhr. | Neil Conway |
| 2004-11-22 | update us to beta5REL8_0_0BETA5 | PostgreSQL Daemon |
| 2004-11-22 | Update release notes for recent changes; also minor editorialization. | Tom Lane |
| 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-21 | While fixing plperl and pltcl, I realized plpgsql wasn't doing | Tom Lane |
| 2004-11-21 | Suppress remaining compile warnings, and add a comment about why | Tom Lane |
| 2004-11-21 | Fix plperl and pltcl error handling per my previous proposal. SPI | Tom Lane |
| 2004-11-20 | Fix typo. | Bruce Momjian |
| 2004-11-20 | Patch of 2004-03-30 corrected date_part(timestamp) for extracting | Tom Lane |
| 2004-11-20 | Fix typo, per Bruno Wolff. | Tom Lane |
| 2004-11-20 | Fix up makefile dependencies for pg_config_paths.h. | 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 plperl's elog() function to convert elog(ERROR) into Perl croak(), | Tom Lane |
| 2004-11-20 | Fix one more place where we were expecting lcons() to be nondestructive | Tom Lane |
| 2004-11-20 | On some HPUX versions/hardware, it seems we need to include libgcc.a in | 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 | Make sure we produce a useful error message for the case where the | Tom Lane |
| 2004-11-20 | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane |
| 2004-11-19 | Fix incorrect documentation of plperl's method for accessing the number | 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 | Rename vacuum_cost_limit switch from -N to -l to avoid conflict with | 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 | Some further editorial adjustment of PITR recovery procedure description. | 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 |