postgresql/src/include
Tom Lane 0fc4ecf935 Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack
in favor of looking at the flat file copy of pg_database during backend
startup.  This should finally eliminate the various corner cases in which
backend startup fails unexpectedly because it isn't able to distinguish
live and dead tuples in pg_database.  Simplify locking on pg_database
to be similar to the rules used with pg_shadow and pg_group, and eliminate
FlushRelationBuffers operations that were used only to reduce the odds
of failure of GetRawDatabaseInfo.
initdb forced due to addition of a trigger to pg_database.
2005-02-26 18:43:34 +00:00
..
access Remove some no-longer-needed kluges for bootstrapping, in particular 2005-02-20 21:46:50 +00:00
bootstrap Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catalog Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 2005-02-26 18:43:34 +00:00
commands Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
executor Improve planner's estimation of the space needed for HashAgg plans: 2005-01-28 19:34:28 +00:00
lib Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
libpq Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 2005-02-26 18:43:34 +00:00
mb Back out addition of Win1252 encoding. 2004-12-04 18:19:33 +00:00
nodes Trivial fix: change the reference to further documentation of pathkeys to 2005-02-21 06:43:04 +00:00
optimizer Improve planner's estimation of the space needed for HashAgg plans: 2005-01-28 19:34:28 +00:00
parser Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
port Rearrange include file contents into a saner order, add inclusion of 2004-12-26 19:20:33 +00:00
postmaster Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
storage Ensure that all details of the ARC algorithm are hidden within freelist.c. 2005-02-03 23:29:19 +00:00
tcop Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
utils In accordance to 2005-02-25 16:13:29 +00:00
c.h Use _() macro consistently rather than gettext(). Add translation 2005-02-22 04:43:23 +00:00
fmgr.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
funcapi.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
getaddrinfo.h Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +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 Don't list port twice in SUBDIRS. Caught by Honda Shigehiro. 2005-01-06 21:00:24 +00:00
miscadmin.h Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 2005-02-26 18:43:34 +00:00
pg_config.h.in Add code to find_my_exec() to resolve a symbolic link down to the 2004-11-06 23:06:29 +00:00
pg_config.h.win32 Win32 8.1 stamp. 2005-01-18 14:39:46 +00:00
pg_config_manual.h Minor cleanup. 2004-09-10 14:27:37 +00:00
pgstat.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
pgtime.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
port.h Make the various places that determine the user's "home directory" 2005-01-06 01:00:12 +00:00
postgres.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
postgres_ext.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postgres_fe.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
rusagestub.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00