2003-06-02  Patrick Macdonald  <patrickm@redhat.com>

	* pg_filedump.c: Update header to PostgreSQL - Red Hat Edition.
	* pg_filedump.h: Update header to PostgreSQL - Red Hat Edition.

2003-06-02  Patrick Macdonald  <patrickm@redhat.com>

	* pg_filedump.c (FormatItems): Correct heap tuple length
	  calculation if HEAP_HASOID is defined in infomask.  This
	  is a rework of Kenjo Sugita's <sugita@nf.catv.ne.jp> patch.

2003-05-30  Andrew Overholt  <overholt@redhat.com>

	* pg_filedump.c: Update version info that goes to stdout.

2003-05-30  Andrew Overholt  <overholt@redhat.com>

	* rhdb-utils.build: Add creation of tarball from CVS.

	* Makefile: Remove patch material.

2003-05-29  Andrew Overholt  <overholt@redhat.com>

	* rhdb-utils.build: Get from CVS and not sources.redhat.com.

2003-05-29  Andrew Overholt  <overholt@redhat.com>

	* pg_filedump.c: Update version to 2.0.

2003-05-29  Andrew Overholt  <overholt@redhat.com>

	* rhdb-utils.build: Remove CVS branch info.

2003-05-29  Andrew Overholt  <overholt@redhat.com>

	* Makefile: Fix INCLUDE.

2003-05-29  Andrew Overholt  <overholt@redhat.com>

	* README.pg_filedump: Update for PostgreSQL - Red Hat Edition 3.0.

	* rhdb-utils.spec: Ditto.

	* rhdb-utils.build: Update CVSROOT.

2003-04-17  Patrick Macdonald  <patrickm@redhat.com>

	* pg_filedump.c: Updated header, copyright and indentation.
	* pg_filedump.h: ditto.

2002-12-18  Patrick Macdonald  <patrickm@redhat.com>

	* pg_filedump.c: Version 1.1 of the tool, moved
	  declarations to proper header,
	  (GetBlockSize): Cache block size locally,
	  (CreateDumpFileHeader): Increment the release minor,
	  (FormatHeader): Add block version number to output,
	  (FormatItem): Support new heap tuple layout,
	  (FormatControl): Support additional entries in the
	  control file.
	* pg_filedump.h: New file.
	* README.pg_filedump: Updated for version control.
	
2002-10-16  Patrick Macdonald  <patrickm@redhat.com>

	* rhdb-utils.build: Updated branch level.

2002-09-24  Andrew Overholt  <overholt@redhat.com>

	* rhdb-utils.build: Change cvsroot to reflect new server.

2002-09-11  Andrew Overholt  <overholt@redhat.com>

	* rhdb-utils.spec: Change release number to 1.

2002-07-29  Liam Stewart  <liams@redhat.com>

	* rhdb-utils.build: Tightened the cvs module so checkouts don't
	take forever.
	(get_cvs): Checkout instead of export.
	(build): Call build_srpm to build SRPM.

2002-07-10  Liam Stewart  <liams@redhat.com>

	* rhdb-utils.build (build): Use rpmbuild instead of rpm; ignore
	dependencies.

2002-07-08  Liam Stewart  <liams@redhat.com>

	* rhdb-utils.spec: Updated summary and description text. Bumped
	release.

2002-07-04  Liam Stewart  <liams@redhat.com>

	* rhdb-utils.build: $download -> $downloaddir
	* rhdb-utils.spec: New file.
	* rhdb-utils.build: New file.
	* rpm-extras/pg_filedump-crc.patch: New file.
	* rpm-extras/pg_filedump-make.patch: New file.

2002-03-08  Patrick Macdonald  <patrickm@redhat.com>

	* pg_filedump.c (FormatItem): Remove EXTENDED,
	  add XMAX_COMMITED and XMAX_INVALID, add proper
 	  t_bits[] processing, fix typo.
	* Makefile.contrib: New file.

2002-03-04  Patrick Macdonald  <patrickm@redhat.com>

	* README.pg_filedump: sources merge.

2002-02-04  Patrick Macdonald  <patrickm@redhat.com>

	* pg_filedump.c: Add macro to set options and
	  flag duplicates, move copyright out of the
	  header block, use MAXALIGN when determining
	  special section size
	* README.pg_filedump: New file.

2002-02-01  Patrick Macdonald  <patrickm@redhat.com>
	
	* pg_filedump.c: Alter copyright info to GPL.
	* pg_filedump.c: Minor tweaks to printf() formatting,
	  (FormatItem): Add new parameter to receive the 
	  formatting method.
	  (FormatItemBlock): Determine and pass the format
	  method to FormatItem().

2002-01-30  Patrick Macdonald  <patrickm@redhat.com>

	* pg_filedump.c: Added -B to valid control file
	  dump options.
	* Makefile: Add -Wmissing-prototypes and
	  -Wmissing-declarations.

2002-01-29  Patrick Macdonald  <patrickm@redhat.com>

	* pg_filedump.c: Renamed from pgfiledump.c

2002-01-29  Patrick Macdonald  <patrickm@redhat.com>

	* pgfiledump.c: Scrubbed the code, added support
 	  for CRC checking, improved readability, fixed
	  unsigned vs signed problems.
	* Makefile: Added pg_crc.c to support CRC checks.

2002-01-28  Patrick Macdonald  <patrickm@redhat.com>

	* pgfiledump.c: Added FormatControl() to support
	  dumping of the PostgreSQL control file.

2002-01-25  Patrick Macdonald  <patrickm@redhat.com>

	* Makefile, pgfiledump.c:  New file.
