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
Peter Eisentraut 2a7da3f564 Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 26 years ago
..
access Btree WAL records. 26 years ago
bootstrap Cleanup of code for creating index entries. Functional indexes with 26 years ago
catalog the patch include: 26 years ago
commands This patch implements the following command: 26 years ago
executor First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
lib First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
libpq Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 26 years ago
mb Change return type of: 26 years ago
nodes First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
optimizer Fix GEQO optimizer to work correctly with new outer-join-capable 26 years ago
parser Use variable aliases, if supplied, rather than real column names in 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 First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
storage This is temporal place holder for Relation File Node till 26 years ago
tcop Code cleanup of user name and user id handling in the backend. The current 26 years ago
utils Karel missed an ichar->chr ... 26 years ago
Makefile Support for DESTDIR make variable. This is used as in `make install 26 years ago
c.h Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 26 years ago
config.h.in Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 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 Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. 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