| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid scribbling on original parsetree during DECLARE CURSOR. This | Tom Lane | 2004-11-28 | 1 | -2/+11 |
| * | Work around lack of NLS support in libpgport by making those components | Peter Eisentraut | 2004-11-27 | 8 | -30/+28 |
| * | Update of conformance information to SQL:2003 | Peter Eisentraut | 2004-11-27 | 3 | -42/+114 |
| * | Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. | Tom Lane | 2004-11-27 | 7 | -13/+13 |
| * | Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. | Bruce Momjian | 2004-11-27 | 8 | -11/+11 |
| * | RelOptInfo.pages should really be declared as BlockNumber, not long. | Tom Lane | 2004-11-26 | 1 | -2/+3 |
| * | Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from | Tom Lane | 2004-11-24 | 1 | -5/+10 |
| * | Our interface code for Spencer's regexp package was checking for regexp | Tom Lane | 2004-11-24 | 1 | -6/+25 |
| * | A client_encoding specification coming from the connection request has | Tom Lane | 2004-11-24 | 3 | -43/+78 |
| * | Avoid getting bit by roundoff error while checking $Safe::VERSION. | Tom Lane | 2004-11-24 | 1 | -3/+8 |
| * | Trivial fix for a bug introduced in r1.94 of help.c: we want to only | Neil Conway | 2004-11-24 | 1 | -1/+2 |
| * | Assert that BufferIsPinned() in IncrBufferRefCount(), rather than using | Neil Conway | 2004-11-24 | 1 | -10/+3 |
| * | New translations | Peter Eisentraut | 2004-11-23 | 6 | -6/+938 |
| * | Translation updates | Peter Eisentraut | 2004-11-23 | 3 | -1196/+1305 |
| * | Further plperl cleanup: be more paranoid about checking the type of | Tom Lane | 2004-11-23 | 3 | -253/+323 |
| * | The beginnings of a regression test for plperl. Right now it only | Tom Lane | 2004-11-22 | 3 | -0/+386 |
| * | Try to instill some sanity in plperl's function result processing. | Tom Lane | 2004-11-22 | 1 | -268/+131 |
| * | Fix rounding problem in dynahash.c's decision about when the target | Tom Lane | 2004-11-21 | 1 | -2/+2 |
| * | Reduce the default size of the PortalHashTable in order to save a | Tom Lane | 2004-11-21 | 1 | -4/+7 |
| * | While fixing plperl and pltcl, I realized plpgsql wasn't doing | Tom Lane | 2004-11-21 | 1 | -16/+12 |
| * | Suppress remaining compile warnings, and add a comment about why | Tom Lane | 2004-11-21 | 2 | -3/+23 |
| * | Fix plperl and pltcl error handling per my previous proposal. SPI | Tom Lane | 2004-11-21 | 5 | -378/+377 |
| * | Patch of 2004-03-30 corrected date_part(timestamp) for extracting | Tom Lane | 2004-11-20 | 1 | -2/+6 |
| * | Fix up makefile dependencies for pg_config_paths.h. | Tom Lane | 2004-11-20 | 3 | -15/+21 |
| * | Avoid scanning the relcache during AtEOSubXact_RelationCache when there | Tom Lane | 2004-11-20 | 1 | -1/+30 |
| * | Reduce the default size of the local lock hash table. There's usually | Tom Lane | 2004-11-20 | 1 | -2/+2 |
| * | Fix plperl's elog() function to convert elog(ERROR) into Perl croak(), | Tom Lane | 2004-11-20 | 2 | -16/+74 |
| * | Fix one more place where we were expecting lcons() to be nondestructive | Tom Lane | 2004-11-20 | 1 | -1/+3 |
| * | On some HPUX versions/hardware, it seems we need to include libgcc.a in | Tom Lane | 2004-11-20 | 1 | -2/+10 |
| * | Fix unportable isdigit() call --- must cast arg to unsigned char. | Tom Lane | 2004-11-20 | 1 | -5/+5 |
| * | Move pgstat_report_tabstat() call so that stats are not reported to the | Tom Lane | 2004-11-20 | 1 | -4/+5 |
| * | Make sure we produce a useful error message for the case where the | Tom Lane | 2004-11-20 | 1 | -4/+1 |
| * | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane | 2004-11-20 | 2 | -50/+69 |
| * | Clean up rpath handling for HPUX --- we can't use the cc-style rpath | Tom Lane | 2004-11-19 | 2 | -5/+11 |
| * | Set rpath for plperl and plpython to ensure we can find the .so files | Tom Lane | 2004-11-19 | 2 | -3/+6 |
| * | Modify the platform-specific makefiles so that macro 'rpath' is defined | Tom Lane | 2004-11-19 | 11 | -20/+22 |
| * | Fix memory clobber problem reported by John Hansen: plperl_safe_init() | Tom Lane | 2004-11-18 | 1 | -47/+38 |
| * | Whoops, missed converting the other sleep() call to pg_usleep(). | Tom Lane | 2004-11-18 | 1 | -2/+2 |
| * | Translation update | Peter Eisentraut | 2004-11-18 | 2 | -2/+1702 |
| * | Force pg_database updates out to disk immediately after ALTER DATABASE; | Tom Lane | 2004-11-18 | 1 | -19/+47 |
| * | Include <getopt.h> if available, to avoid warnings on Windows. | Tom Lane | 2004-11-17 | 1 | -1/+4 |
| * | Remove ill-considered suppression of gcc warnings in plperl, and fix | Tom Lane | 2004-11-17 | 2 | -30/+24 |
| * | Fix off-by-one memory allocation, as reported by Rod Taylor. Also | Tom Lane | 2004-11-17 | 1 | -16/+17 |
| * | Set DEFAULT_EDITOR to notepad.exe on Windows, as per recent discussion. | Tom Lane | 2004-11-17 | 1 | -1/+6 |
| * | Force LANG=en on Windows, since system may fail to default to English. | Tom Lane | 2004-11-17 | 1 | -1/+9 |
| * | Add installcheck-parallel regression test target. Magnus Hagander | Tom Lane | 2004-11-17 | 1 | -1/+7 |
| * | Use pg_usleep() not sleep(), per Andrew Dunstan. | Tom Lane | 2004-11-17 | 1 | -7/+6 |
| * | Miscellaneous Cygwin build fixes from Reini Urban. | Tom Lane | 2004-11-17 | 4 | -11/+31 |
| * | Add variant regression file to support BSDen that underflow to plus zero instead | Tom Lane | 2004-11-17 | 1 | -0/+396 |
| * | Install include/port header files, and fix PGXS build to use them. | Tom Lane | 2004-11-17 | 2 | -3/+15 |