postgresql/src/include
Tom Lane 033a477e9e Adjust initialization sequence for timezone_abbreviations so that
it's handled just about like timezone; in particular, don't try
to read anything during InitializeGUCOptions.  Should solve current
startup failure on Windows, and avoid wasted cycles if a nondefault
setting is specified in postgresql.conf too.  Possibly we need to
think about a more general solution for handling 'expensive to set'
GUC options.
2006-07-29 03:02:56 +00:00
..
access Modify btree to delete known-dead index entries without an actual VACUUM. 2006-07-25 19:13:00 +00:00
bootstrap Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
catalog SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only 2006-07-28 18:33:04 +00:00
commands Mark a few functions as static or NOT_USED. 2006-07-18 17:42:01 +00:00
executor More include file adjustments. 2006-07-13 18:01:02 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
mb Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +00:00
nodes Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52:07 +00:00
optimizer Convert effective_cache_size to an integer, for better integration with 2006-07-26 11:35:56 +00:00
parser Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52:07 +00:00
port In a Windows backend, don't build src/port/pgsleep.c's version of 2006-07-16 20:17:04 +00:00
postmaster Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite Allow each C include file to compile on its own by including any needed 2006-07-11 13:54:25 +00:00
storage Convert the lock manager to use the new dynahash.c support for partitioned 2006-07-23 23:08:46 +00:00
tcop More include file adjustments. 2006-07-13 18:01:02 +00:00
utils Adjust initialization sequence for timezone_abbreviations so that 2006-07-29 03:02:56 +00:00
c.h DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
fmgr.h Make PG_MODULE_MAGIC required in shared libraries that are loaded into 2006-05-31 20:58:09 +00:00
funcapi.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
getaddrinfo.h WIN32 fixes: 2006-07-06 02:12:32 +00:00
getopt_long.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
miscadmin.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config_manual.h Make the planner estimate costs for nestloop inner indexscans on the basis 2006-06-06 17:59:58 +00:00
pg_config.h.in DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
pg_config.h.win32 WIN32 fixes: 2006-07-06 02:12:32 +00:00
pg_trace.h DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
pgstat.h Remove the separate 'stats buffer' process, letting backend stats messages 2006-06-29 20:00:08 +00:00
pgtime.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
port.h Update WIN32 quoting roles documentation. 2006-07-19 17:01:24 +00:00
postgres_ext.h
postgres_fe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
postgres.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
rusagestub.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
strdup.h