postgresql/src/backend
1997-08-22 04:13:18 +00:00
..
access CreateTupleDescCopy don't copy constraints now! 1997-08-22 02:55:39 +00:00
bootstrap Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
catalog Store attr DEFAULT info in heap_create 1997-08-22 02:58:51 +00:00
commands Fix for psql pager when no tty, cleanup for vacuum attdisbursion type. 1997-08-22 04:13:18 +00:00
executor DEFAULT handling 1997-08-22 03:12:19 +00:00
lib Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
libpq Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +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 There is no NULL constraint in CREATE TABLE - only NOT NULL one. 1997-08-22 03:17:55 +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 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +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 Remove unused spin function when no spinlocks. 1997-08-21 13:43:46 +00:00
tcop Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +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 Fetch information about DEFAULT/CHECK while openning a relation. 1997-08-22 03:35:44 +00:00
Makefile From: Darren King <aixssd!darrenk@abs.net> 1997-05-22 00:11:29 +00:00