]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-03-06  Bruce MomjianAdd:
2003-03-06  Tom LaneAdd code to dump contents of free space map into $PGDAT...
2003-03-05  Tom LaneTurns out new IN implementation has got some problems...
2003-03-05  Tom LaneRepair bug reported by Laurent Perez: bad plan generate...
2003-03-04  Tom LaneReimplement free-space-map management as per recent...
2003-03-03  Tom LanePrevent clustering on incomplete indexes: partial index...
2003-03-03  Tom LaneImprove description of geometric operators.
2003-03-03  Tom LaneCorrect/edit comments for geometric operators. No...
2003-03-02  Tom LaneBe smart about outer-join qualifications that mention...
2003-03-02  Tom LaneRepair memory leak introduced by recent change to make...
2003-02-27  Tom LaneChange EXTRACT(EPOCH FROM timestamp) so that a timestam...
2003-02-27  Barry Lindup build number to 202 for a new development build
2003-02-27  Barry LindA little cleanup. Removing an unnecessary method.
2003-02-27  Barry LindAdded support for SSL in the jdbc driver
2003-02-26  D'Arcy J.M... The quote function should return a string suitable...
2003-02-25  Tom LaneRemove REWRITE_INVOKE_MAX in favor of making an accurat...
2003-02-25  Michael MeskesAllow SET CONNECTION to be followed by connection objec...
2003-02-24  Tom LaneAvoid using a separate query to fetch the default expre...
2003-02-24  Tom LaneDuring VACUUM FULL, truncate off any deletable pages...
2003-02-23  Tom LaneRemove no-longer-used FixBTree GUC variable.
2003-02-23  Tom Lanebtree page recycling can be done as soon as page's...
2003-02-23  Tom LaneAdjust btbulkdelete logic so that only one WAL record...
2003-02-23  Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-23  Tom LaneFirst cut at recycling space in btree indexes. Still...
2003-02-23  Tom LaneIf a shutdown request comes in while we're still starti...
2003-02-22  Tom LaneSimplify timezone-handling code per proposal to pghacke...
2003-02-22  Tom LaneMore infrastructure for btree compaction project. ...
2003-02-21  Tom LaneRevert patch that broke \d commands, until it can be...
2003-02-21  Michael MeskesForgot to commit Makefile change.
2003-02-21  Tom LaneMake btree index structure adjustments and WAL logging...
2003-02-20  Tom LaneFix timestamptz_in so that parsing of 'now'::timestampt...
2003-02-19  Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19  Tatsuo IshiiFix for GUC client_encoding variable not being handled
2003-02-19  Michael MeskesAdded DATABASE command as alias to CONNECT TO.
2003-02-19  Bruce MomjianThis patch makes the following changes to the documenta...
2003-02-19  Bruce MomjianAutoconf run for readline/libedit patch.
2003-02-19  Bruce MomjianHere's the patch I promised over on HACKERS - it alters the
2003-02-19  Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-19  Bruce MomjianAllow PQcmdTuples to return row counts for MOVE and...
2003-02-19  Bruce MomjianHere's some changes I made last night to psql's common...
2003-02-19  Bruce MomjianAt present it is impossible to kill createuser except...
2003-02-19  Bruce MomjianPlease apply patches for contrib/ltree.
2003-02-19  Bruce MomjianThe following patches eliminate the overflows in the...
2003-02-19  Bruce MomjianWe just released new version of contrib/btree_gist
2003-02-19  Bruce MomjianThis patch includes more SGML markup fixes as well...
2003-02-19  Bruce MomjianThis patch adds a note to the documentation describing...
2003-02-19  Bruce MomjianAdd SQL 200X standards URL.
2003-02-19  Bruce MomjianMark as done, fix grammar:
2003-02-18  Bruce MomjianUpdate URL.
2003-02-18  Bruce MomjianHungarian FAQ is text, not HTML, so remove it.
2003-02-18  Bruce MomjianNew URL.
2003-02-18  Bruce MomjianNew URL for FAQ.
2003-02-18  Bruce MomjianAdd:
2003-02-18  Bruce MomjianUpdate German FAQ, from Ian Barwick.
2003-02-18  Bruce Momjian*** empty log message ***
2003-02-18  Bruce MomjianUpdate changes from Ian Barwick.
2003-02-18  Bruce MomjianAdd:
2003-02-18  Bruce MomjianUpdate README.
2003-02-18  Tom LaneAsync_NotifyHandler must save and restore ImmediateInte...
2003-02-18  Bruce MomjianAdd:
2003-02-18  Bruce MomjianRename 'holder' references to 'proclock' for PROCLOCK...
2003-02-17  Bruce MomjianAdd:
2003-02-17  Bruce MomjianUpdate marks:
2003-02-17  Bruce MomjianRemove IN/EXISTS TODO.detail item.
2003-02-17  Bruce MomjianMark as done:
2003-02-17  Bruce MomjianUpdate:
2003-02-17  Bruce MomjianDone:
2003-02-17  Michael MeskesAdded Informix "database" command.
2003-02-16  Tom LaneBack off previous patch to skip projection step in...
2003-02-16  Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-16  Bruce MomjianUpdate wording:
2003-02-15  Tom LaneMarginal tweaks to make sure that roundoff error won...
2003-02-15  Tom LaneTeach planner how to propagate pathkeys from sub-SELECT...
2003-02-15  Bruce MomjianAdd:
2003-02-14  Bruce MomjianPropogate pg_ctl -D to the postmaster as a -D flag...
2003-02-14  Tom LaneFix SPI result logic for case where there are multiple...
2003-02-14  Bruce MomjianMake pg_dump/restore safer for autocommit=off in postgr...
2003-02-14  Bruce MomjianAdd:
2003-02-14  Michael MeskesIn Informix mode ecpg should still be able to parse...
2003-02-14  Bruce MomjianAdd:
2003-02-14  Bruce MomjianAllow PAM to work on MAC OS X, report from Aaron Hillegass.
2003-02-14  Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-02-14  Bruce MomjianUpdate to 7.3.2 as newest release.
2003-02-14  Bruce Momjian*** empty log message ***
2003-02-14  Bruce MomjianUpdate URL's.
2003-02-14  Michael Meskes- Synced parser and keyword file.
2003-02-14  Bruce MomjianAdd:
2003-02-14  Bruce MomjianUpdate FAQ.
2003-02-14  Bruce MomjianFix broken markup I just introduced.
2003-02-14  Bruce MomjianProperly document location of pg_service.conf.sample.
2003-02-14  Tom LaneFix some of the breakage from the IPV6 patch.
2003-02-14  Tom LaneRemove bogus manipulation of SIGPIPE; the backend alrea...
2003-02-13  Tom LaneRepair incorrect indexing for atttypmod, per Brad McLean.
2003-02-13  Tom LaneResult of lo_read() is int, not size_t. Per Oleg Drokin.
2003-02-13  Tom LaneParser was dropping foreign-key constraints on the...
2003-02-13  Tom LaneRepair rule permissions-checking bug reported by Tim...
2003-02-13  Tom LaneArrange to give error when a SetOp member statement...
2003-02-13  Michael MeskesJust intermediate results for backup reasons.
2003-02-13  Tom LanetransformExpr() was missing some cases it ought to...
2003-02-13  Tom LaneSuppress gcc warning.
next