aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian2010-04-26
* Patch revoked because of objections.Simon Riggs2010-04-24
* Fix various instances of "the the".Robert Haas2010-04-23
* Add missing optimizer hooks for function cost and number of rows.Simon Riggs2010-04-23
* Previous patch revoked following objections.Simon Riggs2010-04-23
* Make CheckRequiredParameterValues() depend upon correct combinationSimon Riggs2010-04-23
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-21
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-20
* Rename standby_keep_segments to wal_keep_segments.Robert Haas2010-04-20
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-19
* Add an 'enable_material' GUC.Robert Haas2010-04-19
* Remove some additional changes in previous commit that belong elsewhere.Simon Riggs2010-04-18
* Tune GetSnapshotData() during Hot Standby by avoiding loopSimon Riggs2010-04-18
* Allow Hot Standby to begin from a shutdown checkpoint.Heikki Linnakangas2010-04-13
* Update the location of last removed WAL segment in shared memory onlyHeikki Linnakangas2010-04-12
* Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas2010-04-12
* Fix updateAclDependencies() to not assume that ACL role dependencies can onlyTom Lane2010-04-05
* Update a number of broken links in comments.Magnus Hagander2010-04-02
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-01
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-30
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-28
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-28
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-25
* Further corrections of mismatching struct and btree SizeOf macros.Simon Riggs2010-03-20
* Fix oversight in btpo.xact patch; it was in fact installing garbageTom Lane2010-03-19
* Update XLOG_PAGE_MAGIC to recognise WAL format changes.Simon Riggs2010-03-19
* Adjust comment in .history file to match recovery target specified. CommentSimon Riggs2010-03-19
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-19
* Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane2010-03-17
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-13
* Update comment for pg_constraint.conindid to mention that it's used forTom Lane2010-03-11
* Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane2010-03-03
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-23
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Revert version stamping in wrong branchPeter Eisentraut2010-02-19
* Version stamp 9.0alpha4Peter Eisentraut2010-02-19
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-19
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Add query text to auto_explain output.Andrew Dunstan2010-02-16
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-16
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-15
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND isTom Lane2010-02-13
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-13
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-13
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12