index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtree.c
Age
Commit message (
Expand
)
Author
2002-10-20
Fix potential problem with btbulkdelete deleting an indexscan's current
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-05-24
Mark index entries "killed" when they are no longer visible to any
Tom Lane
2002-05-20
Restructure indexscan API (index_beginscan, index_getnext) per
Tom Lane
2002-03-02
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-01-06
Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments
Tom Lane
2001-11-23
Fix boundary condition in btbulkdelete: don't examine high key in case
Tom Lane
2001-11-10
Clean up usage-statistics display code (ShowUsage and friends). StatFp
Tom Lane
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-07-15
Restructure index AM interface for index building and index tuple deletion,
Tom Lane
2001-05-18
Small code cleanups,formatting.
Bruce Momjian
2001-05-07
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-07
Runtime btree recovery is now ON by default.
Vadim B. Mikheev
2001-01-29
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-26
First step in attempt to fix tree at runtime: create upper levels
Vadim B. Mikheev
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-12-29
nbtree_xlog_newroot: set meta flag in meta page opaque.
Vadim B. Mikheev
2000-12-28
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-11-30
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-21
Put external declarations into header files.
Peter Eisentraut
2000-11-08
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-01
Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.
Vadim B. Mikheev
2000-10-29
WAL fixes.
Vadim B. Mikheev
2000-10-21
WAL
Vadim B. Mikheev
2000-10-20
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-13
WAL
Vadim B. Mikheev
2000-10-13
WAL
Vadim B. Mikheev
2000-08-10
CREATE btree INDEX takes dead tuples into account when old transactions
Hiroshi Inoue
2000-07-21
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-14
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-12
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-06-17
Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
Tom Lane
2000-06-15
Final #include cleanup.
Bruce Momjian
2000-06-14
I had overlooked the fact that some fmgr-callable functions return void
Tom Lane
2000-06-13
Another batch of fmgr updates. I think I have gotten all old-style
Tom Lane
2000-05-31
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-02-18
Implement reindex command
Hiroshi Inoue
2000-01-26
Add:
Bruce Momjian
2000-01-19
Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result
Tom Lane
1999-12-10
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-01
Mention index name when reporting corruption.
Bruce Momjian
1999-11-14
Add index recreation suggestion to end of world error message.
Bruce Momjian
1999-10-17
Final stage of psort reconstruction work: replace psort.c with
Tom Lane
1999-09-18
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
[next]