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