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
/
nbtree
Commit message (
Expand
)
Author
Age
*
Runtime btree recovery is now ON by default.
Vadim B. Mikheev
2001-02-07
*
Runtime tree recovery is implemented, just testing is left -:)
Vadim B. Mikheev
2001-02-02
*
Couple additional functions to fix tree at runtime.
Vadim B. Mikheev
2001-01-31
*
Call _bt_fixroot() from _bt_insertonpg.
Vadim B. Mikheev
2001-01-29
*
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-29
*
First step in attempt to fix tree at runtime: create upper levels
Vadim B. Mikheev
2001-01-26
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.
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
*
MUST update (in-memory) data page BEFORE XLogInsert to log
Vadim B. Mikheev
2000-12-29
*
nbtree_xlog_newroot: set meta flag in meta page opaque.
Vadim B. Mikheev
2000-12-29
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
*
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-03
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
Rearrange bufmgr header files so that buf_internals.h need not be
Tom Lane
2000-11-30
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-16
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.
Vadim B. Mikheev
2000-11-01
*
WAL fixes.
Vadim B. Mikheev
2000-10-29
*
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
*
Suppress gcc warnings.
Tom Lane
2000-10-05
*
Btree WAL logging.
Vadim B. Mikheev
2000-10-04
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
*
Tweak btree insertion to avoid O(N^2) slowdown with large numbers of
Tom Lane
2000-08-25
*
CREATE btree INDEX takes dead tuples into account when old transactions
Hiroshi Inoue
2000-08-10
*
Add commentary about varying usage of scankeys in btree code.
Tom Lane
2000-07-25
*
Clean up and document btree code for ordering keys. Neat stuff,
Tom Lane
2000-07-25
*
Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded
Tom Lane
2000-07-21
*
Fix sloppiness about alignment requirements in findsplitloc() space
Tom Lane
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
*
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-07-12
*
Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc
Tom Lane
2000-06-19
*
Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
Tom Lane
2000-06-17
*
Final #include cleanup.
Bruce Momjian
2000-06-15
*
Clean up #include's.
Bruce Momjian
2000-06-15
*
I had overlooked the fact that some fmgr-callable functions return void
Tom Lane
2000-06-14
*
Another batch of fmgr updates. I think I have gotten all old-style
Tom Lane
2000-06-13
*
Another round of updates for new fmgr, mostly in the datetime code.
Tom Lane
2000-06-09
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Latest round of fmgr updates. All functions with bool,char, or int2
Tom Lane
2000-06-05
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
[next]