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
/
nbtinsert.c
Commit message (
Expand
)
Author
Age
*
Tweak btree insertion to avoid O(N^2) slowdown with large numbers of
Tom Lane
2000-08-25
*
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
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
*
Replace inefficient _bt_invokestrat calls with direct calls to the
Tom Lane
2000-02-18
*
Add:
Bruce Momjian
2000-01-26
*
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
2000-01-15
*
It turns out that the item size limit for btree indexes is about BLCKSZ/3,
Tom Lane
1999-12-26
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
*
Re-use free space on index pages with duplicates.
Vadim B. Mikheev
1999-08-09
*
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-19
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
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
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
*
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
*
Get rid of page-level locking in btree-s.
Vadim B. Mikheev
1999-05-25
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for
Vadim B. Mikheev
1999-05-01
*
Fix duplicating ROOT page in concurrent updates.
Vadim B. Mikheev
1999-04-22
*
Unique btree-s:
Vadim B. Mikheev
1999-04-12
*
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
*
READ COMMITTED isolevel is implemented and is default now.
Vadim B. Mikheev
1999-01-29
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-27
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
Thank god for searchable mail archives.
PostgreSQL Daemon
1998-01-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
*
Remove trailing period from an elog message.
Thomas G. Lockhart
1997-12-09
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
*
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
*
More NOT_USEDs
Bruce Momjian
1997-08-20
*
Duplicates handling...
Vadim B. Mikheev
1997-06-10
*
Added check is new item successfuly inserted to a page or not.
Vadim B. Mikheev
1997-06-06
*
If we have to split leaf page in the chain of duplicates
Vadim B. Mikheev
1997-05-31
*
Fix duplicates handling.
Vadim B. Mikheev
1997-05-30
[next]