aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Patch to LOCK multiple tables in one LOCK command.Bruce Momjian2001-08-10
* Update TODO list.Bruce Momjian2001-08-10
* Update TODO list.Bruce Momjian2001-08-10
* Add new files for the preparation.Hiroshi Inoue2001-08-10
* This should be the right expected file.Peter Eisentraut2001-08-09
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-09
* No longer a need for -Wno-errorPeter Eisentraut2001-08-09
* Update branding for 7.1.3, no HISTORY yet.Bruce Momjian2001-08-09
* corrections from the DocNotesPeter Eisentraut2001-08-09
* Fix Cygwin build, per Jason Tishler.Tom Lane2001-08-09
* Add TOAST table to the set of relkinds known to \d.Tom Lane2001-08-09
* 0 -> OPeter Eisentraut2001-08-08
* some clarifications inspired by the DocNotesPeter Eisentraut2001-08-07
* Update README for fuzzystrmatch description.Bruce Momjian2001-08-07
* Sorry - I should have gotten to this sooner. Here's a patch which you shouldBruce Momjian2001-08-07
* I think you replaced too many things with put(...Bruce Momjian2001-08-07
* A small patch to keep postgres working on the latest BeOS.Bruce Momjian2001-08-07
* Per this discussion, here's a patch to implement both levenshtein() andBruce Momjian2001-08-07
* Fix thinko (revealed by gcc warning).Tom Lane2001-08-07
* Russian translation by Serguei MokhovPeter Eisentraut2001-08-07
* Czech translation for psql from Karel ZakPeter Eisentraut2001-08-07
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-07
* Doesn't seem to be much point in keeping this README up to date anymore,Tom Lane2001-08-06
* Update now-obsolete example of platform-specific regression comparisonTom Lane2001-08-06
* Use a fixed error message for ERANGE to avoid duplicate test result files.Peter Eisentraut2001-08-06
* Seems like a bad idea to free() a string we are about to use in anTom Lane2001-08-06
* Modify partial-index-predicate applicability tester to test whetherTom Lane2001-08-06
* Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, notTom Lane2001-08-06
* Do not pre-expand localedir as substituted in the makefile, so that 'makePeter Eisentraut2001-08-06
* update from upstreamPeter Eisentraut2001-08-06
* Check that the data directory does not have group or world access; removePeter Eisentraut2001-08-06
* Add QueryIsRule gram.y reset.Bruce Momjian2001-08-06
* Surely the pg_stat interrogation functions must not be marked proiscachable.Tom Lane2001-08-06
* Show index predicate when doing \d on a partial index.Tom Lane2001-08-05
* Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane2001-08-05
* Remove no-longer-needed fcntl call (I'm not sure it *ever* did anythingTom Lane2001-08-05
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-04
* Compile fix for jdbc1.Bruce Momjian2001-08-04
* This patch is because Hurd does not support NOFILE. It is against currentBruce Momjian2001-08-04
* This patch adds the following to the FTI module:Bruce Momjian2001-08-04
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-04
* Looks okay in a quick glance, except error message spelling is poor:Bruce Momjian2001-08-04
* 1. Fixed error with empty array ( '{}' ),Bruce Momjian2001-08-04
* > 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, theBruce Momjian2001-08-04
* Attached is a patch that does the following:Bruce Momjian2001-08-04
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-04
* Fix residual breakage from Windows socket-errno patch: the routinesTom Lane2001-08-03
* Fix win32.mak to support MULTIBYTE build --- it was pulling in severalTom Lane2001-08-03
* For some reason, CREATE TYPE has only accepted alignment specificationsTom Lane2001-08-03
* Fix pg_dump so that comments on views are dumped in the proper sequence.Tom Lane2001-08-03