summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2001-04-02Update HISTORY/release.sgml to current.Bruce Momjian
2001-04-02Update TODO list.Bruce Momjian
2001-04-02Update TODO list.Bruce Momjian
2001-04-02Update info for platforms BeOS, Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha,Thomas G. Lockhart
NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix.
2001-04-02Update TODO list.Bruce Momjian
2001-04-01Update TODO list.Bruce Momjian
2001-03-31Update TODO list.Bruce Momjian
2001-03-31Add elog file.Bruce Momjian
2001-03-31Update TODO list.Bruce Momjian
2001-03-31Update TODO list.Bruce Momjian
2001-03-31Update TODO list.Bruce Momjian
2001-03-31Update TODO list.Bruce Momjian
2001-03-30Update TODO list.Bruce Momjian
2001-03-30Update TODO list.Bruce Momjian
2001-03-29small fixesPeter Eisentraut
2001-03-29Update TODO list.Bruce Momjian
2001-03-28Update TODO list.Bruce Momjian
2001-03-28Correct erroneous description of MVCC Read Committed semantics.Tom Lane
2001-03-27> Kinda looks like Ian broke the compile-in-source-dir case whileBruce Momjian
> making the compile-in-separate-dir case work. Tut tut. Yes. My apologies. This patch is one way to fix things. Ian
2001-03-27The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian
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-26Fix typoTatsuo Ishii
2001-03-25Update TODO list.Bruce Momjian
2001-03-25The regexp pattern characters ^ and $ should be explained as matchingTom Lane
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-25spell fixPeter Eisentraut
2001-03-25Allow building documentation outside source tree.Peter Eisentraut
from Ian Lance Taylor
2001-03-24minor copy editingPeter Eisentraut
2001-03-24Disable pg_upgrade.Peter Eisentraut
2001-03-24Update info about mailing lists, make a few other minor improvements.Tom Lane
2001-03-24Update to the current state of platform support.Thomas G. Lockhart
Still need some tested for the 7.1 release.
2001-03-24Fix up wording slightly. No change in content.Thomas G. Lockhart
2001-03-24Miscellaneous updates and minor copy-editing.Tom Lane
2001-03-23Doc update from Roberto Mello: improved versions of instr() examples.Tom Lane
2001-03-23Update TODO list.Bruce Momjian
2001-03-23Fix SPI example to reflect new-style calling convention for textout().Tom Lane
2001-03-21correctionPeter Eisentraut
2001-03-21Update TODO list.Bruce Momjian
2001-03-21Add mmap info. Seems mmap may not be a good idea.Bruce Momjian
2001-03-21Update TODO list.Bruce Momjian
2001-03-20Update Japanese FAQ.Bruce Momjian
2001-03-20Update TODO list.Bruce Momjian
2001-03-20Recommend CREATE TABLE AS in preference to SELECT INTO. Remove theTom Lane
(inadequate anyway) mention of SELECT INTO from the main SELECT ref page. Point out that SELECT INTO means something else in plpgsql and ecpg.
2001-03-20Update TODO list.Bruce Momjian
2001-03-20Update TODO list.Bruce Momjian
2001-03-20Update TODO list.Bruce Momjian
2001-03-20Update TODO list.Bruce Momjian
2001-03-20Mention that parallel regress script needs to be run under ksh not shTom Lane
on HPUX.
2001-03-20Discuss LOCALE differences as a reason for regression test failure.Tom Lane
2001-03-19Add missing TO.Peter Eisentraut
2001-03-19Add note about saving large objects during upgrade.Peter Eisentraut
2001-03-17Repair.Peter Eisentraut