summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-11-24Our interface code for Spencer's regexp package was checking for regexpTom Lane
2004-11-24A client_encoding specification coming from the connection request hasTom Lane
2004-11-24Avoid getting bit by roundoff error while checking $Safe::VERSION.Tom Lane
2004-11-24Trivial fix for a bug introduced in r1.94 of help.c: we want to onlyNeil Conway
2004-11-24Assert that BufferIsPinned() in IncrBufferRefCount(), rather than usingNeil Conway
2004-11-23Prevent pgcrypto from successfully compiling if no valid random sourceNeil Conway
2004-11-23New translationsPeter Eisentraut
2004-11-23Translation updatesPeter Eisentraut
2004-11-23Clean files generated by htmlhelp target.Peter Eisentraut
2004-11-23Add htmlhelp stylesheet and build target.Peter Eisentraut
2004-11-23Further plperl cleanup: be more paranoid about checking the type ofTom Lane
2004-11-22The beginnings of a regression test for plperl. Right now it onlyTom Lane
2004-11-22Try to instill some sanity in plperl's function result processing.Tom Lane
2004-11-22Fix typo in release notes. Michael Fuhr.Neil Conway
2004-11-22update us to beta5REL8_0_0BETA5PostgreSQL Daemon
2004-11-22Update release notes for recent changes; also minor editorialization.Tom Lane
2004-11-21Fix rounding problem in dynahash.c's decision about when the targetTom Lane
2004-11-21Reduce the default size of the PortalHashTable in order to save aTom Lane
2004-11-21While fixing plperl and pltcl, I realized plpgsql wasn't doingTom Lane
2004-11-21Suppress remaining compile warnings, and add a comment about whyTom Lane
2004-11-21Fix plperl and pltcl error handling per my previous proposal. SPITom Lane
2004-11-20Fix typo.Bruce Momjian
2004-11-20Patch of 2004-03-30 corrected date_part(timestamp) for extractingTom Lane
2004-11-20Fix typo, per Bruno Wolff.Tom Lane
2004-11-20Fix up makefile dependencies for pg_config_paths.h.Tom Lane
2004-11-20Avoid scanning the relcache during AtEOSubXact_RelationCache when thereTom Lane
2004-11-20Reduce the default size of the local lock hash table. There's usuallyTom Lane
2004-11-20Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),Tom Lane
2004-11-20Fix one more place where we were expecting lcons() to be nondestructiveTom Lane
2004-11-20On some HPUX versions/hardware, it seems we need to include libgcc.a inTom Lane
2004-11-20Fix unportable isdigit() call --- must cast arg to unsigned char.Tom Lane
2004-11-20Move pgstat_report_tabstat() call so that stats are not reported to theTom Lane
2004-11-20Make sure we produce a useful error message for the case where theTom Lane
2004-11-20Improve error reporting for SSL connection failures. Remove redundantTom Lane
2004-11-19Fix incorrect documentation of plperl's method for accessing the numberTom Lane
2004-11-19Clean up rpath handling for HPUX --- we can't use the cc-style rpathTom Lane
2004-11-19Set rpath for plperl and plpython to ensure we can find the .so filesTom Lane
2004-11-19Modify the platform-specific makefiles so that macro 'rpath' is definedTom Lane
2004-11-18Fix memory clobber problem reported by John Hansen: plperl_safe_init()Tom Lane
2004-11-18Whoops, missed converting the other sleep() call to pg_usleep().Tom Lane
2004-11-18Translation updatePeter Eisentraut
2004-11-18Force pg_database updates out to disk immediately after ALTER DATABASE;Tom Lane
2004-11-17Include <getopt.h> if available, to avoid warnings on Windows.Tom Lane
2004-11-17Rename vacuum_cost_limit switch from -N to -l to avoid conflict withTom Lane
2004-11-17Remove ill-considered suppression of gcc warnings in plperl, and fixTom Lane
2004-11-17Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane
2004-11-17Set DEFAULT_EDITOR to notepad.exe on Windows, as per recent discussion.Tom Lane
2004-11-17Some further editorial adjustment of PITR recovery procedure description.Tom Lane
2004-11-17Force LANG=en on Windows, since system may fail to default to English.Tom Lane
2004-11-17Add installcheck-parallel regression test target. Magnus HaganderTom Lane