OSDN Git Service

pg-rex/syncrep.git
2001-07-21 Bruce MomjianRemove libpq TODO.detail. We don't need it any more...
2001-07-21 Bruce MomjianUpdate TODO list.
2001-07-21 Bruce MomjianUpdate TODO list.
2001-07-21 Bruce MomjianI downloaded new source for lib (only few hours old...
2001-07-21 Bruce MomjianSource formatting cleanup.
2001-07-20 Bruce MomjianUpdate TODO list.
2001-07-20 Bruce Momjiani've spotted a following problem using DBD::Pg under...
2001-07-20 Bruce MomjianUpdate TODO list.
2001-07-20 Bruce MomjianUpdate TODO list.
2001-07-20 Bruce MomjianUpdate TODO list.
2001-07-20 Bruce MomjianUpdate TODO list.
2001-07-20 Bruce MomjianUpdate TODO list.
2001-07-19 Tom LaneMinor performance improvement in MultiRecordFreeSpace.
2001-07-19 Tom LaneArrange to recycle old XLOG log segment files as new...
2001-07-18 Bruce MomjianUpdate TODO list.
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
next