]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-10-03  Tom LaneRestore NOTICEs that were mistakenly removed from trigg...
2002-10-03  Bruce MomjianAdd SSL documentation info to README.SSL
2002-10-03  Bruce MomjianIt's just a cosmetic change, fixes the help screen...
2002-10-03  Bruce MomjianThis patch fixes a few grammatical errors, removes...
2002-10-03  Bruce MomjianThis is small README fix for contrib/intarray. Thank...
2002-10-03  Bruce MomjianThe attached adds a bit to the contrib/tablefunc regres...
2002-10-03  Bruce Momjian> The previous patch fixed an infinite recursion bug in
2002-10-03  Bruce MomjianThe attached patch fixes a number of issues related...
2002-10-03  Bruce MomjianThis patch removes two unused global variables from...
2002-10-03  Bruce MomjianAdd:
2002-10-03  Bruce MomjianAdd wording so people know PANIC is really "off" for...
2002-10-02  Tom LaneRe-enable pg_resetxlog to accept -l values in hexadecim...
2002-10-02  Tom Lanepg_resetxlog was missing support for the pg_control...
2002-10-02  Tom LaneAlter scale selection for NUMERIC division and transcen...
2002-10-02  Bruce MomjianTurn GUC log_min_error_statement off by default by...
2002-10-01  Dave Cramertest files added by Kris Jurka
2002-10-01  Tom LanePass less-unsafe parameters to Darwin's NSLinkModule...
2002-10-01  Barry LindFixed test suite to call PoolingDataSourceTest which...
2002-10-01  Barry LindApplied doc patch to jdbc doc which documents support...
2002-10-01  Bruce MomjianUpdate FAQ for 7.2.3 version.
2002-10-01  Bruce MomjianUpdate HISTORY/release.sgml for 7.2.3.
2002-10-01  Dave Cramerschema awareness patch provided by Kris Jurka
2002-09-29  Bruce MomjianAdd Bear's SSL comments.
2002-09-28  Tom LaneMake the world at least somewhat safe for zero-column...
2002-09-27  Tom LaneARGH!
2002-09-27  Bruce Momjian> Fix clusterdb to be schema-aware
2002-09-27  Tom LaneUse heap_formtuple not heap_addheader to construct...
2002-09-27  Tom LaneDon't mess with HEAP_XMAX_INVALID in heaptuple.c routin...
2002-09-27  Bruce MomjianHave -d5 -d0 not affect the extra variables set with...
2002-09-27  Bruce MomjianMake postgres -d0 set server_min_messages to notice...
2002-09-27  Bruce MomjianSimplify SSL certificate instructions.
2002-09-26  Tom LaneEnsure that before truncating CLOG, we force a checkpoi...
2002-09-26  Tom LaneFix problems with loss of tuple commit status bits...
2002-09-26  Bruce MomjianBack out /pl memory leak patch. Wait for new version.
2002-09-26  Bruce MomjianClean up SSL compiler warnings.
2002-09-26  Bruce MomjianAttached is a patch to contrib/dbmirror that fixes...
2002-09-26  Bruce MomjianI have attached the pltcl patch again, just in case...
2002-09-26  Bruce MomjianThis patch removes a use of uninitialized memory in...
2002-09-26  Bruce MomjianPass postmaster -d down to the postgres backend to...
2002-09-26  Bruce MomjianAllow SSL to work withouth client-side certificate...
2002-09-25  Peter EisentrautEnhance the description of user and database management...
2002-09-25  Tom LaneRemove ShutdownBufferPoolAccess exit callback, and...
2002-09-25  Tom LaneShouldn't be here ...
2002-09-25  Bruce MomjianStamp configure for beta2.
2002-09-25  Bruce MomjianInstall proper earthdistance file, regression passes.
2002-09-25  Barry LindApplied patch from Aaron Mulder (ammulder@alumni.prince...
2002-09-25  Bruce MomjianAdd missing earthdistance regression test files.
2002-09-24  Bruce MomjianMake PL/pgSQL capitalization consistent.
2002-09-24  Tom LaneChange default privileges for languages and functions...
2002-09-24  Tom LaneUpdate some obsolete comments and column descriptions.
2002-09-24  Peter EisentrautRemove useless O_DIROPEN stuff.
2002-09-24  Peter EisentrautTweak conversion names to follow the established naming...
2002-09-24  Bruce MomjianAdd earthdistance regression file.
2002-09-24  Tom LaneAdd missing correction of sublevelsup when pulling...
2002-09-23  Tom LaneFix broken markup.
2002-09-23  Tom LaneFurther thinking about heap_mark4update: in HeapTupleSe...
2002-09-23  Peter EisentrautMove PyGreSQL usage documentation from README into...
2002-09-23  Tom LaneDisallow VACUUM, ANALYZE, TRUNCATE on temp tables belon...
2002-09-23  Tom LaneTweak dblink functions to use int4 arguments instead...
2002-09-23  Bruce MomjianAdd:
2002-09-23  Bruce MomjianUpdate HISTORY for 7.3beta2.
2002-09-23  Bruce MomjianAdd win32 rename discussion to archives.
2002-09-23  Bruce MomjianThe valid return value should be MODIFY instead of...
2002-09-23  Bruce MomjianObviously noone has ever tested the doubling of availia...
2002-09-23  Bruce MomjianNothing.
2002-09-23  Tom LaneGet rid of bogus use of heap_mark4update in reindex...
2002-09-22  Tom LaneIn UpdateStats(), don't bother to update the pg_class...
2002-09-22  Tom LaneRemove commas for compatibility with newer releases...
2002-09-22  Tom LaneRemove commas for compatibility with newer bisons.
2002-09-22  Tom LaneRemove extraneous | ... while bison 1.28 doesn't object...
2002-09-22  Tom LaneRemove commas from %type and %token lists, for compatib...
2002-09-22  Peter EisentrautTranslation updates, some messages tweaked.
2002-09-22  Tom LaneRelationClearRelation must reset rd_targblock and updat...
2002-09-22  Tom LaneMake \dS work more like it used to, viz, show only...
2002-09-22  Tom LaneI haven't seen any objections, so here is a patch....
2002-09-22  Tom Laneserver_min_messages and friends should have valid value...
2002-09-22  Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-22  Tom LaneFix busted markup.
2002-09-22  Tom LaneBring SIMILAR TO and SUBSTRING into some semblance...
2002-09-22  Tom LaneMove most of the error checking for foreign-key constra...
2002-09-21  Tom LaneAdd last-ditch defense against attempts to compile...
2002-09-21  Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-21  Peter EisentrautAdd more appropriate markup.
2002-09-21  Tom LaneFix PPC s_lock operations to work correctly on multi...
2002-09-20  Tom LanePerformance improvement for MultiRecordFreeSpace on...
2002-09-20  Peter EisentrautRevision
2002-09-20  Peter EisentrautPut in defense against gcc -ffast-math.
2002-09-20  Tom LaneCode review for check-domain-constraints-in-COPY patch...
2002-09-20  Tom LaneUpdate regression expected results for to_char() change.
2002-09-20  Bruce MomjianChange domain patch to COERCE_IMPLICIT_CAST, per Tom.
2002-09-20  Bruce MomjianFix compile error from Rod's patch.
2002-09-20  Bruce MomjianDone:
2002-09-20  Bruce MomjianThe patch fix bug described in TODO:
2002-09-20  Bruce MomjianTom Lane wrote:
2002-09-20  Bruce MomjianThis patch cleans up some of the code in src/util/adt...
2002-09-20  Bruce MomjianTiny patch fixing small documentation typo.
2002-09-20  Bruce MomjianThis patch fixes two typos in src/backend/storage/ipc...
2002-09-20  Bruce MomjianFixed this problem and added regression tests in domain...
2002-09-20  Bruce MomjianI have included fixes to declare some floating point...
2002-09-20  Bruce Momjian> I'm not sure why NDirectFileRead/NDirectFileWrite...
next