postgresql/src/backend
Tom Lane 0ecb4ea773 Volatile-qualify the ProcArray PGPROC pointer in a bunch of routines
that examine fields that could change under them.  This is just to make
really sure that when we are fetching a value 'only once', that's what
actually happens.  Possibly this is a bug that should be back-patched,
but in the absence of solid evidence that it's needed, I won't bother.
2007-09-05 21:11:19 +00:00
..
access Quick hack to make the VXID of a prepared transaction be -1/XID, 2007-09-05 20:53:17 +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 Implement lazy XID allocation: transactions that do not modify any database 2007-09-05 18:10:48 +00:00
commands Implement lazy XID allocation: transactions that do not modify any database 2007-09-05 18:10:48 +00:00
executor Extend whole-row Var evaluation to cope with the case that the sub-plan 2007-08-31 18:33:40 +00:00
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 2007-08-12 20:18:06 +00:00
libpq Silence compiler warning on mingw 2007-07-24 11:16:36 +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 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
optimizer Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
parser Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 2007-07-02 20:11:55 +00:00
postmaster Suppress uninitialized-variable warning. 2007-08-21 01:47:19 +00:00
regex Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
rewrite Fix a couple of misbehaviors rooted in the fact that the default creation 2007-08-27 03:36:08 +00:00
snowball Improve stylistic consistency of descriptions of built-in objects by avoiding 2007-09-03 02:30:45 +00:00
storage Volatile-qualify the ProcArray PGPROC pointer in a bunch of routines 2007-09-05 21:11:19 +00:00
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
tsearch Restrict tsearch config file base names to contain a-z, 0-9, and underscore, 2007-09-04 02:16:56 +00:00
utils Implement lazy XID allocation: transactions that do not modify any database 2007-09-05 18:10:48 +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