postgresql/src
Heikki Linnakangas 94136d5a18 Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the
case that the command is rewritten into another type of command. The old
behavior to return the command tag of the last executed command was
pretty surprising. In PL/pgSQL, for example, it meant that if a command
was rewritten to a utility statement, FOUND wasn't set at all.
2009-01-21 11:02:40 +00:00
..
backend Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the 2009-01-21 11:02:40 +00:00
bin Make psql \d and \dt consistent for system tables, i.e prevent \d from 2009-01-20 02:13:42 +00:00
include Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the 2009-01-21 11:02:40 +00:00
interfaces Fix accidental (I suppose) introduction of non-ASCII quote marks. 2009-01-19 17:17:50 +00:00
makefiles Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
pl Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the 2009-01-21 11:02:40 +00:00
port Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 2009-01-21 10:30:02 +00:00
template Move forgotten comment closer to where it matters. 2008-10-29 16:23:07 +00:00
test Revise the permission checking on user mapping DDL commands. 2009-01-20 09:10:20 +00:00
timezone Fix new timezone cross-compile rule to avoid a bug in gmake 3.78.1; 2009-01-06 02:25:29 +00:00
tools Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 2009-01-21 10:30:02 +00:00
tutorial Update copyright for 2009. 2009-01-01 17:24:05 +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 Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
Makefile.global.in When cross-compiling, allow and require an external zic program to be used 2009-01-05 10:25:59 +00:00
Makefile.shlib Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
nls-global.mk Do not msgmerge against /dev/null; merge against the pot file itself 2009-01-20 09:58:50 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00