index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
1
-1
/
+0
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
1
-9
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-4
/
+4
*
Fix typos in comment.
Heikki Linnakangas
2014-04-23
1
-2
/
+2
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
1
-1
/
+1
*
Remove unnecessary relcache flushes after changing btree metapages.
Tom Lane
2014-02-05
1
-8
/
+0
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
1
-28
/
+41
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
1
-1
/
+1
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
1
-1
/
+1
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
1
-1
/
+2
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
1
-2
/
+2
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
1
-0
/
+8
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-2
/
+2
*
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
1
-5
/
+6
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
1
-0
/
+11
*
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
1
-1
/
+4
*
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-16
1
-49
/
+100
*
Add comment on why pulling data from a "name" index column can't crash.
Tom Lane
2011-10-11
1
-0
/
+10
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
1
-92
/
+28
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
1
-0
/
+92
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-4
/
+0
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
1
-1
/
+0
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-1
/
+2
*
Fix bugs in Serializable Snapshot Isolation.
Heikki Linnakangas
2011-03-01
1
-1
/
+0
*
Un-break building with BTREE_BUILD_STATS.
Tom Lane
2011-02-18
1
-0
/
+1
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
1
-0
/
+2
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Support unlogged tables.
Robert Haas
2010-12-29
1
-0
/
+31
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
1
-19
/
+20
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-28
1
-3
/
+3
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-26
/
+28
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
1
-42
/
+7
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
1
-3
/
+63
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
1
-4
/
+5
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-5
/
+4
*
Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane
Tom Lane
2009-06-06
1
-4
/
+6
*
Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the
Tom Lane
2009-05-05
1
-4
/
+1
*
Implement "fastupdate" support for GIN indexes, in which we try to accumulate
Tom Lane
2009-03-24
1
-1
/
+5
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Rethink the way FSM truncation works. Instead of WAL-logging FSM
Heikki Linnakangas
2008-11-19
1
-5
/
+2
*
Prevent synchronous scan during GIN index build, because GIN is optimized
Tom Lane
2008-11-13
1
-2
/
+2
*
Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer
Heikki Linnakangas
2008-10-31
1
-2
/
+3
*
Index FSMs needs to be vacuumed as well. Report by Jeff Davis.
Heikki Linnakangas
2008-10-06
1
-1
/
+4
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
1
-55
/
+25
[next]