index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Commit message (
Expand
)
Author
Age
*
Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur
Tom Lane
2001-02-26
*
More comment improvements.
Bruce Momjian
2001-02-22
*
Clean up index/btree comments/macros, as approved.
Bruce Momjian
2001-02-22
*
Comment improvements.
Bruce Momjian
2001-02-21
*
Although we can't support out-of-line TOAST storage in indexes (yet),
Tom Lane
2001-02-15
*
Macro for btree runtime fix.
Vadim B. Mikheev
2001-02-07
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
*
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-30
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
*
Fix portability problems recently exposed by regression tests on Alphas.
Tom Lane
2000-12-27
*
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-18
*
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-03
*
Make tuple receive/print routines TOAST-aware. Formerly, printtup would
Tom Lane
2000-12-01
*
Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
Tom Lane
2000-11-30
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
XLOG stuff for sequences.
Vadim B. Mikheev
2000-11-30
*
Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
Tom Lane
2000-11-25
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
Minor cleanup of tableOid-related coding.
Tom Lane
2000-11-14
*
Clean up comments.
Tom Lane
2000-11-14
*
New CHECKPOINT command.
Vadim B. Mikheev
2000-11-05
*
pg_variable is not used in WAL version now.
Vadim B. Mikheev
2000-11-03
*
Fix insufficiently-parenthesized macro definitions.
Tom Lane
2000-11-02
*
WAL
Vadim B. Mikheev
2000-10-28
*
WAL utils defs
Vadim B. Mikheev
2000-10-25
*
Create empty file so that CVS sources compile (Vadim can fill in real
Tom Lane
2000-10-24
*
WAL misc
Vadim B. Mikheev
2000-10-24
*
WAL
Vadim B. Mikheev
2000-10-21
*
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-20
*
WAL
Vadim B. Mikheev
2000-10-13
*
WAL
Vadim B. Mikheev
2000-10-13
*
Btree WAL logging.
Vadim B. Mikheev
2000-10-04
*
Btree WAL records.
Vadim B. Mikheev
2000-09-12
*
Heap redo/undo (except for tuple moving used by vacuum).
Vadim B. Mikheev
2000-09-07
*
CREATE btree INDEX takes dead tuples into account when old transactions
Hiroshi Inoue
2000-08-10
*
TOAST mop-up work: update comments for tuple-size-related symbols such
Tom Lane
2000-08-07
*
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-04
*
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-08-03
*
Fix sloppy macro coding (not enough parentheses).
Tom Lane
2000-07-28
*
Clean up and document btree code for ordering keys. Neat stuff,
Tom Lane
2000-07-25
*
2nd try for the index tuple toast hack. This time as suggested
Jan Wieck
2000-07-22
*
Temporary fix to make TOAST vacuum-safe. All values are forced to be
Jan Wieck
2000-07-21
*
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-21
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
*
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-04
*
misc
Vadim B. Mikheev
2000-07-04
*
tuptoaster.h should surely not #include postgres.h.
Tom Lane
2000-07-04
[next]