PostgreSQL 9.2 Open Items

From PostgreSQL wiki

(Difference between revisions)
Jump to: navigation, search
m (Resolved Issues)
Line 56: Line 56:
** On  closer inspection, this was pilot error, namely misuse of the postmaster -T feature.
** On  closer inspection, this was pilot error, namely misuse of the postmaster -T feature.
* Checkpointer latch loop [Simon]
* Checkpointer latch loop [Simon]
-
** I've hacked that area of the code until it looks OK to me, is there something else you had in mind?  -- tgl
+
** I've hacked that area of the code until it looks OK to me, is there something else you had in mind?  -- tgl - no thats fine - sr
* Double check bgwriter/checkpointer comments
* Double check bgwriter/checkpointer comments
** I made a pass over these, does anyone want to do more?  -- tgl
** I made a pass over these, does anyone want to do more?  -- tgl
* Check new processes listed correctly in postmaster comments
* Check new processes listed correctly in postmaster comments
** I made a pass over these, does anyone want to do more?  -- tgl
** I made a pass over these, does anyone want to do more?  -- tgl
-
* Make XLOG_HEAP2_VISIBLE records generate recovery snapshot conflicts so that IndexOnlyScans work on Hot Standby
+
* Make XLOG_HEAP2_VISIBLE records generate recovery snapshot conflicts so that IndexOnlyScans work on Hot Standby + bug fix by sr
** [http://archives.postgresql.org/message-id/CA+TgmoaRhoYP=13PhkevEXhUDUscu7hjmN4GsRhH=tzGorKNRQ@mail.gmail.com analysis]
** [http://archives.postgresql.org/message-id/CA+TgmoaRhoYP=13PhkevEXhUDUscu7hjmN4GsRhH=tzGorKNRQ@mail.gmail.com analysis]
** [http://archives.postgresql.org/message-id/E1SNYea-0003fr-JI@gemulon.postgresql.org committed patch] - still would be nice to throw a soft conflict instead of a hard one
** [http://archives.postgresql.org/message-id/E1SNYea-0003fr-JI@gemulon.postgresql.org committed patch] - still would be nice to throw a soft conflict instead of a hard one

Revision as of 04:54, 1 June 2012

Contents

Project Planning

See the PostgreSQL 9.2 Development Plan.

Meta-Issues

Open Issues

bgwriter/checkpointer split

indexing

other

Resolved Issues

Personal tools