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/include
Tom Lane d70bf0dd35 Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 26 years ago
..
access CREATE btree INDEX takes dead tuples into account when old transactions 26 years ago
bootstrap Cleanup of code for creating index entries. Functional indexes with 26 years ago
catalog SQL-language functions are now callable in ordinary fmgr contexts ... 26 years ago
commands SQL-language functions are now callable in ordinary fmgr contexts ... 26 years ago
executor GetAttributeByName and GetAttributeByNum should be declared to return 26 years ago
lib First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
libpq Make the location of the Kerberos server key file run time configurable 26 years ago
mb Change return type of: 26 years ago
nodes SQL-language functions are now callable in ordinary fmgr contexts ... 26 years ago
optimizer Move pg_checkretval out of the planner (where it never belonged) into 26 years ago
parser First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. 26 years ago
port Rename templates to match names in makefiles/Makefile.* and include/port. 26 years ago
regex Clean up #include's. 26 years ago
rewrite Use a private memory context to store rule information in each relcache 26 years ago
storage TOAST mop-up work: update comments for tuple-size-related symbols such 26 years ago
tcop Remove long-dead support for invoking queries from dynamically loaded 26 years ago
utils Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 26 years ago
Makefile Add distprep target to take some of the job of the release_prep script. 26 years ago
c.h fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 26 years ago
config.h.in Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 26 years ago
config.h.win32 Add missing files like foreign key regression tests and config.h.win32. 26 years ago
fmgr.h SQL-language functions are now callable in ordinary fmgr contexts ... 26 years ago
miscadmin.h More functions updated to new fmgr style --- money, name, tid datatypes. 26 years ago
postgres.h Make acl-related functions safe for TOAST. Mark pg_class.relacl as 26 years ago
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 27 years ago
rusagestub.h Add: 26 years ago
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago