postgresql/src/backend
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
..
access 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. 1999-06-06 20:19:35 +00:00
bootstrap pgindent run over code. 1999-05-25 16:15:34 +00:00
catalog Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
commands 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. 1999-06-06 20:19:35 +00:00
executor I used bad style of comments and ... commented out some code in 1999-06-06 15:14:40 +00:00
lib Ooops ... dllist.c can't use Assert() when it is compiled into 1999-06-03 01:28:24 +00:00
libpq Add configurable option controlling security checks in LO functions. 1999-06-04 21:13:38 +00:00
main Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodes equal() needs a case for Aggref nodes, as shown by: 1999-06-06 17:46:40 +00:00
optimizer Fix problems with grouping/aggregation in queries that use 1999-06-06 17:38:11 +00:00
parser Instead of failing when the constructed name for a sequence, 1999-06-05 20:22:30 +00:00
port pgindent run over code. 1999-05-25 16:15:34 +00:00
postmaster Add startup-time check that -B is not unreasonably small for 1999-06-04 21:14:46 +00:00
regex pgindent run over code. 1999-05-25 16:15:34 +00:00
rewrite Make functions static or NOT_USED as appropriate. 1999-05-26 12:57:23 +00:00
storage 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. 1999-06-06 20:19:35 +00:00
tcop 1. Run all pg_dump queries in single serializable transaction. 1999-05-29 10:25:33 +00:00
tioga Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
utils trace.patch (compilation error) 1999-06-05 04:18:09 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00