aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-18
* Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.Tom Lane2009-09-15
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-13
* On Windows, when a file is deleted and another process still has an openHeikki Linnakangas2009-09-10
* Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane2009-09-01
* Actually, we need to bump the format identifier on twophase filesTom Lane2009-09-01
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-31
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-27
* In the checkpoint written at the end of archive recovery, the WAL page headerHeikki Linnakangas2009-08-27
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-24
* Department of marginal improvements: teach tupconvert.c to avoid doing aTom Lane2009-08-17
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Document that LocalSetXLogInsertAllowed can be re-executed.Tom Lane2009-08-08
* rm_cleanup functions need to be allowed to write WAL entries. This oversightTom Lane2009-08-07
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-06
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-02
* Department of second thoughts: let's show the exact key during unique indexTom Lane2009-08-01
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-01
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Tweak TOAST code so that columns marked with MAIN storage strategy areTom Lane2009-07-22
* Make backend header files C++ safePeter Eisentraut2009-07-16
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* The code to unlink dropped relations in FinishPreparedTransaction() wasHeikki Linnakangas2009-06-25
* Correct grammar in picksplit debug messagesPeter Eisentraut2009-06-24
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut2009-06-10
* Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScanTom Lane2009-06-10
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane2009-06-06
* Only recycle normal files in pg_xlog as WAL segments. pg_standby createsHeikki Linnakangas2009-06-02
* When archiving is enabled, rotate the last WAL segment at shutdown so thatHeikki Linnakangas2009-05-28
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-24
* Fix bug #4814 (wrong subscript in consistent-function call), and add someTom Lane2009-05-19
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Include recovery_end_command in recovery.conf.sample.Tom Lane2009-05-14
* Improve a couple of comments.Tom Lane2009-05-14
* Add recovery_end_command option to recovery.conf. recovery_end_commandHeikki Linnakangas2009-05-14