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
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-06-01
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Don't clear btpo_cycleid during _bt_vacuum_one_page.
Tom Lane
2012-02-21
*
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-24
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Continue to allow VACUUM to mark last block of index dirty
Simon Riggs
2011-11-22
*
Avoid marking buffer dirty when VACUUM has no work to do.
Simon Riggs
2011-11-18
*
Avoid scanning nulls at the beginning of a btree index scan.
Tom Lane
2011-11-02
*
Fix btree stop-at-nulls logic properly.
Tom Lane
2011-11-02
*
Stop btree indexscans upon reaching nulls in either direction.
Tom Lane
2011-10-31
*
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
*
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-16
*
Add comment on why pulling data from a "name" index column can't crash.
Tom Lane
2011-10-11
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-29
*
Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.
Simon Riggs
2011-06-27
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
Respect Hot Standby controls while recycling btree index pages.
Simon Riggs
2011-06-16
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Fix bugs in Serializable Snapshot Isolation.
Heikki Linnakangas
2011-03-01
*
Un-break building with BTREE_BUILD_STATS.
Tom Lane
2011-02-18
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-12-09
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Reduce PANIC to ERROR in some occasionally-reported btree failure cases.
Tom Lane
2010-08-29
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Fix handling of b-tree reuse WAL records when hot standby is disabled,
Heikki Linnakangas
2010-04-30
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
*
Optimise btree delete processing when no active backends.
Simon Riggs
2010-04-22
*
Fix uninitialized local variables. Not sure why gcc doesn't complain about
Tom Lane
2010-04-19
*
Properly initialize local varaible in
Bruce Momjian
2010-03-30
[next]