postgresql/src/interfaces/libpq
Bruce Momjian 92288a1cf9 Change made to elog:
o  Change all current CVS messages of NOTICE to WARNING.  We were going
to do this just before 7.3 beta but it has to be done now, as you will
see below.

o Change current INFO messages that should be controlled by
client_min_messages to NOTICE.

o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc.
to always go to the client.

o Remove INFO from the client_min_messages options and add NOTICE.

Seems we do need three non-ERROR elog levels to handle the various
behaviors we need for these messages.

Regression passed.
2002-03-06 06:10:59 +00:00
..
cs.po Czech translation updates from Karel Zak 2001-12-21 22:30:49 +00:00
de.po NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
fe-auth.c Heimdal support (Kerberos V implementation from KTH) 2002-02-23 04:17:47 +00:00
fe-auth.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
fe-connect.c Don't bother to request SSL connection over a Unix socket, since the 2002-03-02 00:49:22 +00:00
fe-exec.c Change made to elog: 2002-03-06 06:10:59 +00:00
fe-lobj.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
fe-misc.c Change made to elog: 2002-03-06 06:10:59 +00:00
fe-print.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
fr.po update 2001-12-13 22:04:40 +00:00
libpq-fe.h Back out old version and update with newer patch of: 2002-03-05 06:07:27 +00:00
libpq-int.h Back out old version and update with newer patch of: 2002-03-05 06:07:27 +00:00
libpq.rc Stamp CVS as 7.2. Update all interface version numbers. This is the 2001-05-11 01:46:33 +00:00
libpqdll.c Load netmsg.dll locally in winsock_strerror, to avoid actual and 2001-11-28 19:40:29 +00:00
libpqdll.def Below is the patch against current cvs for libpgtcl and 2001-09-06 02:54:56 +00:00
Makefile Provide some initial support for building the ODBC driver for 2001-09-22 22:54:33 +00:00
nls.mk Czech translation updates from Karel Zak 2001-12-21 22:30:49 +00:00
pqexpbuffer.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
pqexpbuffer.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
pqsignal.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
pqsignal.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
ru.po NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
sv.po Add Swedish 2001-12-13 22:06:33 +00:00
win32.h Load netmsg.dll locally in winsock_strerror, to avoid actual and 2001-11-28 19:40:29 +00:00
win32.mak Remove compile errors of psql.exe and libpq.dll under 2001-11-22 10:18:52 +00:00
zh_CN.po NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
zh_TW.po NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00

This directory contains the C version of Libpq, the POSTGRES frontend library.