summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Undo Jan's typo that broke regress.sh's detection of systemREL6_5Tom Lane1999-06-141-8/+10
* Fix cross-reference to large objects.Thomas G. Lockhart1999-06-141-4/+3
* Fix cross-reference to large objects in the CREATE TYPE section.Thomas G. Lockhart1999-06-141-0/+0
* Release notes from sgml.Thomas G. Lockhart1999-06-141-520/+680
* Put in CREATE TABLE AS and SELECT INTO reference pages.Thomas G. Lockhart1999-06-141-0/+0
* Minor updates for release.Thomas G. Lockhart1999-06-1419-2810/+2988
* Minor updates for release.Thomas G. Lockhart1999-06-145-819/+851
* Cut down to 80 columns per Bruce. Mostly hacked at the porting table.Thomas G. Lockhart1999-06-141-146/+182
* HTML versions of docs for v6.5 release.Thomas G. Lockhart1999-06-145-0/+0
* Fix URL for Norm Walsh's Style Sheets.Thomas G. Lockhart1999-06-141-0/+0
* Fix typos and wording in v6.5 release summary per Fred Horsh.Thomas G. Lockhart1999-06-141-0/+0
* User's Guide for v6.5.Thomas G. Lockhart1999-06-141-0/+0
* change #if defined(__mc68000__) to:Tatsuo Ishii1999-06-131-3/+3
* Move default NBuffers setting into config.h, and rename itTom Lane1999-06-123-9/+12
* Fix critical error noticed by Massimo: copy.c used to have aTom Lane1999-06-121-17/+2
* Remove query_planner's overhasty rejection of cases whereTom Lane1999-06-121-25/+11
* Plug hole in dike: planner would coredump if query_plannerTom Lane1999-06-121-1/+5
* When targetlist is NULL, ExecTargetList was passing back aTom Lane1999-06-121-32/+10
* Reversed out Massimo patch.Bruce Momjian1999-06-126-111/+14
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-126-14/+111
* Hi,Bruce Momjian1999-06-112-0/+4
* add m86 similar entries.Bruce Momjian1999-06-111-0/+2
* Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :Vadim B. Mikheev1999-06-111-3/+30
* Removed bad Assert(!buf->ri_lock) when unlocking exclusivelyVadim B. Mikheev1999-06-111-6/+19
* More about chained mode and isolation.Vadim B. Mikheev1999-06-111-9/+33
* More about chained mode and isolation levels.Vadim B. Mikheev1999-06-111-16/+35
* Change mdtruncate to truncate and not unlink.Bruce Momjian1999-06-111-19/+6
* This patch should enable 6.5 to build on Motorola 68000 architecture.Bruce Momjian1999-06-102-2/+35
* *** empty log message ***Michael Meskes1999-06-103-3/+47
* Added 2 regression tests for NUMERIC data type.Jan Wieck1999-06-107-5/+2575
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-107-31/+40
* Fix errors in SELECT ... GROUP BY ... UNION SELECT ...Tom Lane1999-06-101-1/+8
* Add mention of hot backups to the release notes.Thomas G. Lockhart1999-06-095-14/+24
* Make minor changes in wording.Thomas G. Lockhart1999-06-092-88/+101
* Remove -O2 for linux/alpha, make -O.Bruce Momjian1999-06-091-1/+1
* Reset evaluation plan tuple table next free slot counter to 0Vadim B. Mikheev1999-06-091-2/+12
* MVCC updates.Vadim B. Mikheev1999-06-092-43/+147
* MVCC updation.Vadim B. Mikheev1999-06-082-66/+186
* Linux-alpha gets -OBruce Momjian1999-06-081-1/+1
* Remove optimization on linux/alpha.Bruce Momjian1999-06-081-1/+1
* Fix for duplicate LC_COLLATEBruce Momjian1999-06-081-2/+1
* Add mention of new pg_dump feature.Bruce Momjian1999-06-082-6/+13
* Install proper Irix FAQ.Bruce Momjian1999-06-081-40/+397
* CleanupBruce Momjian1999-06-081-0/+1
* Disable pg_upgrade for 6.5.Bruce Momjian1999-06-081-0/+3
* I attach a patch for pg_upgrade. This does two things:Bruce Momjian1999-06-071-3/+5
* On AIX 4.3.2 the third line in template/aix_42:Bruce Momjian1999-06-071-1/+1
* Concurrency... Highest one...Vadim B. Mikheev1999-06-071-5/+8
* > Here is a small patch that should only affect win32 buildingBruce Momjian1999-06-074-10/+10
* Repair recently-introduced error in makeIndexable for LIKE:Tom Lane1999-06-072-14/+29