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