postgresql/src
Tom Lane 547b6e537a Fix plancache so that any required replanning is done with the same
search_path that was active when the plan was first made.  To do this,
improve namespace.c to support a stack of "override" search path settings
(we must have a stack since nested replan events are entirely possible).
This facility replaces the "special namespace" hack formerly used by
CREATE SCHEMA, and should be able to support per-function search path
settings as well.
2007-03-23 19:53:52 +00:00
..
backend Fix plancache so that any required replanning is done with the same 2007-03-23 19:53:52 +00:00
bin Add comment that pg_dump 'append' format is used only by pg_dump, per 2007-03-22 20:47:12 +00:00
include Fix plancache so that any required replanning is done with the same 2007-03-23 19:53:52 +00:00
interfaces Fix ecpg/preproc makefile for parallel builds: parser.o must depend 2007-03-18 17:57:34 +00:00
makefiles
pl Code cleanup for function prototypes: change two K&R-style prototypes 2007-03-18 05:36:50 +00:00
port Code cleanup for function prototypes: change two K&R-style prototypes 2007-03-18 05:36:50 +00:00
template
test Fix plancache so that any required replanning is done with the same 2007-03-23 19:53:52 +00:00
timezone Arrange to install a "posixrules" entry in our timezone database, so that 2007-03-14 17:38:06 +00:00
tools Forgot commit: support for special-cases in pgcrypto 2007-03-23 10:05:34 +00:00
tutorial Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
DEVELOPERS
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
Makefile.global.in Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
Makefile.shlib Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the 2007-02-20 22:45:57 +00:00
nls-global.mk
win32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00