| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] Re: HISTORY for 6.5.2 |
| Date: | 1999-09-13 20:56:28 |
| Message-ID: | 11056.937256188@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> Repair the check for redundant UNIQUE and PRIMARY KEY indices(Tom)
> Improve it so that it checks for multi-column constraints(Tom)
Those were Thomas, I believe.
> Fix vacuum's memory consumption(Tom)
> Reduce the total memory consumption of vacuum(Tom)
And I can't take credit for that either --- Hiroshi and/or Tatsuo get
the credit, IIRC. (BTW, did we patch those into 6.5.*, or only 6.6?)
> Update frontend libpq to remove limits on query lengths,
> error/notice message lengths, and number of fields per tuple(Tom)
This is *not* in 6.5.*, only 6.6.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-09-13 21:01:40 | Re: [HACKERS] Re: HISTORY for 6.5.2 |
| Previous Message | Tom Lane | 1999-09-13 20:51:39 | Re: [HACKERS] Vacuum analyze bug CAUGHT |