postgresql/src/backend/commands
Vadim B. Mikheev 1b812d9358 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
2. varsup.c:ReadNewTransactionId(): don't read nextXid from disk -
   this func doesn't allocate next xid, so ShmemVariableCache->nextXid
   may be used (but GetNewTransactionId() must be called first).
3. vacuum.c: change elog(ERROR, "Child item....") to elog(NOTICE) -
   this is not ERROR, proper handling is just not implemented, yet.
4. s_lock.c: increase S_MAX_BUSY by 2 times.
5. shmem.c:GetSnapshotData(): have to call ReadNewTransactionId()
   _after_ SpinAcquire(ShmemIndexLock).
1999-06-06 20:19:35 +00:00
..
_deadcode Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
async.c pgindent run over code. 1999-05-25 16:15:34 +00:00
cluster.c pgindent run over code. 1999-05-25 16:15:34 +00:00
command.c Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
copy.c 1. Run all pg_dump queries in single serializable transaction. 1999-05-29 10:25:33 +00:00
creatinh.c pgindent run over code. 1999-05-25 16:15:34 +00:00
dbcommands.c pgindent run over code. 1999-05-25 16:15:34 +00:00
define.c pgindent run over code. 1999-05-25 16:15:34 +00:00
explain.c pgindent run over code. 1999-05-25 16:15:34 +00:00
indexcmds.c pgindent run over code. 1999-05-25 16:15:34 +00:00
Makefile Remove recipe.o from Makefile ... dead code not quite dead enough, 1999-02-27 21:42:33 +00:00
proclang.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
remove.c pgindent run over code. 1999-05-25 16:15:34 +00:00
rename.c pgindent run over code. 1999-05-25 16:15:34 +00:00
sequence.c pgindent run over code. 1999-05-25 16:15:34 +00:00
trigger.c pgindent run over code. 1999-05-25 16:15:34 +00:00
user.c pgindent run over code. 1999-05-25 16:15:34 +00:00
vacuum.c 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. 1999-06-06 20:19:35 +00:00
variable.c pgindent run over code. 1999-05-25 16:15:34 +00:00
view.c pgindent run over code. 1999-05-25 16:15:34 +00:00