summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* 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
* Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane2009-09-011-2/+2
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-4/+3
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-311-4/+5
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-242-6/+7
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-061-0/+44
* Department of second thoughts: let's show the exact key during unique indexTom Lane2009-08-011-3/+3
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-012-2/+6
* Support deferrable uniqueness constraints.Tom Lane2009-07-292-5/+33
* Tweak TOAST code so that columns marked with MAIN storage strategy areTom Lane2009-07-221-14/+25
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-261-8/+9
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-251-1/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-1113-152/+155
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-061-4/+10
* Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane2009-06-061-2/+3
* GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane2009-06-051-7/+7
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-241-2/+3
* Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane2009-05-121-2/+1
* 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so functionBruce Momjian2009-05-081-2/+2
* Disallow setting fillfactor for TOAST tables.Alvaro Herrera2009-04-041-14/+14
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-251-1/+3
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-241-6/+11