Re: To be 7.1.3 or not to be 7.1.3?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: To be 7.1.3 or not to be 7.1.3?
Дата
Msg-id 14195.997313742@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: To be 7.1.3 or not to be 7.1.3?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: To be 7.1.3 or not to be 7.1.3?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
I said:
> Okay, I'll wrap up the last couple of back-patches this evening...

Done.  A couple of the patches that I had my eye on turned out not to be
relevant to 7.1 (they were fixes in new code).  So attached is the
current list of 7.1.2 -> 7.1.3 changes.  Bruce, are you going to handle
the documentation updates and release branding?
        regards, tom lane


2001-08-08 18:32  tgl
* src/backend/commands/copy.c (REL7_1_STABLE): Back-patch fix todisallow COPY TO/FROM a view (or anything else that's
nota plainrelation).
 

2001-08-08 18:25  tgl
* src/backend/utils/init/miscinit.c (REL7_1_STABLE): Back-patch fixto prevent infinite loop when $PGDATA is not
writable.

2001-08-07 14:36  momjian
* src/: backend/port/beos/support.c, backend/port/dynloader/beos.c,include/port/beos.h (REL7_1_STABLE): Commit BEOS
patchto 7.1.X.
 

2001-08-03 16:14  tgl
* src/bin/pg_dump/: pg_dump.c, pg_dump.h (REL7_1_STABLE):Back-patch fixes for dumping user-defined types and
dumpingcommentson views.
 

2001-07-31 14:39  tgl
* src/: backend/optimizer/path/allpaths.c,backend/optimizer/util/clauses.c,
backend/utils/adt/ruleutils.c,include/optimizer/clauses.h(REL7_1_STABLE): Fix optimizer to nottry to push WHERE clauses
downinto a sub-SELECT that has aDISTINCT ON clause, per bug report from Anthony Wood.  While at it,improve the
DISTINCT-ON-clauserecognizer routine to not be fooledby out- of-order DISTINCT lists.  Also, back-patch earlier fix
tonotpush down into sub-SELECT with LIMIT.
 

2001-07-29 18:12  tgl
* src/bin/pg_dump/pg_dump.c (REL7_1_STABLE): Arrange forGRANT/REVOKE on a view to be dumped at the right time, namely
aftertheview definition rather than before it.  Bug introduced in 7.1by changes to dump stuff in OID ordering.
 

2001-07-05 22:13  ishii
* doc/src/sgml/backup.sgml (REL7_1_STABLE): Fix typo. createdb -t--> createdb -T

2001-07-02 15:34  tgl
* src/test/regress/expected/: abstime-solaris-1947.out, abstime.out(REL7_1_STABLE): In any case, it seems the REL7_1
branchneeds theupdate too...
 

2001-06-29 12:34  tgl
* src/backend/commands/vacuum.c (REL7_1_STABLE): Fix longstandingerror in VACUUM: sometimes would examine a buffer page
afterwriting/unpinningit.  An actual failure is unlikely, unless thesystem is tremendously short of buffers ... but a
bugis a bug.
 

2001-06-12 21:02  tgl
* src/pl/plpgsql/src/pl_exec.c (REL7_1_STABLE): Back-patch fix forattempt to pfree a value that's not palloc'd (it's a
fieldof atuple).  I see Jan has already fixed this in current sources, but7.1.* is pretty badly broken here.
 

2001-06-12 14:54  tgl
* src/backend/rewrite/rewriteHandler.c (REL7_1_STABLE): Repairproblem with multi-action rules in combination with any
nontrivialmanipulationof rtable/jointree by planner.  Rewriter wasgenerating actions that shared rtable/jointree
substructure,whichcaused havoc when planner got to the later actions that it'dalready mucked up.
 

2001-06-06 13:18  tgl
* src/backend/access/transam/xlog.c (REL7_1_STABLE): Back-patchchange to not keep WAL segments just for UNDO
information.

2001-05-31 17:50  momjian
* doc/src/sgml/release.sgml (REL7_1_STABLE): Forgot SGML sectionsection id tag for 7.1.

2001-05-31 13:33  tgl
* src/backend/utils/adt/ri_triggers.c (REL7_1_STABLE): RI triggerswould fail for datatypes using old-style equal
function,becausecached fmgr info contained reference to a shorter-lived datastructure.  Also guard against possibility
thatfmgr_info couldfail, leaving an incomplete entry present in the hash table.
 

2001-05-27 21:01  ishii
* src/backend/utils/mb/conv.c (REL7_1_STABLE): Fix a message errorin utf_to_local


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: OID wraparound: summary and proposal
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: CURRENT OF cursor without OIDs