]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-02-19  Tom LaneRe-implement psql's input scanning to use a flex-genera...
2004-02-19  Tom LaneCosmetic changes (mostly whitespace) to make it easier...
2004-02-18  Bruce MomjianUpdate:
2004-02-18  Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-18  Michael MeskesAdded missing rule for DOUBLE variables.
2004-02-18  Neil ConwayImprove the consistency of the error message emitted...
2004-02-17  Neil ConwayRemove a caveat from the "backup" documentation: pg_dum...
2004-02-17  Bruce MomjianDone:
2004-02-17  Bruce MomjianAdd:
2004-02-17  Neil ConwayAdd a few more <xref> tags to the SGML docs, where...
2004-02-17  Tom LaneMinor editorializing on cost-based vacuum description.
2004-02-17  Neil ConwaySignificant improvements to the documentation for the...
2004-02-17  Neil ConwayFix a minor SGML markup infelicity in recently-applied...
2004-02-17  Bruce MomjianRename function log_session_end to log_disconnections.
2004-02-17  Bruce MomjianFix prototype for on_proc_exit in log_disconnections...
2004-02-17  Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-17  Bruce MomjianHere is an updated version of the win32 readdir patch.
2004-02-17  Bruce MomjianUnder Win32, stat() returns an st_ino field, but it...
2004-02-17  Bruce MomjianPlease apply this patch to contrib/dbmirror
2004-02-17  Neil ConwayMinor SGML markup improvements.
2004-02-17  Tom LaneMake use of statistics on index expressions. There...
2004-02-16  Bruce MomjianChange may -> might, and remove an extra tab.
2004-02-16  Michael Meskes- Cleaned up parser a little bit. It does not make...
2004-02-15  Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-15  Peter EisentrautNew translation
2004-02-15  Michael Meskes- Allowed some C keywords to be used as SQL column...
2004-02-15  Michael Meskes - Added missing braces to array parsing.
2004-02-15  Neil ConwayMinor documentation tweak.
2004-02-14  Tom LaneCreate crosstype comparison operators for date vs....
2004-02-13  Tom LaneRepair optimization bug I introduced in a moment of...
2004-02-13  Jan WieckDocumentation for vacuum_cost config options.
2004-02-13  Tom LaneAfter further thought about support for gathering stats...
2004-02-13  Bruce MomjianMention psql variable names are case-sensitive.
2004-02-13  Bruce MomjianFix typo:
2004-02-13  Bruce MomjianTom Lane wrote:
2004-02-13  Bruce MomjianAdd:
2004-02-13  Bruce MomjianAdd:
2004-02-13  Tom LaneTry to make 'cross-database references are not implemen...
2004-02-12  Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-12  Bruce MomjianAdd from Joe Conway:
2004-02-12  Bruce MomjianAdd CVS ID tags to port/win32/files.
2004-02-12  Bruce MomjianJan:
2004-02-12  Tom LaneAvoid delaying postmaster shutdown by up to 10 seconds...
2004-02-12  Bruce MomjianImprove \? wording, remove 'internal'.
2004-02-12  Peter EisentrautTranslation updates
2004-02-12  Bruce MomjianAdd bitmap discussion to performance TODO.detail.
2004-02-12  Bruce MomjianRemove TODO.detail files that contained useless or...
2004-02-12  Bruce MomjianDone:
2004-02-12  Bruce MomjianFile not needed:
2004-02-12  Bruce MomjianMostly done:
2004-02-12  Bruce MomjianFile not needed:
2004-02-12  Bruce MomjianRemove:
2004-02-12  Bruce MomjianMerge files:
2004-02-12  Bruce MomjianNot needed:
2004-02-12  Bruce MomjianNot needed:
2004-02-12  Bruce MomjianNot needed:
2004-02-12  Bruce MomjianRemove crossdb content.
2004-02-12  Bruce MomjianAdd, dblink doesn't do this:
2004-02-12  Bruce MomjianDone, mostly by dblink, I think:
2004-02-12  Bruce MomjianFix typo:
2004-02-12  Bruce MomjianAdd:
2004-02-12  Jan WieckFixed bug where FlushRelationBuffers() did call Strateg...
2004-02-12  Bruce MomjianRemove URL for specific pljava implementation:
2004-02-12  Tom LaneCheck only live tuples for OID validity, to avoid issue...
2004-02-12  Jan WieckAdded hints about the reason, why the command string in
2004-02-11  Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-11  Tom LaneRepair some problems in bgwriter start/stop logic....
2004-02-11  Bruce MomjianAdd:
2004-02-11  Bruce MomjianCheck and set thread-safe functions separately, rather...
2004-02-11  Bruce MomjianProperly set NEED_REENTRANT_FUNCS for threaded libpq...
2004-02-11  Bruce MomjianDoes not apply anymore:
2004-02-10  Tom LaneNo need to link libpq into these programs ...
2004-02-10  Neil ConwaySGML markup improvements.
2004-02-10  Tom LaneAdd configure support for determining UINT64_FORMAT...
2004-02-10  Bruce MomjianMore clearly describe why PQinSend returns false for...
2004-02-10  Bruce MomjianAdd URL for most current version.
2004-02-10  Tom LaneRepair missing inclusions of -lintl for shared libraries.
2004-02-10  Tom LaneLooks like we need <unistd.h> for select() on Darwin.
2004-02-10  Tom LaneCentralize implementation of delay code by creating...
2004-02-10  Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-08  Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-08  Bruce MomjianAdd mention of the developer's FAQ.
2004-02-08  Bruce MomjianAdd mention of PostgreSQL as a community project.
2004-02-08  Bruce MomjianAdd PITR web page:
2004-02-07  Tom LaneAdd missing dependency, per Wade Klaver.
2004-02-06  Jan WieckCost based vacuum delay feature.
2004-02-05  Joe ConwayDocumentation for generate_series() functions committed...
2004-02-04  Jan WieckBacking out the background writer sync() option.
2004-02-04  Neil ConwayUse memmove() rather than memcpy() in set_var_from_var...
2004-02-03  Tom Lanepwd
2004-02-03  Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-02-03  Bruce MomjianAdd:
2004-02-03  Joe ConwayAdd function (actually an int4 and an int8 version...
2004-02-02  Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02  Tom Laneautoconf run.
2004-02-02  Bruce MomjianSet only LC_ALL for sort in tags creation.
2004-02-02  Bruce Momjian> src/backend/commands/user.c file has some parse error...
2004-02-02  Neil ConwayFix a read of uninitialized memory in next_token()...
2004-02-02  Bruce MomjianAdjustments for Win32-specific rename code, and add...
2004-02-02  Bruce MomjianMove win32 changes from configure to configure.in,...
next