]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-07-18  Tom LaneNew-style vacuum neglected to update pg_class statistic...
2001-07-17  Tom LaneDisallow non-cachable functions in functional indexes...
2001-07-17  Tom LaneAvoid assuming that pg_index table entries have unique...
2001-07-16  Tom LaneImprove documentation about reasoning behind the order...
2001-07-16  Bruce MomjianUpdate TODO list.
2001-07-16  Peter EisentrautFix fault in message.
2001-07-16  Bruce MomjianRemove some unused node symbols
2001-07-16  Bruce MomjianMore EXTEND INDEX removal.
2001-07-16  Tom LaneDo not push down quals into subqueries that have LIMIT...
2001-07-16  Bruce MomjianUpdate TODO list.
2001-07-16  Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-16  Bruce MomjianUpdate TODO list.
2001-07-16  Bruce MomjianUpdate TODO list.
2001-07-15  Tom LaneRestructure index AM interface for index building and...
2001-07-15  Tom LaneAdd ORDER BY to a couple of test queries whose output...
2001-07-15  Bruce MomjianUpdate TODO list.
2001-07-15  Peter EisentrautNLS for libpq. Clean up the message formats and change...
2001-07-15  Peter EisentrautChange xgettext rule to run in the source tree, so...
2001-07-15  Peter EisentrautMake sure the build tree is before the source tree...
2001-07-15  Tatsuo IshiiTODO item:
2001-07-15  Bruce MomjianThe attached patch fixes problems with the JDBC driver...
2001-07-13  Tom LaneInitial implementation of concurrent VACUUM. Ifdef...
2001-07-13  Tom LaneMinor code cleanup/beautification in RelationPutHeapTuple.
2001-07-13  Bruce MomjianUpdate TODO list.
2001-07-13  Bruce MomjianUpdate TODO list.
2001-07-13  Bruce MomjianUpdate TODO list.
2001-07-12  Bruce MomjianUpdate TODO list.
2001-07-12  Bruce Momjianindicies to indexes from Neil Conway
2001-07-12  Bruce MomjianAdd jdbc items.
2001-07-12  Tom LaneRemove grammar restrictions on order of optional clause...
2001-07-12  Bruce MomjianBack out SET AUTHORIZATION patch until security is...
2001-07-12  Bruce MomjianAdd win32 c++ files.
2001-07-12  Bruce MomjianAdd missing encode file.
2001-07-12  Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-12  Bruce MomjianUpdate TODO list.
2001-07-12  Bruce MomjianMake code malloc memory of proper length.
2001-07-11  Bruce Momjian> > Put encode() into base system. Used part of Alex...
2001-07-11  Bruce MomjianLibpq++ fixes for Win32 compile.
2001-07-11  Bruce MomjianAdd prototypes to supress warnings.
2001-07-11  Bruce MomjianDisable COPY TO/FROM on views.
2001-07-11  Bruce MomjianMore comment out of block quote.
2001-07-11  Bruce MomjianUpdate TODO list.
2001-07-11  Bruce MomjianBetter document use of ident on localhost, per Tom...
2001-07-11  Bruce MomjianMove export to a separate line, per Peter E.
2001-07-11  Tom LaneInstead of believing SOMAXCONN from the system header...
2001-07-11  Bruce MomjianI updated the patch to use the SET AUTHORIZATION {...
2001-07-11  Tom LaneRemove direct calls of index_insert(), instead use...
2001-07-11  Bruce MomjianThe SQL preprocessor ecpg generates "initially deferrab...
2001-07-11  Bruce MomjianMove export PGDATA to the proper place. Quote some...
2001-07-11  Bruce MomjianFix duplication of -D during pg_ctl restart, from Peter...
2001-07-11  Bruce MomjianRemove mention that PREPARE is not implemented.
2001-07-11  Bruce MomjianUpdate FAQ_DEV.
2001-07-11  Bruce MomjianUpdate FAQ.
2001-07-10  Tom LaneChanges from Vince Vielhaber to allow the optional...
2001-07-10  Bruce MomjianUpdate TODO list.
2001-07-10  Peter EisentrautSupport fake root install, separate build dir, dependen...
2001-07-10  Tom LaneRemove formatter's assumption that year would never...
2001-07-10  Tom LaneEnsure macros are adequately parenthesized.
2001-07-10  Tom LaneRemove unnecessarily enthusiastic parenthesizing in...
2001-07-09  Tom LaneFix rule rewriter so that new ordering of ON INSERT...
2001-07-09  Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-07-09  Bruce MomjianUpdate TODO list.
2001-07-09  Bruce MomjianAdd to replication.
2001-07-09  Bruce MomjianUpdate TODO list.
2001-07-09  Bruce MomjianUpdate TODO list.
2001-07-09  Peter EisentrautGerman message localization for JDBC
2001-07-09  Bruce MomjianAdd replication emails.
2001-07-09  Bruce MomjianUpdate TODO list.
2001-07-09  Bruce MomjianDocument meaning of lossy column.
2001-07-09  Peter Eisentrautpostgresql.badint property name was probably meant...
2001-07-08  Peter EisentrautShow islossy for index.
2001-07-08  Peter EisentrautImplement DatabaseMetaData.getCatalogs()
2001-07-08  Peter EisentrautBring DatabaseMetaData feature tests up to date:
2001-07-07  Peter EisentrautSync with jdbc2, remove gratuitous white space differences.
2001-07-07  Bruce MomjianUpdate TODO list.
2001-07-07  Bruce MomjianUpdate TODO list.
2001-07-06  Peter EisentrautResolve a number of oddities in the Java build. First...
2001-07-06  Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-07-06  Peter EisentrautUse CONNECTION_OK to determine whether startup phase...
2001-07-06  Bruce MomjianUpdate TODO list.
2001-07-06  Peter EisentrautTerminate message doesn't have a trailing zero byte.
2001-07-06  Peter EisentrautRepair libpq to follow protocol by not sending Terminat...
2001-07-06  Jan WieckFire rule actions ON INSERT after original statement...
2001-07-06  Hiroshi InoueFix my old fault(returns auto variable reference).
2001-07-06  Tatsuo IshiiFix typo. createdb -t --> createdb -T
2001-07-05  Tom LaneDon't assume that max offset number stays fixed on...
2001-07-05  Jan WieckAdded GUC configuration options to control access stati...
2001-07-04  Peter EisentrautCheck for jakarta-ant before ant, in case 'ant' is...
2001-07-04  Tom LaneProhibit a column from appearing twice in a PRIMARY...
2001-07-04  Bruce MomjianRemove ConnectionHook.java. No longer used, bad code.
2001-07-04  Bruce MomjianThe attached patch removes some old and dead code ...
2001-07-04  Bruce MomjianThis patch moves the setting of the timezone on the...
2001-07-04  Bruce MomjianAttached is a patch to remove the ConnectionHook functi...
2001-07-04  Bruce MomjianUpdate TODO list.
2001-07-03  Peter EisentrautMore message munging and localization for pg_dump,...
2001-07-03  Tom LaneAdd a little more error checking and reporting to readD...
2001-07-03  Tom LaneStart the stats collector at a less randomly chosen...
2001-07-03  Tom LaneDon't go into infinite loop if /home/postgres/testversi...
2001-07-03  Bruce MomjianCorrect substring() example, found by Thomas T. Thai.
2001-07-02  Tom LaneFirst non-stub implementation of shared free space...
next