aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Fix up btree's initial scankey processing to be able to detect redundantTom Lane2006-12-28
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-08
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-06
* Minor adjustments to make failures in startup/shutdown behave more cleanly.Tom Lane2006-11-30
* Fix bug with page deletion. If inner page is removed and it tries toTeodor Sigaev2006-11-30
* Add a comment noting that heap_copytuple_with_tuple() results in aNeil Conway2006-11-23
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-23
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-21
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-19
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-17
* String fixPeter Eisentraut2006-11-16
* Fix some typos in comments.Neil Conway2006-11-12
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-11
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-10
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-08
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-01
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-18
* Message style improvementsPeter Eisentraut2006-10-06
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-05
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera2006-09-26
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Improve error message. Per discussionTeodor Sigaev2006-09-14
* Remove unnecessary brace pair.Bruce Momjian2006-09-10
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-10
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-05
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty tableTeodor Sigaev2006-08-29
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-24
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-21
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-06
* Add missing pgstat_count_index_scan(), per Andreas Seltenreich.Tom Lane2006-08-03
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-25
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-20
* Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane2006-07-16