index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xact.c
Commit message (
Expand
)
Author
Age
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
*
Implement reindex command
Hiroshi Inoue
2000-02-18
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
*
Add:
Bruce Momjian
2000-01-26
*
Improve cache invalidation handling. Eespecially
Hiroshi Inoue
2000-01-10
*
Fix it's and its to be correct.
Bruce Momjian
2000-01-05
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
*
This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.
Jan Wieck
1999-09-29
*
Make tree compilable (+WAL).
Vadim B. Mikheev
1999-09-28
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
*
Changes made by Hiroshi Inoue and approved by Vadim.
Tatsuo Ishii
1999-09-16
*
Repair incorrect cleanup of heap memory allocation during
Tom Lane
1999-09-09
*
IsTransactionBlock() should return true in TBLOCK_ABORT state.
Tom Lane
1999-09-05
*
Invalidate temp entries for aborted transactions.
Bruce Momjian
1999-09-04
*
Modify RelationFlushRelation so that if the relcache entry
Tom Lane
1999-09-04
*
Fix nbtree's failure to clear BTScans list during xact abort.
Tom Lane
1999-08-08
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Avoid disk writes for read-only transactions.
Vadim B. Mikheev
1999-06-29
*
1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")
Vadim B. Mikheev
1999-06-10
*
1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
Vadim B. Mikheev
1999-06-06
*
1. Additional fix against ERROR: Child itemid marked as unused
Vadim B. Mikheev
1999-06-03
*
1. MyProc->xid assignment is moved to GetNewTransactionId so newer
Vadim B. Mikheev
1999-06-03
*
Clean up memory leaks in LO operations by freeing LO's private
Tom Lane
1999-05-31
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Release allocated memory during AtAbort_Memory.
Tom Lane
1999-05-13
*
Add 'temporary file' facility to fd.c, and arrange for temp
Tom Lane
1999-05-09
*
1. Vacuum is updated for MVCC.
Vadim B. Mikheev
1999-03-28
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
*
READ COMMITTED isolevel is implemented and is default now.
Vadim B. Mikheev
1999-01-29
*
SET TRANSACTION ISOLATION LEVEL ...
Vadim B. Mikheev
1998-12-18
*
Serialized mode works!
Vadim B. Mikheev
1998-12-16
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
*
Substantial rewrite of async.c to avoid problems with non-reentrant stdio
Tom Lane
1998-10-06
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
Theses buffer leaks are caused by indexes that are kept open between
Bruce Momjian
1998-07-21
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Good Bye, Time Travel!
Vadim B. Mikheev
1997-11-02
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Fix very old bug which made tuples changed/inserted by a commnd
Vadim B. Mikheev
1997-08-29
[next]