postgresql/src/include
Bruce Momjian 19e0e35bcd The attached patch implements START TRANSACTION, per SQL99. The
functionality of the command is basically identical to that of
BEGIN; it just accepts a few extra options (only one of which
PostgreSQL currently implements), and is standards-compliant.
The patch includes a simple regression test and documentation.

[ Regression tests removed, per Peter.]

Neil Conway
2002-08-04 04:31:44 +00:00
..
access oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
bootstrap Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catalog ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
commands Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 2002-07-31 17:19:54 +00:00
executor ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Update copyright to 2002. 2002-06-20 20:29:54 +00:00
mb Fix typo. Remove #ifdef MULTIBYTE 2002-07-29 08:04:55 +00:00
nodes The attached patch implements START TRANSACTION, per SQL99. The 2002-08-04 04:31:44 +00:00
optimizer Remove _deadcode. 2002-07-24 19:16:43 +00:00
parser ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
port Not needed anymore. 2002-05-05 16:47:09 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite The attached patch (against HEAD) implements 2002-07-18 04:43:51 +00:00
storage * -Remove LockMethodTable.prio field, not used (Bruce) 2002-08-01 05:18:34 +00:00
tcop Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils When compiling with --enable-cassert, check for reference count leaks 2002-08-02 22:36:05 +00:00
c.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fmgr.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
funcapi.h Here are two patches. The guc_and_tablefunc patch addresses the two 2002-07-30 16:20:03 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_config.h.in Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 2002-07-31 17:19:54 +00:00
pg_config.h.win32 I'm at the win32 error messages once more. The DLL load thingy doesn't 2002-04-24 02:26:06 +00:00
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
postgres_ext.h Document that NAMEDATALEN must be a multiple of sizeof(int). 2002-04-30 19:53:03 +00:00
postgres_fe.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rusagestub.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00