2002-02-04 15:51  momjian

	* doc/TODO: Update for Tom:
	
	< * Allow row re-use with automatic vacuum (Tom) 356c355 < ---
	> * Provide automatic scheduling of background vacuum (Tom)

2002-02-04 15:46  momjian

	* doc/TODO: Modified/Added
	
	< * Allow row re-use without vacuum (Tom) ---
	> * Allow row re-use with automatic vacuum (Tom)
	
	> * Flush cached query plans when their underlying catalog data
	changes

2002-02-03 16:04  momjian

	* configure, configure.in: Stamp configure/configure.in for 7.2,
	already did register.txt and bug.template.

2002-02-03 16:00  momjian

	* register.txt, doc/bug.template: Stamp 7.2 for release.

2002-02-03 14:24  momjian

	* doc/TODO: Remove ENHANCEMENTS section, move subsections up.

2002-02-02 16:46  momjian

	* doc/: FAQ, src/FAQ/FAQ.html: Update FAQ.

2002-02-02 15:34  momjian

	* doc/: FAQ, src/FAQ/FAQ.html: Update FAQ.

2002-02-02 15:34  momjian

	* doc/: FAQ, FAQ_MSWIN, FAQ_japanese, src/FAQ/FAQ.html,
	src/FAQ/FAQ_japanese.html: Update for 7.2:
	
	This fixes references to 7.1.3 (I think).  It also modifies the
	japanese FAQ, so I'm not sure if that's done correctly.
	
	Chris

2002-02-01 15:25  momjian

	* doc/: FAQ_DEV, src/FAQ/FAQ_DEV.html: Update FAQ_DEV.

2002-02-01 13:23  momjian

	* doc/FAQ_AIX: Last Minute AIX_FAQ patch with small corrections for
	current version, please apply.
	
	Andreas

2002-02-01 12:00  momjian

	* doc/TODO: Added:
	
	> * Prevent SIGHUP and 'pg_ctl reload' from changing command line
	>   specified parameters to postgresql.conf defaults

2002-01-31 16:20  momjian

	* HISTORY, doc/src/sgml/release.sgml: Consistend spelling for
	PL/pgSQL

2002-01-31 14:13  momjian

	* contrib/pg_upgrade/: README, pg_upgrade, pg_upgrade.1: Add
	mention of recovery using pg_upgrade.

2002-01-31 13:31  momjian

	* HISTORY, contrib/pg_upgrade/pg_upgrade.1,
	doc/src/sgml/release.sgml: Update HISTORY/release.sgml for Monday
	release.

2002-01-30 19:51  petere

	* register.txt: Uniformize spelling

2002-01-30 19:46  petere

	* INSTALL: Rebuild from source.

2002-01-30 16:59  petere

	* src/: interfaces/libpq++/libpq++dll.rc, tools/RELEASE_CHANGES:
	Update Win32-world version number of libpq++.

2002-01-30 16:55  petere

	* doc/src/sgml/func.sgml: Don't put empty paragraphs around tables.
	 This messed up JadeTeX somehow, and doesn't make sense strictly
	speaking.

2002-01-30 16:54  petere

	* doc/src/sgml/Makefile: Remove Jade/TeX hack, now that OpenJade
	1.3.1 has it fixed.

2002-01-30 16:53  petere

	* doc/src/sgml/stylesheet.dsl: Fix copy-and-paste bug in print
	style.

2002-01-30 14:34  tgl

	* src/backend/storage/page/bufpage.c: Add cast to suppress gcc
	warning on Darwin platform.

2002-01-29 15:39  petere

	* src/bin/pg_dump/de.po: update

2002-01-29 10:44  tgl

	* src/include/storage/s_lock.h: Make S/390 TAS spell __inline__ the
	same way as the other eight GCC inline routines do.

2002-01-29 10:40  tgl

	* contrib/pgcrypto/blf.c: Remove gratuitous redefinition of inline,
	which should already have been taken care of in pg_config.h.

2002-01-26 23:22  momjian

	* doc/TODO: Remove dashed items in preparations for 7.3.

2002-01-26 23:20  momjian

	* doc/TODO: Add:
	
	> * Allow ORDER BY ... LIMIT to select top values without sort or
	index

2002-01-26 18:17  momjian

	* doc/TODO: Remove link:
	
	> * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in
	unison

2002-01-26 14:00  petere

	* src/: backend/po/ru.po, bin/pg_dump/ru.po: Updates from Serguei
	Mokhov

2002-01-25 14:13  tgl

	* doc/src/sgml/plperl.sgml: Overhaul plperl documentation.

2002-01-25 13:49  tgl

	* src/bin/pg_dump/pg_dump.c: Tweak pg_dump to say GRANT ALL when
	appropriate, rather than enumerating the individual privilege bits.
	 I regard this as an important change for cross-version
	compatibility: without this, a 7.1 dump loaded into 7.2 is likely
	to be short a few privileges.

2002-01-25 10:40  tgl

	* contrib/oid2name/oid2name.c: Fix typo in usage message, per Oleg.

2002-01-24 21:39  momjian

	* doc/src/sgml/func.sgml: Fix +/- mixup pointed out by Rod Taylor.

2002-01-24 21:33  momjian

	* doc/TODO: Add mention of UPDATE
	
	>	o Allow UPDATE/DELETE WHERE CURRENT OF cursor using
	per-cursor tid

2002-01-24 21:32  momjian

	* doc/TODO: Add mention of implementation:
	
	>	o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
	>	  stored in the backend

2002-01-24 21:30  momjian

	* doc/TODO.detail/java: Add URL for pgj.

2002-01-24 21:09  pgsql

	* configure, configure.in: 
	let's roll up rc2 ..