summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* No need for extra code to log freezing zero tuples. Callers already check thatAlvaro Herrera2008-10-271-11/+5
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-221-19/+27
* These functions no longer return a value, per complaint from gothic_moth viaAlvaro Herrera2008-10-201-6/+6
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-205-203/+272
* Remove support of backward scan in GiST. Per discussionTeodor Sigaev2008-10-201-25/+15
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-204-230/+18
* Remove useless mark/restore support in hash index AM, per discussion.Tom Lane2008-10-171-52/+8
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-172-3/+16
* Fix small query-lifespan memory leak introduced by 8.4 change in index AM APITom Lane2008-10-101-4/+12
* Modify the parser's error reporting to include a specific hint for the caseTom Lane2008-10-081-1/+71
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-063-3/+12
* Update README.HOT to reflect new snapshot tracking and xmin advancementBruce Momjian2008-10-021-21/+20
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-3013-126/+78
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-43/+2
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-156-72/+223
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-112-2/+7
* Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patchTom Lane2008-09-081-22/+70
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-042-9/+3
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-232-90/+114
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-118-82/+126
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-014-5/+28
* Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane2008-07-231-3/+13
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-138-64/+61
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-118-139/+251
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-081-4/+4
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-041-1/+2
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-301-15/+9
* Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane2008-06-291-13/+5
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-1927-34/+59
* Fix 64-bit problem in recent patch.Tom Lane2008-06-151-2/+2
* Improve the various elog messages in tuptoaster.c to report which TOAST tableTom Lane2008-06-131-25/+37
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-1210-356/+173
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-111-3/+5
* Fix breakage caused by conflicting patches, as evidenced by the buildfarm.Alvaro Herrera2008-06-081-1/+2
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-1/+42
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-087-11/+15
* Set hidden field for guc enum missed in previous commit.Magnus Hagander2008-05-281-7/+7
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-271-10/+1
* Remove arbitrary 10MB limit on two-phase state file size. It's not that hardHeikki Linnakangas2008-05-191-3/+15
* Fix a subtle bug exposed by recent wal_sync_method rearrangements.Tom Lane2008-05-171-3/+1
* Reduce unnecessary PANIC to ERROR, improve a couple of comments.Tom Lane2008-05-161-15/+11
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-163-23/+385
* Persuade GIN to react to control-C in a reasonable amount of timeTom Lane2008-05-161-1/+10
* Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNCMagnus Hagander2008-05-141-31/+32
* Don't try to close negative file descriptors, since this can causeMagnus Hagander2008-05-131-3/+6
* This is the patch replace offnum++ by OffsetNumberNext, to beBruce Momjian2008-05-131-2/+2
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-9/+10
* Fix breakage by the wal_sync_method patch in installations that useMagnus Hagander2008-05-121-1/+2
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-127-14/+7
* Report which WAL sync method we are trying to change *to* when it fails,Magnus Hagander2008-05-121-2/+2