]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-08-20  Bruce MomjianUpdate FAQ.
2001-08-19  Peter EisentrautOne more round of translations and slight message tweaks
2001-08-19  Michael Meskes- Synced preproc.y with gram.y.
2001-08-18  Hiroshi Inoue1) Change all internal SQL function calls from
2001-08-17  Hiroshi InoueEnsure to hold an exclusive lock while reindexing a...
2001-08-17  Bruce MomjianA little more code reorg for MD5/crypt.
2001-08-17  Bruce MomjianReorder MD5/crypt so MD5 comes first in the code.
2001-08-17  Bruce MomjianRemove some unneeded dashes from libpq comments.
2001-08-17  Bruce MomjianAdd \n to libpq print output where needed.
2001-08-17  Bruce MomjianThis patch updates some comments in the DatabaseMetaDat...
2001-08-17  Bruce MomjianThanks for your feedback (and patience). Enclosed...
2001-08-17  Bruce MomjianAttached is the patch requested by Tom Lane (see below...
2001-08-17  Bruce MomjianForce crypt() salt to be null-terminated.
2001-08-17  Bruce MomjianAdd 4-byte MD5 salt.
2001-08-16  Tom Lanegeo_distance function needs to be marked strict.
2001-08-16  Bruce MomjianUpdate list of files to update.
2001-08-16  Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-16  Bruce MomjianAdd new MD5 pg_hba.conf keyword. Prevent fallback...
2001-08-16  Bruce MomjianThis patch fixes the well-known but unfixed bug that...
2001-08-16  Tatsuo IshiiFix typo. pg_dump -B --> pg_dump -b
2001-08-16  Bruce MomjianRemove protocol version change. Try MD5 first, then...
2001-08-15  Bruce MomjianUse malloc/palloc as appropriate.
2001-08-15  Bruce MomjianMove md5.h contents to crypt.h.
2001-08-15  Bruce MomjianRemove unneeded patch.
2001-08-15  Bruce MomjianRemove UNDO dicussion. It was inconclusive, and too...
2001-08-15  Bruce MomjianJust a test.
2001-08-15  Bruce Momjianupdate.
2001-08-15  Bruce Momjianupdate
2001-08-15  Bruce Momjianupdate
2001-08-15  Bruce MomjianAdd new files.
2001-08-15  Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-08-15  Tatsuo IshiiAdd convert.
2001-08-15  Tatsuo IshiiAdd conver/convert2 functions. They are similar to...
2001-08-14  Bruce MomjianPut back changes I overwrote packaging 7.1.3.
2001-08-14  Bruce MomjianPut back changes I overwrote in packaging 7.1.3.
2001-08-14  Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-08-14  Bruce MomjianAdd HISTORY for 7.1.3. Packaging done.
2001-08-14  Tom LaneFix brokenness of nested EXCEPT/INTERSECT queries....
2001-08-13  Peter EisentrautMake LANCOMPILER clause in CREATE LANGUAGE optional...
2001-08-13  Tom LaneMake hashjoin give the right answer with toasted input...
2001-08-13  Tom LaneAdd comparison operators and btree indexing support...
2001-08-13  Bruce MomjianPatch NAME section of reference pages.
2001-08-12  Tom LaneMake ALTER TABLE RENAME on a view rename the view's...
2001-08-12  Peter EisentrautMake pg_dump handle the new privileges.
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...
next