postgresql/src/include
2005-09-19 17:21:49 +00:00
..
access Clean up a couple of ad-hoc computations of the maximum number of tuples 2005-09-02 19:02:20 +00:00
bootstrap Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catalog Rename pg_complete_relation_size() to pg_total_relation_size(), for the 2005-09-16 05:35:41 +00:00
commands Create the pg_pltemplate system catalog to hold template information 2005-09-08 20:07:42 +00:00
executor Repair problems with VACUUM destroying t_ctid chains too soon, and with 2005-08-20 00:40:32 +00:00
lib Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
libpq Tweak TCP-keepalive code so that an invalid setting doesn't cause us 2005-09-12 02:26:33 +00:00
mb Actually, this macro had worse problems than a bogus name ... 2005-08-05 15:01:48 +00:00
nodes Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's 2005-08-28 22:47:20 +00:00
optimizer Change the division of labor between grouping_planner and query_planner 2005-08-27 22:13:44 +00:00
parser Add NOWAIT option to SELECT FOR UPDATE/SHARE. 2005-08-01 20:31:16 +00:00
port Some more mop-up for Windows IPv6 support. Andrew Dunstan 2005-08-26 03:15:12 +00:00
postmaster Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +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 Print proper cause of statement cancel, user interaction or timeout. 2005-09-19 17:21:49 +00:00
tcop Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 2005-08-11 21:11:50 +00:00
utils Rename pg_complete_relation_size() to pg_total_relation_size(), for the 2005-09-16 05:35:41 +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 bogus freeaddrinfo() call in WIN32 code, extend gai_strerror to 2005-08-25 17:51:01 +00:00
getopt_long.h Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
Makefile Use 'cp' and 'chmod' in place of 'install' to install header files. 2005-03-25 23:22:54 +00:00
miscadmin.h Avoid an Assert failure if OuterUserId hasn't been set yet during 2005-08-17 22:14:34 +00:00
pg_config_manual.h Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 2005-03-29 03:01:32 +00:00
pg_config.h.in Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
pg_config.h.win32 Win32 8.1 stamp. 2005-01-18 14:39:46 +00:00
pgstat.h Allow the pgstat views to show toast tables as well as regular tables 2005-08-15 16:25:19 +00:00
pgtime.h Fix the various forms of AT TIME ZONE to accept either timezones found 2005-09-09 02:31:50 +00:00
port.h Fix platform-specific test for path prefix-ness: move it into path.c where 2005-08-29 19:39:39 +00:00
postgres_ext.h
postgres_fe.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
postgres.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
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