summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-011-2/+11
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-011-3/+3
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-311-1/+3
* Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs2010-07-291-2/+2
* pgindent run for 9.0, second runBruce Momjian2010-07-061-5/+6
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-031-9/+12
* Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane2010-06-171-2/+2
* Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas2010-06-101-5/+1
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-291-4/+5
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-282-15/+16
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-211-2/+2
* Rename standby_keep_segments to wal_keep_segments.Robert Haas2010-04-201-2/+2
* Remove some additional changes in previous commit that belong elsewhere.Simon Riggs2010-04-181-2/+1
* Tune GetSnapshotData() during Hot Standby by avoiding loopSimon Riggs2010-04-181-1/+2
* Allow Hot Standby to begin from a shutdown checkpoint.Heikki Linnakangas2010-04-131-1/+2
* Update the location of last removed WAL segment in shared memory onlyHeikki Linnakangas2010-04-121-1/+4
* Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas2010-04-121-1/+3
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-011-3/+3
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-282-14/+15
* Further corrections of mismatching struct and btree SizeOf macros.Simon Riggs2010-03-201-3/+1
* Fix oversight in btpo.xact patch; it was in fact installing garbageTom Lane2010-03-191-2/+2
* Update XLOG_PAGE_MAGIC to recognise WAL format changes.Simon Riggs2010-03-191-2/+2
* Adjust comment in .history file to match recovery target specified. CommentSimon Riggs2010-03-191-1/+12
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-191-2/+3
* pgindent run for 9.0Bruce Momjian2010-02-2614-68/+74
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-191-9/+6
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-162-8/+26
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-131-2/+4
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-131-1/+14
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-111-19/+8
* Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binaryBruce Momjian2010-02-081-3/+5
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-086-45/+25
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-1/+2
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-011-2/+1
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-291-1/+2
* Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas2010-01-281-2/+4
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-221-2/+4
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-201-1/+2
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-161-2/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-153-3/+59
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-102-11/+11
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-3/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-0237-74/+74
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-011-11/+14
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-6/+8
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-1912-25/+165
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-233-4/+16
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-011-2/+5
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-011-1/+3
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-021-5/+6