aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup.Bruce Momjian2001-08-21
* Remove krb.c.Bruce Momjian2001-08-21
* Update TODO list.Bruce Momjian2001-08-21
* Update FAQ.Bruce Momjian2001-08-21
* Fix a lot of compile errors on unix.Hiroshi Inoue2001-08-21
* Remove encode.*. Not needed anymore.Bruce Momjian2001-08-21
* Remove object file.Bruce Momjian2001-08-21
* Add missing pgcrypto file.Bruce Momjian2001-08-21
* /contrib/pgcrypto:Bruce Momjian2001-08-21
* 1. I've now produced an updated version (and called it 0.2) of my XMLBruce Momjian2001-08-21
* >Bruce Momjian2001-08-21
* Update XML author's email address.Bruce Momjian2001-08-21
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-21
* Update FAQ.Bruce Momjian2001-08-20
* One more round of translations and slight message tweaksPeter Eisentraut2001-08-19
* - Synced preproc.y with gram.y.Michael Meskes2001-08-19
* 1) Change all internal SQL function calls fromHiroshi Inoue2001-08-18
* Ensure to hold an exclusive lock while reindexing a relation.Hiroshi Inoue2001-08-17
* A little more code reorg for MD5/crypt.Bruce Momjian2001-08-17
* Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian2001-08-17
* Remove some unneeded dashes from libpq comments.Bruce Momjian2001-08-17
* Add \n to libpq print output where needed.Bruce Momjian2001-08-17
* This patch updates some comments in the DatabaseMetaData classes toBruce Momjian2001-08-17
* Thanks for your feedback (and patience). Enclosed is my thirdBruce Momjian2001-08-17
* Attached is the patch requested by Tom Lane (see below). ItBruce Momjian2001-08-17
* Force crypt() salt to be null-terminated.Bruce Momjian2001-08-17
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* geo_distance function needs to be marked strict.Tom Lane2001-08-16
* Update list of files to update.Bruce Momjian2001-08-16
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-16
* This patch fixes the well-known but unfixed bug that fetchone() always returnsBruce Momjian2001-08-16
* Fix typo. pg_dump -B --> pg_dump -bTatsuo Ishii2001-08-16
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-16
* Use malloc/palloc as appropriate.Bruce Momjian2001-08-15
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-15
* Remove unneeded patch.Bruce Momjian2001-08-15
* Remove UNDO dicussion. It was inconclusive, and too large.Bruce Momjian2001-08-15
* Just a test.Bruce Momjian2001-08-15
* update.Bruce Momjian2001-08-15
* updateBruce Momjian2001-08-15
* updateBruce Momjian2001-08-15
* Add new files.Bruce Momjian2001-08-15
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Add convert.Tatsuo Ishii2001-08-15
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-15
* Put back changes I overwrote packaging 7.1.3.Bruce Momjian2001-08-14
* Put back changes I overwrote in packaging 7.1.3.Bruce Momjian2001-08-14
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-14
* Add HISTORY for 7.1.3. Packaging done.Bruce Momjian2001-08-14