]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-08-04  Bruce MomjianThis patch adds the following to the FTI module:
2001-08-04  Bruce MomjianAdd LOCK A,B,C functionality as LOCK A;LOCK B;LOCK...
2001-08-04  Bruce MomjianLooks okay in a quick glance, except error message...
2001-08-04  Bruce Momjian1. Fixed error with empty array ( '{}' ),
2001-08-04  Bruce Momjian> 1) When a row is retrieved, and then a SQL_FETCH_FIRS...
2001-08-04  Bruce MomjianAttached is a patch that does the following:
2001-08-04  Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-08-03  Tom LaneFix residual breakage from Windows socket-errno patch...
2001-08-03  Tom LaneFix win32.mak to support MULTIBYTE build --- it was...
2001-08-03  Tom LaneFor some reason, CREATE TYPE has only accepted alignmen...
2001-08-03  Tom LaneFix pg_dump so that comments on views are dumped in...
2001-08-02  Tom LaneClean up various memory leaks within plpgsql, and re...
2001-08-02  Tom LaneAdd a SPI_copytupledesc function that parallels SPI_cop...
2001-08-02  Tom LaneTweak memory context sizing for saved SPI plans.
2001-08-02  Tom LaneFix some poor decisions about sizing of trigger-related...
2001-08-02  Bruce MomjianI noticed that pltcl didn't have any way to get to...
2001-08-02  Tom LaneEven though SO_PEERCRED is probably totally unportable...
2001-08-02  Tom LaneRemove SO_PASSCRED step in ident_unix --- according...
2001-08-01  Tom LaneDigging through previous discussion of this patch,...
2001-08-01  Tom LaneSupport ident authentication on local (Unix) socket...
2001-08-01  Bruce MomjianAttached is a trivial patch to add ANALYZE to the tab...
2001-08-01  Bruce MomjianAttached ia a patch to enable window size detection...
2001-08-01  Bruce MomjianThe fti.pl supplied with the fulltextindex module gener...
2001-08-01  Tom LaneMessage typo was fixed in sources, but not in de.po.
2001-08-01  Tatsuo IshiiWhen invoked with -i (initialize mode), split the copy...
2001-08-01  Bruce MomjianAdd mention of SIGHUP for pg_ident.conf.
2001-08-01  Bruce MomjianAdd documentation changes for new pg_hba.conf behavior.
2001-07-31  Tom LaneCleanup code for preparsing pg_hba.conf and pg_ident...
2001-07-31  Tom LaneFurther thought shows that has_distinct_on_clause(...
2001-07-31  Tom LaneFix optimizer to not try to push WHERE clauses down...
2001-07-31  Bruce MomjianUpdate 'translate' function description. translate...
2001-07-31  Bruce MomjianUpdate info on pg_hba.conf comments.
2001-07-31  Bruce MomjianUpdate TODO list.
2001-07-31  Tom LaneRemove WIN32_NON_BLOCKING_CONNECTIONS tests, since...
2001-07-31  Tom LaneFix unportable coding for FRONTEND case.
2001-07-31  Tom LaneChange SQL commands embedded in the initdb script from...
2001-07-30  Bruce MomjianUpdate TODO list.
2001-07-30  Bruce MomjianUpdate TODO list.
2001-07-30  Bruce Momjianautoconf
2001-07-30  Bruce MomjianOpen Unix 8 patch (Caldera Unixware). Still needs...
2001-07-30  Bruce MomjianXML conversion utility, requires expat library.
2001-07-30  Bruce MomjianPatch to add comments to Linux startup script.
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 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.
next