aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patchTom Lane2008-09-08
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-04
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane2008-07-23
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-08
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-04
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-30
* Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane2008-06-29
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Fix 64-bit problem in recent patch.Tom Lane2008-06-15
* Improve the various elog messages in tuptoaster.c to report which TOAST tableTom Lane2008-06-13
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-11
* Fix breakage caused by conflicting patches, as evidenced by the buildfarm.Alvaro Herrera2008-06-08
* 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