Commit Graph

5163 Commits (bee3f85a35ae9541ec0d3d2c9f21f8ae5482cf57)
 

Author SHA1 Message Date
Thomas G. Lockhart bee3f85a35 Put in CREATE TABLE AS and SELECT INTO reference pages. 26 years ago
Thomas G. Lockhart 1ac838edba Minor updates for release. 26 years ago
Thomas G. Lockhart 5e84d58e70 Minor updates for release. 26 years ago
Thomas G. Lockhart abc4059128 Cut down to 80 columns per Bruce. Mostly hacked at the porting table. 26 years ago
Thomas G. Lockhart 50d2e68ad5 HTML versions of docs for v6.5 release. 26 years ago
Thomas G. Lockhart 93b7b5bf42 Fix URL for Norm Walsh's Style Sheets. 26 years ago
Thomas G. Lockhart 4210263397 Fix typos and wording in v6.5 release summary per Fred Horsh. 26 years ago
Thomas G. Lockhart 1cf01022e1 User's Guide for v6.5. 26 years ago
Tatsuo Ishii de7c728d41 change #if defined(__mc68000__) to: 26 years ago
Tom Lane 642d21a59b Move default NBuffers setting into config.h, and rename it 26 years ago
Tom Lane d9e223d53c Fix critical error noticed by Massimo: copy.c used to have a 26 years ago
Tom Lane aaf2442472 Remove query_planner's overhasty rejection of cases where 26 years ago
Tom Lane acf242da97 Plug hole in dike: planner would coredump if query_planner 26 years ago
Tom Lane 1918a1d191 When targetlist is NULL, ExecTargetList was passing back a 26 years ago
Bruce Momjian 0c3281ce7c Reversed out Massimo patch. 26 years ago
Bruce Momjian 603e153bb8 I don't like last minute patches before the final freeze, but I believe that 26 years ago
Bruce Momjian bd470ba47e Hi, 26 years ago
Bruce Momjian f4de72cc6b add m86 similar entries. 26 years ago
Vadim B. Mikheev ba740a0917 Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to : 26 years ago
Vadim B. Mikheev 3b79cc0c55 Removed bad Assert(!buf->ri_lock) when unlocking exclusively 26 years ago
Vadim B. Mikheev 4ca7b4d2e5 More about chained mode and isolation. 26 years ago
Vadim B. Mikheev 962c66d83f More about chained mode and isolation levels. 26 years ago
Bruce Momjian 3b9ef4d073 Change mdtruncate to truncate and not unlink. 26 years ago
Bruce Momjian d852d31ea3 This patch should enable 6.5 to build on Motorola 68000 architecture. 26 years ago
Michael Meskes 70dfc8c11e *** empty log message *** 26 years ago
Jan Wieck cc08d051d0 Added 2 regression tests for NUMERIC data type. 26 years ago
Vadim B. Mikheev 78f7ccc982 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") 26 years ago
Tom Lane c37ecaf8d5 Fix errors in SELECT ... GROUP BY ... UNION SELECT ... 26 years ago
Thomas G. Lockhart 878d952084 Add mention of hot backups to the release notes. 26 years ago
Thomas G. Lockhart 3f86238f13 Make minor changes in wording. 26 years ago
Bruce Momjian 0ac955540b Remove -O2 for linux/alpha, make -O. 26 years ago
Vadim B. Mikheev 51298bcfda Reset evaluation plan tuple table next free slot counter to 0 26 years ago
Vadim B. Mikheev 0e41fd57df MVCC updates. 26 years ago
Vadim B. Mikheev c0b4b42c92 MVCC updation. 26 years ago
Bruce Momjian ccdad51a73 Linux-alpha gets -O 26 years ago
Bruce Momjian 2544f2d0bb Remove optimization on linux/alpha. 26 years ago
Bruce Momjian 0bb2c0673c Fix for duplicate LC_COLLATE 26 years ago
Bruce Momjian ca485d053b Add mention of new pg_dump feature. 26 years ago
Bruce Momjian 4b8fa62f84 Install proper Irix FAQ. 26 years ago
Bruce Momjian 61882d4c37 Cleanup 26 years ago
Bruce Momjian f56483490b Disable pg_upgrade for 6.5. 26 years ago
Bruce Momjian 505b2ecdf4 I attach a patch for pg_upgrade. This does two things: 26 years ago
Bruce Momjian 094616ec83 On AIX 4.3.2 the third line in template/aix_42: 26 years ago
Vadim B. Mikheev 4c45832c39 Concurrency... Highest one... 26 years ago
Bruce Momjian 8864ee0b6b > Here is a small patch that should only affect win32 building 26 years ago
Tom Lane bad3b3068d Repair recently-introduced error in makeIndexable for LIKE: 26 years ago
Vadim B. Mikheev 43c135e351 Have to release meta page before reading root one! 26 years ago
Bruce Momjian 06385ccbd5 Update TODO. 26 years ago
Vadim B. Mikheev 1b812d9358 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. 26 years ago
Tom Lane 48c1887964 equal() needs a case for Aggref nodes, as shown by: 26 years ago