Commit Graph

1781 Commits

Author SHA1 Message Date
Bruce Momjian 73470b27ce Update TODO list. 2001-04-19 15:22:29 +00:00
Bruce Momjian e4c06b2125 Update TODO list. 2001-04-18 17:52:12 +00:00
Bruce Momjian 4a5905184f Update TODO list. 2001-04-17 14:17:47 +00:00
Bruce Momjian d32422f796 Update Japanese FAQ's. 2001-04-16 04:20:36 +00:00
Bruce Momjian 10cdcf1c7b Add new item. 2001-04-16 04:11:54 +00:00
Bruce Momjian c8e05affe4 Update TODO list. 2001-04-16 01:36:50 +00:00
Bruce Momjian 7f2de4937a Update TODO list. 2001-04-15 01:56:08 +00:00
Bruce Momjian e47d6d440e Update FAQ. 2001-04-09 19:28:01 +00:00
Bruce Momjian f34fa8ba89 Update FAQ. 2001-04-08 22:57:38 +00:00
Peter Eisentraut cdbf1762dc Update to reflect OpenSSL 0.9.6a release. 2001-04-08 16:36:13 +00:00
Bruce Momjian 8ca722b678 Update TODO list. 2001-04-07 02:30:58 +00:00
Peter Eisentraut 248365f2c6 Revert wrong SCO OpenServer report, update comments and improve formatting
a bit.  Regenerate INSTALL.
2001-04-06 15:52:41 +00:00
Thomas G. Lockhart 54329ac4a0 Utility to add the stylesheet "s0" definition to an RTF file.
This stylesheet must be present for Applixware to be happy generating
 a ToC. M$Word does not seem to care one way or the other.
2001-04-06 15:01:25 +00:00
Thomas G. Lockhart f7f0b17909 Final (?) platform update for the 7.1 release. Includes new platform
NetBSD/PPC from Henry Hotz, several other platform updates, and move
 QNX to the unsupported list for now.
2001-04-06 05:52:10 +00:00
Bruce Momjian 8b588a19b4 Update TODO list. 2001-04-04 21:32:17 +00:00
Bruce Momjian 9a7c273a3f Update TODO list. 2001-04-04 21:16:31 +00:00
Bruce Momjian d3ad2ad689 Update TODO list. 2001-04-04 20:58:27 +00:00
Peter Eisentraut 41f166db73 update 2001-04-04 20:02:31 +00:00
Bruce Momjian 7cdbc1e2ab See attached for a minor documentation patch that more accurately reflects
the current state of and the issues with PostgreSQL on Windows.

Thanks,
Jason

--
Jason Tishler
2001-04-03 18:14:39 +00:00
Bruce Momjian ea283f1555 Remove last-updated date stamp for 7.1. 2001-04-03 13:38:08 +00:00
Bruce Momjian 39f0357b77 Update HISTORY/release.sgml to current. 2001-04-02 17:59:17 +00:00
Bruce Momjian b1646ad0e1 Update TODO list. 2001-04-02 17:40:14 +00:00
Bruce Momjian b0f95aa676 Update TODO list. 2001-04-02 16:27:04 +00:00
Thomas G. Lockhart 53de19647f Update info for platforms BeOS, Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha,
NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix.
2001-04-02 15:19:15 +00:00
Bruce Momjian 6939d20f5d Update TODO list. 2001-04-02 15:10:28 +00:00
Bruce Momjian 55f0f5d97a Update TODO list. 2001-04-01 01:00:05 +00:00
Bruce Momjian 8484f66923 Update TODO list. 2001-03-31 17:25:32 +00:00
Bruce Momjian 8e7d7142b8 Add elog file. 2001-03-31 17:24:42 +00:00
Bruce Momjian 491ae80c38 Update TODO list. 2001-03-31 15:28:15 +00:00
Bruce Momjian 1f9f8edb29 Update TODO list. 2001-03-31 01:08:16 +00:00
Bruce Momjian 5a31e564a7 Update TODO list. 2001-03-31 01:07:39 +00:00
Bruce Momjian c09db358b2 Update TODO list. 2001-03-31 01:06:46 +00:00
Bruce Momjian 188e0fe457 Update TODO list. 2001-03-30 18:36:23 +00:00
Bruce Momjian dd52673803 Update TODO list. 2001-03-30 18:34:31 +00:00
Peter Eisentraut fdf1319d22 small fixes 2001-03-29 18:25:10 +00:00
Bruce Momjian a27860cf59 Update TODO list. 2001-03-29 00:12:57 +00:00
Bruce Momjian c7ea372df5 Update TODO list. 2001-03-28 21:20:41 +00:00
Tom Lane 0cadec788e Correct erroneous description of MVCC Read Committed semantics. 2001-03-28 20:46:34 +00:00
Bruce Momjian ec12e80019 > Kinda looks like Ian broke the compile-in-source-dir case while
> making the compile-in-separate-dir case work.  Tut tut.

Yes.  My apologies.  This patch is one way to fix things.

Ian
2001-03-27 16:34:14 +00:00
Bruce Momjian 341cb70044 The following patch updates the FAQ_AIX and makes C++ code work with
more recent versions of the IBM C++ compiler (now called VisualAge C++).
The C++ part was previously broken (g++ and xlC), thus this is zero risk.
Only AIX specific parts are touched (1 Makefile.shlib line (link with $(COMPILER
) instead
of $(CC) and one shell script line (parameter -C to nm to not demangle C++ symbo
ls for
.exp file)).

I thus ask you to please apply this patch before release.

With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake check" for both
 the native
compiler vac.C 5.0.1 and gcc 2.95.2 :-)

Andreas
2001-03-27 14:56:20 +00:00
Tatsuo Ishii 46f4cdeb7a Fix typo 2001-03-26 08:32:10 +00:00
Bruce Momjian 96ed4d4c88 Update TODO list. 2001-03-25 21:41:52 +00:00
Tom Lane 39ceedf5e0 The regexp pattern characters ^ and $ should be explained as matching
at the beginning and end of the input string, not the beginning and end
of "a line", since Postgres does not allow them to match at newline
characters in the data.
2001-03-25 18:14:31 +00:00
Peter Eisentraut bdff9d80dc spell fix 2001-03-25 10:16:12 +00:00
Peter Eisentraut b67e7bb1f7 Allow building documentation outside source tree.
from Ian Lance Taylor
2001-03-25 08:32:24 +00:00
Peter Eisentraut 0967057b5d minor copy editing 2001-03-24 23:03:26 +00:00
Peter Eisentraut b420c47434 Disable pg_upgrade. 2001-03-24 13:21:14 +00:00
Tom Lane 1a9840cd63 Update info about mailing lists, make a few other minor improvements. 2001-03-24 03:40:44 +00:00
Thomas G. Lockhart f7a4db10b2 Update to the current state of platform support.
Still need some tested for the 7.1 release.
2001-03-24 02:36:01 +00:00
Thomas G. Lockhart 15dc7d11ea Fix up wording slightly. No change in content. 2001-03-24 02:35:25 +00:00