]> granicus.if.org Git - postgresql/history - src/backend/access
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
[postgresql] / src / backend / access /
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-07-23 Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-08 Neil ConwayMinor improvements to the Gin internal documentation.
2008-07-04 Teodor SigaevFix initialization of GinScanEntryData.partialMatch
2008-06-30 Bruce MomjianFix recovery.conf boolean variables to take the same...
2008-06-29 Tom LaneRemove unnecessary coziness of GIN code with datum...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-15 Tom LaneFix 64-bit problem in recent patch.
2008-06-13 Tom LaneImprove the various elog messages in tuptoaster.c to...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-11 Heikki LinnakangasFix bug in the WAL recovery code to finish an incomplet...
2008-06-08 Alvaro HerreraFix breakage caused by conflicting patches, as evidence...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-05-28 Magnus HaganderSet hidden field for guc enum missed in previous commit.
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-19 Heikki LinnakangasRemove arbitrary 10MB limit on two-phase state file...
2008-05-17 Tom LaneFix a subtle bug exposed by recent wal_sync_method...
2008-05-16 Tom LaneReduce unnecessary PANIC to ERROR, improve a couple...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-16 Tom LanePersuade GIN to react to control-C in a reasonable...
2008-05-14 Magnus HaganderRemove the special variable for open_sync_bit used...
2008-05-13 Magnus HaganderDon't try to close negative file descriptors, since...
2008-05-13 Bruce MomjianThis is the patch replace offnum++ by OffsetNumberNext...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Magnus HaganderFix breakage by the wal_sync_method patch in installati...
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12 Magnus HaganderReport which WAL sync method we are trying to change...
2008-05-12 Magnus HaganderConvert wal_sync_method to guc enum.
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-05-09 Heikki LinnakangasFix Assert introduced in previous patch.
2008-05-09 Heikki LinnakangasFix incorrect archive truncation point calculation...
2008-04-24 Magnus HaganderUpdate error messages, per notes from Tom.
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-04-22 Teodor SigaevFix using too many LWLocks bug, reported by Craig Ringer
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-04-05 Bruce MomjianHave pg_stop_backup() wait for all archive files to...
2008-04-03 Tom LaneRemove heap_release_fetch, which is no longer used...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-17 Peter EisentrautEnable probes to work with Mac OS X Leopard and other...
2008-03-17 Tom LaneFix TransactionIdIsCurrentTransactionId() to use binary...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-15 Tom LaneChange hash index creation so that rather than always...
2008-03-13 Tom LaneFix heap_page_prune's problem with failing to send...
2008-03-11 Tom LaneMake TransactionIdIsInProgress check transam.c's single...
2008-03-10 Tom LaneRemove no-longer-used XLogCacheByte field of XLogCtl.
2008-03-08 Tom LaneRefactor heap_page_prune so that instead of changing...
2008-03-07 Tom LaneThis patch addresses some issues in TOAST compression...
2008-03-07 Tom LaneChange hashscan.c to keep its list of active hash index...
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-02-29 Tom LaneReducing the assumed alignment of struct varlena means...
2008-02-23 Tom LaneChange the declaration of struct varlena so that the...
2008-02-19 Peter EisentrautRemove another target I forgot during the refactoring
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-30 Tom LaneAdd a GUC variable "synchronize_seqscans" to allow...
2008-01-21 Peter EisentrautProvide a clearer error message if the pg_control versi...
2008-01-15 Tom LaneRevise memory management for libxml calls. Instead...
2008-01-14 Tom LaneFix CREATE INDEX CONCURRENTLY so that it won't use...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-31 Tom LaneImprove a number of elog messages for not-supposed...
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-16 Tom LaneImprove GIN index build's tracking of memory usage...
2007-11-16 Tom LaneRepair still another bug in the btree page split WAL...
2007-11-16 Bruce MomjianSmall comment spacing improvement.
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Peter EisentrautWhen logging the recovery.conf parameters, show them...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Tom LanePrevent re-use of a deleted relation's relfilenode...
2007-11-13 Tom LaneClean up some stray references to tsearch2.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-11-10 Bruce MomjianReduce error level of ROLLBACK outside a transaction...
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-10-29 Teodor Sigaev- Add check of already changed page while replay WAL...
2007-10-29 Teodor SigaevFix coredump during replay WAL after crash. Change...
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-10-24 Tom LaneKeep heap_page_prune from marking the buffer dirty...
2007-10-16 Tom LaneTweak toast-related logic in heapam.c so that the toast...
2007-10-12 Tom LaneWhen telling the bgwriter that we need a checkpoint...
2007-10-11 Tom LaneRemove incorrect use of VARSIZE() on a toasted datum...
2007-10-01 Tom LaneAvoid assuming that struct varattrib_pointer doesn...
next