You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend
Bruce Momjian 021778eed3 We store Cash/money as int of size 4, so make it an int rather than a long. 29 years ago
..
access CreateTupleDescCopy don't copy constraints now! 29 years ago
bootstrap Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
catalog Store attr DEFAULT info in heap_create 29 years ago
commands Fix for psql pager when no tty, cleanup for vacuum attdisbursion type. 29 years ago
executor DEFAULT handling 29 years ago
lib Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
libpq Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
main From: "Pedro J. Lobo" <pjlobo@euitt.upm.es> 29 years ago
nodes Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
optimizer More NOT_USEDs 29 years ago
parser We store Cash/money as int of size 4, so make it an int rather than a long. 29 years ago
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. 29 years ago
postmaster Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
regex Remove more (void) and fix -Wall warnings. 29 years ago
rewrite Remove more (void) and fix -Wall warnings. 29 years ago
storage Remove unused spin function when no spinlocks. 29 years ago
tcop Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
tioga Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 29 years ago
utils We store Cash/money as int of size 4, so make it an int rather than a long. 29 years ago
Makefile From: Darren King <aixssd!darrenk@abs.net> 29 years ago