summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-10-24Adjust message to not be misleading on Windows.Tom Lane
2004-10-24On Windows, cause get_progname to strip any .EXE suffix.Tom Lane
2004-10-24Write config files as text not binary, per Magnus Hagander.Tom Lane
2004-10-24Sync timezone data with latest zic database (dated Oct 11 2004).Tom Lane
2004-10-24Update RELEASE_CHANGES to mention updating the timezone database asTom Lane
2004-10-24Translation updateDennis Bjorklund
2004-10-23Translation updateDennis Bjorklund
2004-10-23Translation updatesDennis Bjorklund
2004-10-23Translation updateDennis Bjorklund
2004-10-23Translation updatesDennis Bjorklund
2004-10-23Translation updatesDennis Bjorklund
2004-10-23Avoid overflow in cost_sort when work_mem exceeds 1Gb.Tom Lane
2004-10-22Fix tsearch build problems.Tom Lane
2004-10-22Don't use LC_MESSAGES value on WIN32, since it doesn't work.Tom Lane
2004-10-22Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane
2004-10-22In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane
2004-10-22Translation updatesPeter Eisentraut
2004-10-22Message stylingPeter Eisentraut
2004-10-22Translation updateDennis Bjorklund
2004-10-22New swedish translation of pg_configDennis Bjorklund
2004-10-22Translation updatesDennis Bjorklund
2004-10-22Translation updatesDennis Bjorklund
2004-10-22Translation updates.Dennis Bjorklund
2004-10-22Minor code cleanup: hdefault() only ever returned "true", so it may asNeil Conway
2004-10-22Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane
2004-10-21Disallow referential integrity actions from being deferred; only theTom Lane
2004-10-21Set the close-on-exec flag for libpq's socket to the backend, to avoidTom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-20Allow functions returning void or cstring to appear in FROM clause,Tom Lane
2004-10-20When using GCC, change the default CFLAGS to:Neil Conway
2004-10-19Add a HINT about the likely reason for 'invalid multibyte character for local...Tom Lane
2004-10-19New translationPeter Eisentraut
2004-10-19Organize the help output a little better. Improve clarity of some messages.Peter Eisentraut
2004-10-18Add some code to ensure that we don't lose communication sync due toTom Lane
2004-10-18New translationPeter Eisentraut
2004-10-18Might want to initialize the gettext library, if we're going to do all thatPeter Eisentraut
2004-10-18Translation updatePeter Eisentraut
2004-10-18Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane
2004-10-18Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian
2004-10-18New translationPeter Eisentraut
2004-10-18Translation updatesPeter Eisentraut
2004-10-18New translationPeter Eisentraut
2004-10-18The attached patch fixes psql's win32 frontend-only build, by usingBruce Momjian
2004-10-18Synced parserMichael Meskes
2004-10-18Trivial fix: remove a pointless cast.Neil Conway
2004-10-18Tweak pg_dump to handle default tablespaces correctly --- same logicTom Lane
2004-10-17Better document win32_open and its ability to allow concurrentBruce Momjian
2004-10-17Fix some typos.Bruce Momjian
2004-10-17Allow background writing to be shut down by setting limit values to zero.Tom Lane
2004-10-17pg_get_indexdef() didn't do quite the right thing with identifyingTom Lane