]> granicus.if.org Git - postgresql/history - src
Patch to add comments to Linux startup script.
[postgresql] / src /
2001-07-30 Bruce MomjianThis patch merges the identical methods from the JDBC1...
2001-07-30 Bruce MomjianLoad pg_hba.conf and pg_ident.conf on startup and SIGHU...
2001-07-29 Tom LaneArrange for GRANT/REVOKE on a view to be dumped at...
2001-07-22 Tom LaneSuppress gcc warning in USE_LOCALE case.
2001-07-21 Bruce MomjianMove EncodingTest.java file.
2001-07-21 Bruce MomjianDatabaseMetaData.getColumns() doesn't appear to get...
2001-07-21 Bruce MomjianGreat, here is a context diff of CVS for implementing...
2001-07-21 Bruce MomjianJDBC encoding additions.
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 Momjiani've spotted a following problem using DBD::Pg under...
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 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 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 Tom LanePartial indexes work again, courtesy of Martijn van...
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 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-12 Bruce Momjianindicies to indexes from Neil Conway
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 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 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-10 Tom LaneChanges from Vince Vielhaber to allow the optional...
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 Peter EisentrautGerman message localization for JDBC
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-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 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-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 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-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-02 Tom LaneFirst non-stub implementation of shared free space...
2001-07-02 Tom LaneUpdate abstime expected results to match post-30-June...
2001-07-02 Tom LaneMake the found-a-buffer-when-we-were-expecting-to-exten...
2001-07-01 Tom LaneUnder new theory of operation wherein postmaster forks...
2001-06-30 Peter EisentrautAllow default transaction isolation level (a.k.a. set...
2001-06-30 Peter EisentrautAdd missing dependency and fix thinko.
2001-06-30 Peter Eisentrautportability enhancements
2001-06-30 Peter EisentrautNLS for the psql \d family of commands. (E.g., the...
2001-06-29 Tom Lanegcc did not like new pg_stat macros, for good and suffi...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-29 Tom LaneFix VACUUM so that it can use pages as move targets...
2001-06-29 Bruce MomjianSimpleDateFormat performance improvement, thread-safe.
2001-06-29 Tom LaneFix longstanding error in VACUUM: sometimes would exami...
2001-06-29 Jan WieckTurned high-frequently called pgstat functions into...
2001-06-29 Tom LaneFix erroneous GUC variable references from commandline...
2001-06-28 Tom LaneRepair logic error for multi-key indexes. From Oleg...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-27 Peter EisentrautNational language support for pg_dump and pg_restore...
next