postgresql/src
Barry Lind b465f5307f The patch does the following:
Allows you to set the loglevel at runtime by adding ?loglevel=X to the connection URL, where 1 = INFO and 2 = DEBUG.
  Automatically turns on logging by calling DriverManager.setPrintWriter(new PrintWriter(System.out)) if one is not already set.
Adds a Driver.info() message that prints out the version number
Adds member variables logDebug and logInfo that can be checked before making logging methods calls
Adds a build number to the version number string.  This build number will need to be manually incremented when we see fit.

----------------------------------------------------------------------
Modified Files:
 	org/postgresql/Connection.java org/postgresql/Driver.java.in
 	org/postgresql/fastpath/Fastpath.java
 	org/postgresql/jdbc1/DatabaseMetaData.java
 	org/postgresql/jdbc2/Connection.java
 	org/postgresql/jdbc2/DatabaseMetaData.java
 	org/postgresql/largeobject/LargeObjectManager.java
 	org/postgresql/util/PSQLException.java
 	org/postgresql/util/Serialize.java
----------------------------------------------------------------------
2002-06-11 02:55:16 +00:00
..
backend Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES. 2002-06-08 04:08:19 +00:00
bin Another place that needs schema qualification. 2002-05-29 01:49:57 +00:00
corba
data
include Document that SM_* variables should be longer. 2002-06-03 22:57:47 +00:00
interfaces The patch does the following: 2002-06-11 02:55:16 +00:00
makefiles > > This patch corrects the use of rpath and export options when compiling 2002-04-05 12:01:59 +00:00
pl Change PL/Perl and Pg interface build to use configured compiler and 2002-05-28 16:57:53 +00:00
template Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
test Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +00:00
tools Update release list. 2002-03-26 05:34:33 +00:00
tutorial Opclasses live in namespaces. I also took the opportunity to create 2002-04-17 20:57:57 +00:00
utils Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix. 2001-11-26 19:30:58 +00:00
DEVELOPERS
Makefile Move 2002-03-13 00:05:06 +00:00
Makefile.global.in Change PL/Perl and Pg interface build to use configured compiler and 2002-05-28 16:57:53 +00:00
Makefile.shlib Change PL/Tcl build to use configured compiler and Makefile.shlib 2002-05-24 18:10:17 +00:00
nls-global.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
win32.mak