]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-05-21  Tom LaneHandle inclusion of port modules 'correctly', viz the...
2004-05-21  Tom Lanepgindent did a pretty awful job on the timezone code...
2004-05-21  Tom LanePut path configuration information into a .h file inste...
2004-05-21  Tom LaneProbably need sys/time.h here too to be safe.
2004-05-21  Tom LanePut back #include <sys/time.h> in files that seem to...
2004-05-21  Tom LaneFix random breakage in exec.c for platforms where strdu...
2004-05-21  Michael Meskes- Fixed DEALLOCATE PREPARE to use correct function...
2004-05-21  Bruce MomjianPgindent timezone file, per request from Tom.
2004-05-21  Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-21  Bruce MomjianAdd mention of why -lpgport is needed in ecpglib (dllwrap).
2004-05-21  Bruce MomjianAdd -lpgport to ecpglib link only on win32. Other...
2004-05-21  Tom LaneRevert addition of -lpgport, which breaks the build...
2004-05-20  PostgreSQL... benign change ...added space to end of line
2004-05-20  PostgreSQL... attempt at a multi file commit, to seee how it formats
2004-05-20  PostgreSQL... just testing activitymail ... only added a space here...
2004-05-20  Tom LaneRename static variables to avoid possible name conflict...
2004-05-20  Bruce MomjianRemove pyton, spell check fix:
2004-05-20  Bruce MomjianUpdates from Tom:
2004-05-20  Bruce MomjianSmall variable rename in exec.c.
2004-05-20  Bruce MomjianClean up find_my_exec to work cleaner.
2004-05-20  Tom LaneFix speling.
2004-05-20  Bruce MomjianUpdate SCO FAQ.
2004-05-20  Bruce MomjianAdd:
2004-05-20  Bruce MomjianRemove item:
2004-05-20  Bruce MomjianAdd:
2004-05-20  Bruce MomjianAdd:
2004-05-20  Bruce MomjianAdd:
2004-05-20  Bruce MomjianAdd ctype.h include for new macro in port.h.
2004-05-20  Bruce MomjianAdd $libdir to mingw and cygwin for installcheck too.
2004-05-19  Bruce MomjianDocument &< and &> properly.
2004-05-19  Bruce MomjianClearify CHECK handling of unknown test values.
2004-05-19  Bruce MomjianRevert irix change to suppress configure warnings.
2004-05-19  Bruce MomjianConfigure adjustments for irix.
2004-05-19  Tom LaneImprove error reporting behavior in parse_hba(): give...
2004-05-19  Bruce MomjianRename another irix file.
2004-05-19  Bruce MomjianRename irix5 port to irix.
2004-05-19  Bruce MomjianAdd end-of-dump markers for pg_dump and pg_dumpall.
2004-05-19  Bruce MomjianOnly do pkglib_path if needed.
2004-05-19  Bruce MomjianDone:
2004-05-19  Bruce MomjianOnly do find_my_exec if it doesn't come from the postma...
2004-05-19  Bruce MomjianAdd get_pkglib_path to postmaster.c
2004-05-19  Bruce MomjianMove find_my_exec lower so elog() works, per Tom.
2004-05-19  Bruce MomjianRe-add elog() to exec.c, per Tom.
2004-05-19  Bruce MomjianAdd MinGW to cases where libdir should be used for...
2004-05-19  Bruce MomjianWin32 needs -lpgport for dll creation of ecpglib.
2004-05-19  Bruce MomjianSupress verbose stderr messages while trying to find...
2004-05-19  Neil ConwayMinor correction for previous SQLSTATE patch: I changed...
2004-05-19  Bruce MomjianWin32 can't have the same function coming from two...
2004-05-19  Bruce MomjianAllow zic to compile by defining a "" value for my_exec...
2004-05-18  Tom LanesetRuleCheckAsUser has to be applied to any subqueries...
2004-05-18  Bruce MomjianTrim down relocatable docs, per Peter.
2004-05-18  Bruce MomjianAdd some documentation on relocatable installs.
2004-05-18  Bruce MomjianMove get_pkglib_path up into main.c too.
2004-05-18  Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-05-18  Bruce MomjianAdd:
2004-05-18  Bruce MomjianUpdate Russian FAQ.
2004-05-18  Bruce MomjianRun autoconf for link update.
2004-05-18  Bruce MomjianImprove win32 link test. Previous commit added most...
2004-05-18  Bruce MomjianUpdate Makefile dependencies for Win32 timezones, per...
2004-05-18  Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17  Bruce MomjianImprove configure win32 link test to run from config...
2004-05-17  Bruce MomjianAdd documentation that installations are relocatable...
2004-05-17  Bruce MomjianReformat sgml doc paragraph.
2004-05-17  Bruce MomjianReorganize code to allow path-relative installs.
2004-05-17  Bruce MomjianRename backendbin to backend_exec in initdb.c.
2004-05-16  Neil ConwayAdd documentation for the new "dollar quoting" feature...
2004-05-16  Neil ConwayChange ln(), log(), power(), and sqrt() to emit the...
2004-05-16  Bruce MomjianRestore one mention of logrotate, per Peter.
2004-05-14  Neil ConwayRemove an unused (and empty) header file.
2004-05-14  Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-14  Bruce MomjianProperly document rotatelogs, and add mention of it...
2004-05-14  Neil ConwayImprove documentation for SQLSTATE error codes, per...
2004-05-14  Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-14  Bruce MomjianRemove extra 'then'.
2004-05-14  Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-05-14  Teodor SigaevUpdate docs from Andrew J. Kopciuch <akopciuch@bddf.ca>
2004-05-14  Tom LanePropagate enlargeStringInfo() fixes into the equivalent...
2004-05-14  Bruce MomjianProperly quote variable for makefile use.
2004-05-14  Bruce MomjianMove unixware thread stuff into Makefile.unixware.
2004-05-13  Bruce MomjianForce thread flags for all Unixware builds if threading...
2004-05-13  Bruce MomjianRefactor code to warn about configure link failures...
2004-05-13  Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-13  Bruce MomjianNo need for gcc thread stuff anymore, only cc.
2004-05-13  Bruce MomjianRemove warning about Unixware.
2004-05-13  Bruce MomjianFix Win32 bug with missing errno for strerror().
2004-05-13  Bruce MomjianWarn when MinGW fails to create symlinks during configu...
2004-05-12  Tom LaneTighten up overflow check in path_recv, pursuant to...
2004-05-12  Bruce MomjianHere's a patch that will allow external modules like...
2004-05-12  Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-12  Bruce MomjianRemove:
2004-05-12  Bruce MomjianFix bug by passing arg[0] to find_my_binary().
2004-05-11  Tom LaneYawn ... still another place not quite ready for zero...
2004-05-11  Bruce MomjianAs part of the work for making relocatable installs...
2004-05-11  Bruce MomjianAdd DELETE:
2004-05-11  Tom LaneAdd tests to enlargeStringInfo() to avoid possible...
2004-05-11  Tom LaneRefactor low-level aclcheck code to provide useful...
2004-05-11  Bruce MomjianAdd mention of rules/triggers:
2004-05-11  Tom LaneFix oversights in processing of LIMIT expressions durin...
2004-05-11  Tom LaneRepair recalculation failure for nested sub-SELECTs...
2004-05-10  Bruce MomjianClean up indenting of Makefile filenames.
next