summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-11-20Improve error reporting for SSL connection failures. Remove redundantTom 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-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-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
2004-11-17Use pg_usleep() not sleep(), per Andrew Dunstan.Tom Lane
2004-11-17Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane
2004-11-17Add variant regression file to support BSDen that underflow to plus zero insteadTom Lane
2004-11-17Install include/port header files, and fix PGXS build to use them.Tom Lane
2004-11-17Adjust SHLIB_LINK for cygwin case.Tom Lane
2004-11-17Be sure length limit passed to snprintf matches what malloc was given.Tom Lane
2004-11-17Minor adjustment of message style.Tom Lane
2004-11-17Win32 build cleanups, from Andrew Dunstan.Neil Conway
2004-11-17Remove debugging printf from #ifdef WIN32 section.Neil Conway
2004-11-17Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway
2004-11-17Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway
2004-11-17Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane
2004-11-16Prevent a backend crash when processing CREATE TABLE commands withNeil Conway
2004-11-16Translation updatePeter Eisentraut
2004-11-16Adjust safety restrictions for plperl functions. Andrew Dunstan'sTom Lane
2004-11-16Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin.Tom Lane
2004-11-16Use dynamically-sized buffers in pgwin32_is_service().Tom Lane
2004-11-16Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane
2004-11-15Don't quote the value of EDITOR on Unix, only on Windows. Per discussion.Tom Lane
2004-11-14Use English-style quotes in error messages, per Serguei Mokhov.Tom Lane
2004-11-14Remove GUC USERLIMIT variable category, making the affected variablesTom Lane
2004-11-14There is no need for ReadBuffer() call sites to check that the returnedNeil Conway
2004-11-13Not entirely sure when this broke, but libpq's VC++ build is currentlyBruce Momjian
2004-11-12Fix obsolete comments.Tom Lane
2004-11-12> I think in addition the system global name "sharemem.1" should be made moreBruce Momjian
2004-11-12Remember to close the file on failure (pretty much redundant, really,Tom Lane
2004-11-11Un-break custom_variable_classes kluge ... mea culpa.Tom Lane
2004-11-11pg_restore --help improvements, from Tom Lane:Bruce Momjian
2004-11-11Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway
2004-11-10List VALUE as a keyword.Michael Meskes
2004-11-09Allow planner to fold "stable" functions to constants when formingTom Lane
2004-11-09Put in place some defenses against being fooled by accidental match ofTom Lane
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-11-09Translation updatesPeter Eisentraut
2004-11-09Clarify some stringsPeter Eisentraut
2004-11-09Translation updatePeter Eisentraut