summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-08-26Please pull this patch. It breaks JDBC1 support. The JDBC1 code noBruce Momjian
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-26Add single-letter encryption options for createuser. Update createuser --help.Bruce Momjian
2001-08-26Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query.Bruce Momjian
2001-08-26>>>>The JDBC driver requiresBruce Momjian
2001-08-26Here is a patch to the resultmap to make the regression tests work onBruce Momjian
2001-08-26The attached file: SerializePatch2.tgz, contains a patch forBruce Momjian
2001-08-25Fix portability problem in new CLOG code, per report from Rene Pijlman.Tom Lane
2001-08-25Re-apply Array.java patch to new Array.java file to fix compile.Bruce Momjian
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-08-25Add ENCRYPTED/UNENCRYPTED control in createuser script.Bruce Momjian
2001-08-25Add MD5 to win32.makBruce Momjian
2001-08-25Add intended Array.java file that accidentally was patched into theBruce Momjian
2001-08-25update from Serguei MokhovPeter Eisentraut
2001-08-25Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut
2001-08-24c.h needs to include postgres_ext.h to be self-contained.Peter Eisentraut
2001-08-24Missed this part in pg_config.h rename.Peter Eisentraut
2001-08-24Add ecpg --help and --version. Renumber the exit status codes, which werePeter Eisentraut
2001-08-24Start adding some more documentation about the number types. MakePeter Eisentraut
2001-08-24Reverse sense of comparison in psql socket test, per Tom Lane.Bruce Momjian
2001-08-24There are two problems when compiling libpq.dll and psql.exeBruce Momjian
2001-08-24Attached is a patch to fix the current issues with building under jdbc1.Bruce Momjian
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
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-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom 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 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-21Fix a lot of compile errors on unix.Hiroshi Inoue
2001-08-21>Bruce Momjian
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.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