postgresql/src/backend
Alvaro Herrera 745c1b2c2a Rearrange vacuum-related bits in PGPROC as a bitmask, to better support
having several of them.  Add two more flags: whether the process is
executing an ANALYZE, and whether a vacuum is for Xid wraparound (which
is obviously only set by autovacuum).

Sneakily move the worker's recently-acquired PostAuthDelay to a more useful
place.
2007-10-24 20:55:36 +00:00
..
access Rearrange vacuum-related bits in PGPROC as a bitmask, to better support 2007-10-24 20:55:36 +00:00
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
catalog Adjust ts_debug's output as per my proposal of yesterday: show the 2007-10-22 20:13:37 +00:00
commands Rearrange vacuum-related bits in PGPROC as a bitmask, to better support 2007-10-24 20:55:36 +00:00
executor Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- 2007-10-24 18:37:09 +00:00
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 2007-08-12 20:18:06 +00:00
libpq Fix GSS API pointer checking. 2007-09-14 15:58:02 +00:00
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
optimizer Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code 2007-10-24 20:54:27 +00:00
parser Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't 2007-09-27 17:42:03 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of 2007-10-23 17:58:01 +00:00
postmaster Rearrange vacuum-related bits in PGPROC as a bitmask, to better support 2007-10-24 20:55:36 +00:00
regex Add a useless return statement to suppress a warning seen with some 2007-10-22 01:02:22 +00:00
rewrite Make eval_const_expressions() preserve typmod when simplifying something like 2007-09-06 17:31:58 +00:00
snowball Rename and slightly redefine the default text search parser's "word" 2007-10-23 20:46:12 +00:00
storage Rearrange vacuum-related bits in PGPROC as a bitmask, to better support 2007-10-24 20:55:36 +00:00
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
tsearch Rename and slightly redefine the default text search parser's "word" 2007-10-23 20:46:12 +00:00
utils Set read_only = TRUE while evaluating input queries for ts_rewrite() 2007-10-24 03:30:03 +00:00
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00