aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-08
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* Set hidden field for guc enum missed in previous commit.Magnus Hagander2008-05-28
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-27
* Remove arbitrary 10MB limit on two-phase state file size. It's not that hardHeikki Linnakangas2008-05-19
* Fix a subtle bug exposed by recent wal_sync_method rearrangements.Tom Lane2008-05-17
* Reduce unnecessary PANIC to ERROR, improve a couple of comments.Tom Lane2008-05-16
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Persuade GIN to react to control-C in a reasonable amount of timeTom Lane2008-05-16
* Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNCMagnus Hagander2008-05-14
* Don't try to close negative file descriptors, since this can causeMagnus Hagander2008-05-13
* This is the patch replace offnum++ by OffsetNumberNext, to beBruce Momjian2008-05-13
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Fix breakage by the wal_sync_method patch in installations that useMagnus Hagander2008-05-12
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Report which WAL sync method we are trying to change *to* when it fails,Magnus Hagander2008-05-12
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Fix Assert introduced in previous patch.Heikki Linnakangas2008-05-09
* Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas2008-05-09
* Update error messages, per notes from Tom.Magnus Hagander2008-04-24
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-23
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-22
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-17
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-12
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-06
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-05
* Remove heap_release_fetch, which is no longer used anywhere; this simplifiesTom Lane2008-04-03
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* More README src cleanups.Bruce Momjian2008-03-21
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane2008-03-17
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-16
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-15
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-13
* Make TransactionIdIsInProgress check transam.c's single-item XID status cacheTom Lane2008-03-11
* Remove no-longer-used XLogCacheByte field of XLogCtl.Tom Lane2008-03-10
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-08
* This patch addresses some issues in TOAST compression strategy thatTom Lane2008-03-07
* Change hashscan.c to keep its list of active hash index scans inTom Lane2008-03-07