postgresql/src/backend
Thomas G. Lockhart ec70b3c07c Remove comment line in rules section. Keith reports trouble on Solaris
and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments.
1997-09-02 02:32:35 +00:00
..
access TupleUpdatedByCurXactAndCmd () changed due to 1997-08-29 09:12:20 +00:00
bootstrap Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
catalog Indexing of pg_trigger 1997-08-31 09:56:18 +00:00
commands BEFORE/AFTER ROW INSERT triggers startup from CopyFrom() 1997-09-01 07:59:06 +00:00
executor BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup. 1997-09-01 08:01:46 +00:00
lib Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
libpq Remove unneeded stat calls. 1997-08-27 03:48:50 +00:00
main From: "Pedro J. Lobo" <pjlobo@euitt.upm.es> 1997-04-24 20:30:41 +00:00
nodes Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
optimizer More NOT_USEDs 1997-08-20 14:54:35 +00:00
parser Remove comment line in rules section. Keith reports trouble on Solaris 1997-09-02 02:32:35 +00:00
port Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4. 1997-08-21 02:28:55 +00:00
postmaster Small cleanup. 1997-08-25 04:15:40 +00:00
regex Remove more (void) and fix -Wall warnings. 1997-08-12 22:55:25 +00:00
rewrite Remove more (void) and fix -Wall warnings. 1997-08-12 22:55:25 +00:00
storage Major patch to speed up backend startup after profiling analysis. 1997-08-24 23:08:01 +00:00
tcop CREATE/DROP TRIGGER 1997-08-31 11:41:55 +00:00
tioga Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 1997-08-12 20:16:25 +00:00
utils trigger_dynamic()->handle_load() func for loading SPI-triggers 1997-09-01 08:06:17 +00:00
Makefile From: Darren King <aixssd!darrenk@abs.net> 1997-05-22 00:11:29 +00:00