| Commit message (Expand) | Author | Age | Files | Lines |
| * | Teach regex_fixed_prefix() the correct handling of advanced regex | Tom Lane | 2004-12-02 | 1 | -8/+26 |
| * | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane | 2004-12-02 | 9 | -1465/+1481 |
| * | Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP. | Bruce Momjian | 2004-12-01 | 2 | -3/+8 |
| * | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane | 2004-12-01 | 1 | -14/+20 |
| * | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 14 | -3133/+1161 |
| * | Add \n to end of output for psql \s with no history file name. | Bruce Momjian | 2004-11-30 | 1 | -1/+3 |
| * | Quote SHELL arguments only on Win32. | Bruce Momjian | 2004-11-30 | 1 | -3/+5 |
| * | Fix a few typos in comments. | Neil Conway | 2004-11-30 | 2 | -7/+7 |
| * | Update plperl to use ereport() not elog() for user-facing messages, | Tom Lane | 2004-11-29 | 2 | -38/+67 |
| * | Clean up initdb's error handling so that it prints something more | Tom Lane | 2004-11-29 | 1 | -100/+140 |
| * | Add comment explaining possible compiler warning: | Bruce Momjian | 2004-11-29 | 1 | -1/+5 |
| * | Have initdb display relative paths to start postmaster if used to invoke | Bruce Momjian | 2004-11-29 | 1 | -5/+16 |
| * | 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 |