postgresql/src/include
Tom Lane f5f448fb3e Rename the built-in tablespaces to pg_default and pg_global, and prohibit
creation of user-defined tablespaces with names starting with 'pg_', as
per suggestion of Chris K-L.  Also install admin-guide tablespace
documentation from Gavin.
2004-06-21 04:06:07 +00:00
..
access Make the world very nearly safe for composite-type columns in tables. 2004-06-05 01:55:05 +00:00
bootstrap Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
catalog Rename the built-in tablespaces to pg_default and pg_global, and prohibit 2004-06-21 04:06:07 +00:00
commands Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
executor Promote row expressions to full-fledged citizens of the expression syntax, 2004-05-10 22:44:49 +00:00
lib Remove an unused (and empty) header file. 2004-05-14 22:21:43 +00:00
libpq Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
mb Add PQmbdsplen() which returns the "display length" of a character. 2004-03-15 10:41:26 +00:00
nodes Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
optimizer When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
parser Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
port Cleanup for Win32 pgkill. 2004-05-27 14:39:33 +00:00
postmaster Per previous discussions, get rid of use of sync(2) in favor of 2004-05-31 03:48:10 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Promote row expressions to full-fledged citizens of the expression syntax, 2004-05-10 22:44:49 +00:00
storage Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhere 2004-06-19 23:02:32 +00:00
tcop When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
utils Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
c.h Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
fmgr.h Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
funcapi.h Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
getaddrinfo.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
getopt_long.h $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
miscadmin.h Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
pg_config.h.in Fix strerror_r by checking return type from configure. 2004-06-07 22:39:45 +00:00
pg_config.h.win32 Remove SYSCONFDIR from win32 include file. 2004-06-03 14:55:21 +00:00
pg_config_manual.h Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
pgstat.h Arrange to explicitly stop the pgstat processes at the same time we 2004-06-14 18:08:19 +00:00
pgtime.h Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
port.h Add URL about Win32 quoting behavior. 2004-06-11 16:10:09 +00:00
postgres.h Tighten short-circuit tests for deciding whether we need to invoke 2004-01-16 20:51:30 +00:00
postgres_ext.h Revise syntax-error reporting behavior to give pleasant results for 2004-03-21 22:29:11 +00:00
postgres_fe.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
rusagestub.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00