7.2.3 patching done - Mailing list pgsql-hackers

From Tom Lane
Subject 7.2.3 patching done
Date
Msg-id 11578.1033419771@sss.pgh.pa.us
Whole thread Raw
Responses Re: 7.2.3 patching done  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: 7.2.3 patching done  (Yury Bokhoncovich <byg@center-f1.ru>)
List pgsql-hackers
I'm done making back-patches for 7.2.3.  Over to you, Bruce ...
attached is the REL7_2_STABLE branch history since 7.2.2.
        regards, tom lane

2002-09-30 16:57  tgl
* src/backend/utils/adt/: date.c, datetime.c (REL7_2_STABLE):Back-patch fixes to work around broken mktime() in recent
glibcreleases.

2002-09-30 16:47  tgl
* src/backend/: commands/async.c, tcop/postgres.c (REL7_2_STABLE):Back-patch fix for bad SIGUSR2 interrupt handling
duringbackendshutdown.
 

2002-09-30 16:24  tgl
* src/: backend/storage/lmgr/s_lock.c, include/storage/s_lock.h(REL7_2_STABLE): Back-patch fix for correct TAS
operationonmulti-CPU PPC machines.
 

2002-09-30 16:18  tgl
* src/backend/: bootstrap/bootstrap.c, storage/buffer/buf_init.c,storage/lmgr/lwlock.c, storage/lmgr/proc.c
(REL7_2_STABLE):Back-patchfix for 'can't wait without a PROC structure' failures:remove separate
ShutdownBufferPoolAccessexit callback, and do thework in ProcKill instead, before we delete MyProc.
 

2002-09-30 15:55  tgl
* src/: backend/access/transam/clog.c,backend/access/transam/xlog.c,
backend/bootstrap/bootstrap.c,backend/tcop/utility.c,include/access/xlog.h (REL7_2_STABLE):Back-patch fix to ensure a
checkpointoccurs before truncatingCLOG, even if no recent WAL activity has occurred.
 

2002-09-30 15:45  tgl
* src/backend/commands/vacuum.c (REL7_2_STABLE): Back-patch fix tonot change pg_database.datvacuumxid or truncate CLOG
whenanunprivileged user runs VACUUM.
 

2002-09-20 17:37  tgl
* src/backend/utils/adt/ruleutils.c (REL7_2_STABLE): Back-patch fixfor failure to dump views containing FULL JOIN
USING. The bug isnot present in CVS tip due to cleanup of JOIN handling, but 7.2.*is broken.
 


pgsql-hackers by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: (Fwd) Re: Any Oracle 9 users? A test please...
Next
From: Andrew Sullivan
Date:
Subject: Re: 7.2.3 fixes (was Re: Cause of missing pg_clog files)