postgresql/src
Barry Lind abcec0c125 Better error message on character set mismatches during conversion to unicode.
Also applied patch from Lars Stenberg to make callable statements use the form
select * from func() when running against a 7.3 server instead of select func() to allow for set returning functions to be called.

 Modified Files:
 	jdbc/org/postgresql/errors.properties
 	jdbc/org/postgresql/core/Encoding.java
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
2003-02-09 23:14:55 +00:00
..
backend Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
bin Create a GUC variable REGEX_FLAVOR to control the type of regular 2003-02-06 20:25:33 +00:00
corba
data
include Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
interfaces Better error message on character set mismatches during conversion to unicode. 2003-02-09 23:14:55 +00:00
makefiles Revert rpath-mangling patch. See discussion on -patches around Nov 29 for 2003-01-05 13:45:47 +00:00
pl Fix core dump when pltcl_elog is called with wrong number of parameters, 2003-02-06 17:02:11 +00:00
port Back out flockfile change for NetBSD. Giles Lean reports they are not 2003-01-11 19:38:23 +00:00
template
test Determine the set of constraints applied to a domain at executor 2003-02-03 21:15:45 +00:00
tools Update release steps. 2003-01-29 03:41:54 +00:00
tutorial
utils
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
DEVELOPERS
Makefile
Makefile.global.in Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries 2003-01-06 03:18:27 +00:00
Makefile.shlib Cause symlinks for shared-library versioning to run in the standard 2003-01-11 17:22:19 +00:00
nls-global.mk
win32.mak