postgresql/src/include
Neil Conway a4c75ece82 Fix a few macro definitions to ensure that unary minus is enclosed in
parentheses. This avoids possible operator precedence problems, and
is consistent with most of the macro definitions in the tree.
2005-07-27 12:44:10 +00:00
..
access Add pg_column_size() to return storage size of a column, including 2005-07-06 19:02:54 +00:00
bootstrap
catalog Add a role property 'rolinherit' which, when false, denotes that the role 2005-07-26 16:38:29 +00:00
commands Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; 2005-07-25 22:12:34 +00:00
executor Revise nodeMergejoin in light of example provided by Guillaume Smet. 2005-05-13 21:20:16 +00:00
lib
libpq Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
mb Support 3 and 4-byte unicode characters. 2005-06-15 00:15:08 +00:00
nodes Add a role property 'rolinherit' which, when false, denotes that the role 2005-07-26 16:38:29 +00:00
optimizer Simple constraint exclusion. For now, only child tables of inheritance 2005-07-23 21:05:48 +00:00
parser Replace the parser's namespace tree (which formerly had the same 2005-06-05 00:38:11 +00:00
port Add fsync() define for Win32 to cover cases other than wal_sync_method 2005-06-16 17:53:54 +00:00
postmaster Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
regex I made the patch that implements regexp_replace again. 2005-07-10 04:54:33 +00:00
rewrite Change expandRTE() and ResolveNew() back to taking just the single 2005-06-04 19:19:42 +00:00
storage Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro. 2005-07-27 08:05:36 +00:00
tcop Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
utils Add a role property 'rolinherit' which, when false, denotes that the role 2005-07-26 16:38:29 +00:00
c.h Add comment about void* use in MemSet. 2005-07-21 15:16:30 +00:00
fmgr.h Avoid bare 'struct Node;' declaration --- provokes annoying warnings 2005-06-09 18:44:05 +00:00
funcapi.h Document get_call_result_type() and friends; mark TypeGetTupleDesc() 2005-05-30 23:09:07 +00:00
getaddrinfo.h Fix a few macro definitions to ensure that unary minus is enclosed in 2005-07-27 12:44:10 +00:00
getopt_long.h
Makefile
miscadmin.h Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; 2005-07-25 22:12:34 +00:00
pg_config_manual.h
pg_config.h.in Update to autoconf 2.59 as well as updates of related scripts 2005-07-01 18:17:31 +00:00
pg_config.h.win32
pgstat.h Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
pgtime.h Code spacing improvement, particularly *tm spacing. 2005-07-22 03:46:34 +00:00
port.h Complete zic patch backout by removing NO_PGPORT workaround. 2005-07-06 21:40:09 +00:00
postgres_ext.h
postgres_fe.h
postgres.h
rusagestub.h Fix a few macro definitions to ensure that unary minus is enclosed in 2005-07-27 12:44:10 +00:00
strdup.h