postgresql/src/backend
Marc G. Fournier 51844146e5 From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] abort failed transaction patch

This patch allows you to end a transaction that has failed on an error
using the 'ABORT' statement without generating another error message.
(By default you get an error unless you use 'END' to terminate the
transaction, which has already been aborted anyway.)
1997-03-12 20:41:14 +00:00
..
access From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 20:41:14 +00:00
bootstrap Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure 1997-01-24 22:42:35 +00:00
catalog 1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just after 1997-01-20 04:01:50 +00:00
commands Add missing paren. 1997-03-10 15:08:57 +00:00
executor Fixing bug in INDEXSCAN_PATCH: 1997-01-22 05:26:50 +00:00
lib Remove CFLAGS_SL from lib/Makefile 1997-01-14 02:35:34 +00:00
libpq Remove WIN32 defines. They never worked. 1997-02-14 04:19:07 +00:00
main Bring in Randy's NOROOT patch 1996-11-14 20:49:09 +00:00
nodes Cast constants to the type of the other binary operand. 1997-01-22 01:44:02 +00:00
optimizer Patch from Martin due to changes in joinrels.c 1997-03-03 23:26:45 +00:00
parser Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch. 1997-03-02 01:03:44 +00:00
port Remove SUBSYS.o in port/ on clean. 1997-02-28 10:57:47 +00:00
postmaster Prevent SIGPIPE from crashing server, by Dan McGuirk. 1997-03-02 02:17:32 +00:00
regex Remove __P macro usage so it compiles without cdefs.h. 1996-12-15 09:21:37 +00:00
rewrite Change %ud to %u 1996-12-26 17:49:56 +00:00
storage Make the error message output by AllocateFile() if failes to 1997-02-20 22:54:18 +00:00
tcop Remove WIN32 defines. They never worked. 1997-02-14 04:19:07 +00:00
tioga Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
utils Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.c 1997-03-09 20:41:02 +00:00
Makefile Add and install the pg_geqo.sample file 1997-02-19 13:09:34 +00:00