summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-23Makefile forgot to install README.btree_gist.Tom Lane
2001-08-23Add chkpass.Tom Lane
2001-08-23Bring chkpass build process into sync with other contrib modules;Tom Lane
2001-08-23Remove test of 'inf' since it introduces a platform dependency (someTom Lane
2001-08-23tskey_cmp() should use timestamp_cmp() instead of doing its ownTom Lane
2001-08-23Update TODO list.Bruce Momjian
2001-08-23Allow the return value of an SQL function to be binary-compatible withTom Lane
2001-08-22Add option to output SET SESSION AUTHORIZATION commands rather thanPeter Eisentraut
2001-08-22remove no longer needed -Wno-errorPeter Eisentraut
2001-08-22New contrib module for BTREE emulation in GiST.Tom Lane
2001-08-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
2001-08-22Persuade new pgcrypto stuff to compile.Tom Lane
2001-08-22Attached is a simple one line patch for the problem reported in theBruce Momjian
2001-08-21Here's a resend of the patch.gz. I gunzip'ed it fine hereBruce Momjian
2001-08-21Remove special-case treatment of all-zeroes MAC address, per today'sTom Lane
2001-08-21> Ok, where's a "system dependent hack" :)Bruce Momjian
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-21Move WAL params higher in file, next to fsync option.Bruce Momjian
2001-08-21Add -Wno-error because of "unclean" flex output.Peter Eisentraut
2001-08-21Regroup GEQO configs.Bruce Momjian
2001-08-21Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian
2001-08-21Add new jdbc array file.Bruce Momjian
2001-08-21Add 0.2 version XML files.Bruce Momjian
2001-08-21Add ECPGd_cardinality to end of enum list so ecpg compiles.Bruce Momjian
2001-08-21Add missing include for SCM_CREDS.Bruce Momjian
2001-08-21Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup.Bruce Momjian
2001-08-21Remove krb.c.Bruce Momjian
2001-08-21Update TODO list.Bruce Momjian
2001-08-21Update FAQ.Bruce Momjian
2001-08-21Fix a lot of compile errors on unix.Hiroshi Inoue
2001-08-21Remove encode.*. Not needed anymore.Bruce Momjian
2001-08-21Remove object file.Bruce Momjian
2001-08-21Add missing pgcrypto file.Bruce Momjian
2001-08-21/contrib/pgcrypto:Bruce Momjian
2001-08-211. I've now produced an updated version (and called it 0.2) of my XMLBruce Momjian
2001-08-21>Bruce Momjian
2001-08-21Update XML author's email address.Bruce Momjian
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian
2001-08-20Update FAQ.Bruce Momjian
2001-08-19One more round of translations and slight message tweaksPeter Eisentraut
2001-08-19- Synced preproc.y with gram.y.Michael Meskes
2001-08-181) Change all internal SQL function calls fromHiroshi Inoue
2001-08-17Ensure to hold an exclusive lock while reindexing a relation.Hiroshi Inoue
2001-08-17A little more code reorg for MD5/crypt.Bruce Momjian
2001-08-17Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian
2001-08-17Remove some unneeded dashes from libpq comments.Bruce Momjian
2001-08-17Add \n to libpq print output where needed.Bruce Momjian
2001-08-17This patch updates some comments in the DatabaseMetaData classes toBruce Momjian
2001-08-17Thanks for your feedback (and patience). Enclosed is my thirdBruce Momjian