aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs2011-11-02
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-02
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs2011-11-01
* Improve make_greater_string() with encoding-specific incrementers.Robert Haas2011-10-29
* Allow hint bits to be set sooner for temporary and unlogged tables.Robert Haas2011-10-28
* Demote some sanity checks in BufferIsValid() to assertions.Robert Haas2011-10-28
* Improve planner's ability to recognize cases where an IN's RHS is unique.Tom Lane2011-10-26
* Don't trust deferred-unique indexes for join removal.Tom Lane2011-10-23
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Code review for pgstat_get_crashed_backend_activity patch.Tom Lane2011-10-21
* Try to log current the query string when a backend crashes.Robert Haas2011-10-21
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.Tom Lane2011-10-18
* 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
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian2011-10-13
* Modify RelationGetBufferForTuple() to use a typedef, rather than aBruce Momjian2011-10-12
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Revert accidental change to pg_config_manual.h.Robert Haas2011-10-09
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-09
* Fix typo.Heikki Linnakangas2011-10-08
* Try to fix memory barriers on x86_64.Robert Haas2011-10-07
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-04
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-04
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-04
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* Allow snapshot references to still work during transaction abort.Tom Lane2011-09-26
* Recognize self-contradictory restriction clauses for non-table relations.Tom Lane2011-09-24
* Memory barrier support for PostgreSQL.Robert Haas2011-09-23
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-22
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Split walsender.h in public/private headersAlvaro Herrera2011-09-13
* Invent a new memory context primitive, MemoryContextSetParent.Tom Lane2011-09-11
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add missing format attributesPeter Eisentraut2011-09-10
* Add datatype directory to SUBDIRS.Itagaki Takahiro2011-09-11
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* Fix bug introduced by pgrminclude where the tablespace version name wasBruce Momjian2011-09-07
* Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane2011-09-04
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary and circular #include.Tom Lane2011-09-03
* walsender.h doesn't need xlog.h, per Tom.Bruce Momjian2011-09-03