aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* If primary_conninfo is not set, don't try to establish streamingHeikki Linnakangas2010-02-12
* Check for partial WAL files in standby mode. If restore_command restoresHeikki Linnakangas2010-02-12
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-11
* Now that streaming replication switches between streaming mode andHeikki Linnakangas2010-02-10
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas2010-02-09
* Remove piece of code to zero out minRecoveryPoint when starting crashHeikki Linnakangas2010-02-08
* Remove some more dead VACUUM-FULL-only code.Tom Lane2010-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
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-04
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-03
* 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
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-29
* Fix crashing bug at the end of recovery in Streaming Replication, whenHeikki Linnakangas2010-01-28
* Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers.Heikki Linnakangas2010-01-27
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-27
* Fix longstanding gripe that we check for 0000000001.history at start ofSimon Riggs2010-01-26
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-24
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* 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
* Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev2010-01-18
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-10
* During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs2010-01-09
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas2010-01-04
* Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btreeTom Lane2010-01-03
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* Reset minRecoveryPoint at checkpoints, so that we don't uselessly updateHeikki Linnakangas2009-12-30
* Fix wrong WAL info value generated when gistContinueInsert() performs anTom Lane2009-12-24
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev2009-11-13
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-01
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-01
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-13
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-08
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-02