]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-08-23  Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-08-23  Tom LaneMakefile forgot to install README.btree_gist.
2001-08-23  Tom LaneAdd chkpass.
2001-08-23  Tom LaneBring chkpass build process into sync with other contri...
2001-08-23  Tom LaneRemove test of 'inf' since it introduces a platform...
2001-08-23  Tom Lanetskey_cmp() should use timestamp_cmp() instead of doing...
2001-08-23  Bruce MomjianUpdate TODO list.
2001-08-23  Tom LaneAllow the return value of an SQL function to be binary...
2001-08-22  Peter EisentrautAdd option to output SET SESSION AUTHORIZATION commands...
2001-08-22  Peter Eisentrautremove no longer needed -Wno-error
2001-08-22  Tom LaneNew contrib module for BTREE emulation in GiST.
2001-08-22  Tom LaneUpdate GiST for new pg_opclass arrangement (finally...
2001-08-22  Tom LanePersuade new pgcrypto stuff to compile.
2001-08-22  Bruce MomjianAttached is a simple one line patch for the problem...
2001-08-21  Bruce MomjianHere's a resend of the patch.gz. I gunzip'ed it fine...
2001-08-21  Tom LaneRemove special-case treatment of all-zeroes MAC address...
2001-08-21  Bruce Momjian> Ok, where's a "system dependent hack" :)
2001-08-21  Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-21  Bruce MomjianMove WAL params higher in file, next to fsync option.
2001-08-21  Peter EisentrautAdd -Wno-error because of "unclean" flex output.
2001-08-21  Bruce MomjianRegroup GEQO configs.
2001-08-21  Bruce MomjianFix SCM_CREDS for FreeBSD, from Teodor Sigaev.
2001-08-21  Bruce MomjianAdd new jdbc array file.
2001-08-21  Bruce MomjianAdd 0.2 version XML files.
2001-08-21  Bruce MomjianAdd ECPGd_cardinality to end of enum list so ecpg compiles.
2001-08-21  Bruce MomjianAdd missing include for SCM_CREDS.
2001-08-21  Bruce MomjianFix SO_PEERCRED printf bug added with SCM_CREDS cleanup.
2001-08-21  Bruce MomjianRemove krb.c.
2001-08-21  Bruce MomjianUpdate TODO list.
2001-08-21  Bruce MomjianUpdate FAQ.
2001-08-21  Hiroshi InoueFix a lot of compile errors on unix.
2001-08-21  Bruce MomjianRemove encode.*. Not needed anymore.
2001-08-21  Bruce MomjianRemove object file.
2001-08-21  Bruce MomjianAdd missing pgcrypto file.
2001-08-21  Bruce Momjian/contrib/pgcrypto:
2001-08-21  Bruce Momjian1. I've now produced an updated version (and called...
2001-08-21  Bruce Momjian>
2001-08-21  Bruce MomjianUpdate XML author's email address.
2001-08-21  Bruce MomjianAdd SCM_CREDS to get owner of unix-domain socket on...
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.
next