aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-17
* Improve GIN indexscan cost estimation.Tom Lane2010-10-17
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-15
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-01
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs2010-07-29
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane2010-06-17
* Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas2010-06-10
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-29
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-21
* Rename standby_keep_segments to wal_keep_segments.Robert Haas2010-04-20
* 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
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-01
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-28
* 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
* pgindent run for 9.0Bruce Momjian2010-02-26
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-19
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-13
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-13
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-11
* Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binaryBruce Momjian2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-01
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-29
* Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas2010-01-28
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-20
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-10
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05