summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2003-10-29Update more release descriptions.Bruce Momjian
2003-10-29Add more footnote comments to the release notes.Bruce Momjian
2003-10-29Add first release note detail item.Bruce Momjian
2003-10-29Update for 7.4 --- prefer IN to EXISTS.Bruce Momjian
2003-10-29Update for OSF 4.0 platform.Bruce Momjian
2003-10-28Adjust wording to avoid giving the impression that schema USAGETom Lane
privilege hides system catalog entries.
2003-10-28Add --describe-config to top of postgres manual page.Bruce Momjian
2003-10-28Document --describe-config.Bruce Momjian
2003-10-27Update Win32 clients.Bruce Momjian
2003-10-27Fix MOVE/FETCH wording.Bruce Momjian
2003-10-26Update intel solaris.Bruce Momjian
2003-10-26Improve indenting of port entries.Bruce Momjian
2003-10-26Update Solaris 5.6.Bruce Momjian
2003-10-26Correct version numbers.Peter Eisentraut
2003-10-26Update MOVE/FETCH release note mention.Bruce Momjian
2003-10-26Add mention of quotes on function body to NOTES section.Bruce Momjian
Oliver Elphick
2003-10-26Update for Noèl Köthe in SGML.Bruce Momjian
2003-10-26Mark Linux/ppc as working.Bruce Momjian
2003-10-26Mark linux m68k, alpha as working.Bruce Momjian
2003-10-26Remove very old platforms as unsupported, <=7.0.Bruce Momjian
2003-10-26Mark true64 os version as 5.1.Bruce Momjian
2003-10-26Mark true64 alpha port as working.Bruce Momjian
2003-10-26Fix Hans' name in SGML.Bruce Momjian
2003-10-26Update aix port.Bruce Momjian
2003-10-26Update linux/mips port.Bruce Momjian
Add m68k to linux port.
2003-10-26Update linux/mips port.Bruce Momjian
2003-10-26update linux ports for arm, s390, itanium.Bruce Momjian
2003-10-26Update for port freebsd/alpha.Bruce Momjian
2003-10-25Update Netbsd/i386 port.Bruce Momjian
2003-10-25Update ports for Solaris.Bruce Momjian
2003-10-24Update openbsd port.Bruce Momjian
2003-10-24Update for osX 10.3.Bruce Momjian
2003-10-24Update ports for freebsd, cygwin.Bruce Momjian
2003-10-24Update Linux/Sparc 32-bit port.Bruce Momjian
2003-10-24Update Linux x86 port.Bruce Momjian
2003-10-24Update OSX port.Bruce Momjian
2003-10-24Mark BSD/OS as working in 7.4.Bruce Momjian
2003-10-24Move pre-7.3 platforms to unsupported.Bruce Momjian
2003-10-23Remove obsolete information about altering default optimization flags forTom Lane
gcc. Per comment from original author, Brian Gallew: "Ancient history. Kill it fast."
2003-10-22Move docs about index cost estimation functions and writing a proceduralTom Lane
language handler to the 'Internals' area, per my proposal of yesterday. Clean up the trigger documentation a bit. Push SPI chapter to the end of its part, and reorder the Internals chapters into what seems a more sensible order (at the moment anyway).
2003-10-22Here is a documentation patch that makes zulu, etc. all more consistent.Bruce Momjian
2003-10-22Release notes updates from Neil Conway.Bruce Momjian
2003-10-22Add mention that "today" doesn't work as column default anymore.Bruce Momjian
2003-10-22Another example-to-documentation difference. Maybe we can find aTom Lane
better way to keep these in sync...
2003-10-21Ooops, missed updating this part of the complex-datatype example.Tom Lane
2003-10-21Update the complex-datatype example to V1 function calling conventions,Tom Lane
and add binary send/receive functions. Fix some other grottiness such as failure to mark the C functions STRICT.
2003-10-21For some reason, the preface mentions just six of the seven major partsTom Lane
of the book. Fix it.
2003-10-21Add release info about dollar signs to migration section:Bruce Momjian
<listitem><para> Dollar sign (<literal>$</>) is no longer allowed in operator names</para></listitem> <listitem><para> Dollar sign (<literal>$</>) can be a non-first character in identifiers</para></listitem>
2003-10-17Document all the system views created by initdb (several of these wereTom Lane
never documented anywhere, sigh). Centralize the detailed documentation of system views into catalogs.sgml, and provide cross-references.
2003-10-17Add a listing of our SQLSTATE error codes to the documentation.Tom Lane
Link to it from some appropriate places.