postgresql/src/include
Tom Lane 83b06823f6 Move new typedef AclId into c.h, so as to avoid cluttering namespace
by having to include miscadmin.h into other header files.
2003-01-09 18:00:24 +00:00
..
access Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to 2003-01-08 19:41:40 +00:00
bootstrap Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catalog Move new typedef AclId into c.h, so as to avoid cluttering namespace 2003-01-09 18:00:24 +00:00
commands Move new typedef AclId into c.h, so as to avoid cluttering namespace 2003-01-09 18:00:24 +00:00
executor Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as 2002-12-30 22:10:54 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Fix for systems that don't have INET_ADDRSTRLEN. 2003-01-06 09:58:36 +00:00
mb pgindent run. 2002-09-04 20:31:48 +00:00
nodes ALTER DOMAIN OWNER, from Rod Taylor. 2003-01-06 00:31:45 +00:00
optimizer Fix GEQO to work again in CVS tip, by being more careful about memory 2002-12-16 21:30:30 +00:00
parser Preliminary code review for domain CHECK constraints patch: add documentation, 2002-12-12 20:35:16 +00:00
port Awhile back I wrote that freebsd.h was probably broken in the places where 2003-01-01 20:35:39 +00:00
regex pgindent run. 2002-09-04 20:31:48 +00:00
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 2002-10-20 00:58:55 +00:00
storage TAS code originally written for s390 (32-bit) does not work for s390x 2002-11-22 01:13:16 +00:00
tcop Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
utils Move new typedef AclId into c.h, so as to avoid cluttering namespace 2003-01-09 18:00:24 +00:00
c.h Move new typedef AclId into c.h, so as to avoid cluttering namespace 2003-01-09 18:00:24 +00:00
fmgr.h Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent 2002-10-25 22:17:32 +00:00
funcapi.h pgindent run. 2002-09-04 20:31:48 +00:00
getopt_long.h Use our own version of getopt_long() if the OS doesn't have one. 2003-01-06 18:53:25 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Move new typedef AclId into c.h, so as to avoid cluttering namespace 2003-01-09 18:00:24 +00:00
pg_config.h.in Update comments on IPv6 #define. 2003-01-06 06:07:20 +00:00
pg_config.h.win32 The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
pgstat.h Move new typedef AclId into c.h, so as to avoid cluttering namespace 2003-01-09 18:00:24 +00:00
postgres.h Make 'dummy' declarations in header files be 'extern int no_such_variable' 2002-10-18 20:33:57 +00:00
postgres_ext.h Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers. 2002-08-13 20:40:44 +00:00
postgres_fe.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rusagestub.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
strdup.h