postgresql/src/include
Jan Wieck ef590e101e Changed ExecConstraints() and ExecRelCheck() to cache the constraints
qualification expression trees in the execution state. Prevents from
memory exhaustion on INSERT, UPDATE or COPY to tables that have CHECK
constraints. Speedup against the variant using freeObject() is more than
factor 2.

Jan
1999-02-07 16:17:14 +00:00
..
access Another SELECT speedup: extract OIDs of column print functions 1999-01-27 00:36:28 +00:00
bootstrap OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
catalog Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
commands The following patch finishes primary key support. Previously, when 1999-01-21 22:48:20 +00:00
executor Changed ExecConstraints() and ExecRelCheck() to cache the constraints 1999-02-07 16:17:14 +00:00
lib Fixed nodeToString() to put out "<>" for NULL strings again. 1998-12-18 14:45:09 +00:00
libpq Another SELECT speedup: extract OIDs of column print functions 1999-01-27 00:36:28 +00:00
mb Included patches make some enhancements to the multi-byte support. 1999-02-02 18:51:40 +00:00
nodes Changed ExecConstraints() and ExecRelCheck() to cache the constraints 1999-02-07 16:17:14 +00:00
optimizer Optimizer cleanup. 1999-02-06 17:29:30 +00:00
parser Rename Aggreg to Aggref. 1999-01-24 00:28:37 +00:00
port Add missing Windows files. 1999-01-18 12:43:55 +00:00
regex Portability fixes found needed for SunOS 4.1.x: 1998-11-30 00:30:05 +00:00
rewrite Hi! 1999-01-18 00:10:17 +00:00
storage Initial MVCC code. 1998-12-15 12:47:01 +00:00
tcop Another SELECT speedup: extract OIDs of column print functions 1999-01-27 00:36:28 +00:00
utils New alloc set code using a memory block pool for small allocations. 1999-02-06 16:50:34 +00:00
c.h Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
config.h.in Add description of ELOG_TIMESTAMPS and USE_SYSLOG options, 1999-01-17 20:58:03 +00:00
miscadmin.h Make functions static or ifdef NOT_USED. Prevent pg_version creation. 1998-10-08 18:30:52 +00:00
postgres.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
postgres_ext.h Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
rusagestub.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +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
version.h.in Fix for version, update to 6.5. 1998-12-25 02:20:12 +00:00