]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-08-11  Peter EisentrautClean up some warnings and bugs and make things build...
2001-08-11  Tom LaneCREATE VIEW with optional column name list wasn't quite...
2001-08-10  Tom LaneDocument column-name-list option of CREATE VIEW .....
2001-08-10  Tom LaneRevert removal of relhaspkey support; fix unnecessary...
2001-08-10  Tom LaneMention that COPY cannot be used on a view (per recent...
2001-08-10  Tom LaneSince PQoidStatus is deprecated, we should probably...
2001-08-10  Peter Eisentrautupdate
2001-08-10  Tom LaneCleanup some minor oversights in optional-OIDs stuff.
2001-08-10  Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10  Tom LaneFix collateral damage from error message cleanup.
2001-08-10  Peter Eisentrautmessage refinements
2001-08-10  Bruce MomjianNo longer need TODO.detail/lock.
2001-08-10  Bruce MomjianThe portion about the PQgetssl() function in the libpq...
2001-08-10  Bruce MomjianAttached is a patch to remove some redundant code in...
2001-08-10  Bruce Momjian1. null-safe interface to GiST
2001-08-10  Bruce MomjianPatch to LOCK multiple tables in one LOCK command.
2001-08-10  Bruce MomjianUpdate TODO list.
2001-08-10  Bruce MomjianUpdate TODO list.
2001-08-10  Hiroshi InoueAdd new files for the preparation.
2001-08-09  Peter EisentrautThis should be the right expected file.
2001-08-09  Peter EisentrautUse format_type sibling in backend error messages,...
2001-08-09  Peter EisentrautNo longer a need for -Wno-error
2001-08-09  Bruce MomjianUpdate branding for 7.1.3, no HISTORY yet.
2001-08-09  Peter Eisentrautcorrections from the DocNotes
2001-08-09  Tom LaneFix Cygwin build, per Jason Tishler.
2001-08-09  Tom LaneAdd TOAST table to the set of relkinds known to \d.
2001-08-08  Peter Eisentraut0 -> O
2001-08-07  Peter Eisentrautsome clarifications inspired by the DocNotes
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.
next