]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-08-07  Bruce MomjianUpdate README for fuzzystrmatch description.
2001-08-07  Bruce MomjianSorry - I should have gotten to this sooner. Here's...
2001-08-07  Bruce MomjianI think you replaced too many things with put(...
2001-08-07  Bruce MomjianA small patch to keep postgres working on the latest...
2001-08-07  Bruce MomjianPer this discussion, here's a patch to implement both...
2001-08-07  Tom LaneFix thinko (revealed by gcc warning).
2001-08-07  Peter EisentrautRussian translation by Serguei Mokhov
2001-08-07  Peter EisentrautCzech translation for psql from Karel Zak
2001-08-07  Peter EisentrautAdd a check for end of client connection before expecti...
2001-08-06  Tom LaneDoesn't seem to be much point in keeping this README...
2001-08-06  Tom LaneUpdate now-obsolete example of platform-specific regres...
2001-08-06  Peter EisentrautUse a fixed error message for ERANGE to avoid duplicate...
2001-08-06  Tom LaneSeems like a bad idea to free() a string we are about...
2001-08-06  Tom LaneModify partial-index-predicate applicability tester...
2001-08-06  Tom LaneEvaluate LIMIT/OFFSET expressions with ExecEvalExprSwit...
2001-08-06  Peter EisentrautDo not pre-expand localedir as substituted in the makef...
2001-08-06  Peter Eisentrautupdate from upstream
2001-08-06  Peter EisentrautCheck that the data directory does not have group or...
2001-08-06  Bruce MomjianAdd QueryIsRule gram.y reset.
2001-08-06  Tom LaneSurely the pg_stat interrogation functions must not...
2001-08-05  Tom LaneShow index predicate when doing \d on a partial index.
2001-08-05  Tom LaneEndeavor to make pgstats buffer process (a) safe and...
2001-08-05  Tom LaneRemove no-longer-needed fcntl call (I'm not sure it...
2001-08-04  Bruce MomjianBack out LOCK A,B,C patch at Tom's suggestion.
2001-08-04  Bruce MomjianCompile fix for jdbc1.
2001-08-04  Bruce MomjianThis patch is because Hurd does not support NOFILE...
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...
next