summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2001-12-28Add more Christof Petig ecpg items.Bruce Momjian
2001-12-28Add mention of Christof Petig for ecpg items.Bruce Momjian
2001-12-27Expand on description of when to use or not use TRUST auth method.Tom Lane
2001-12-27Document obj_description and col_description functions; expandTom Lane
2001-12-27Small fixesPeter Eisentraut
2001-12-27Mention datatype() casting change.Bruce Momjian
2001-12-27Update for new timestamp behavior.Bruce Momjian
2001-12-23Fix directions for a client-only install, per comments from Alexey BorzovTom Lane
2001-12-23Update description of CURRENT_TIMESTAMP and friends.Tom Lane
2001-12-23Type interval takes a precision, too.Tom Lane
2001-12-23Lots of content and formatting improvements in release notes. HISTORYPeter Eisentraut
2001-12-23Add missing id attribute.Peter Eisentraut
2001-12-21Spiff up discussion of precision on date/time data types.Thomas G. Lockhart
2001-12-21Allow location of index creation perl script be be specified inThomas G. Lockhart
2001-12-19Some tuningPeter Eisentraut
2001-12-10Revert breakagePeter Eisentraut
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
2001-12-08Update list of currently supported platforms.Thomas G. Lockhart
2001-12-04Enforce restriction that COPY DELIMITERS string must be exactly oneTom Lane
2001-12-04Recommend --enable-debug with somewhat more enthusiasm.Tom Lane
2001-12-04Fix trigger example for PG 7.2 change: count(*) now returns int8.Tom Lane
2001-12-04Document max-processes-per-user limit as a possible cause of failuresTom Lane
2001-12-04Add some more material to the section about partial indexes.Tom Lane
2001-12-01Provide some documentation for EXISTS, IN, NOT IN, ANY/SOME/ALL,Tom Lane
2001-11-30Mention rules and views instead of SELECT triggers.Bruce Momjian
2001-11-29Add mention of no SELECT triggers.Bruce Momjian
2001-11-29Fix array_out's failure to backslash backslashes, per bug# 524. Also,Tom Lane
2001-11-29Cleanup of new ps markup.Bruce Momjian
2001-11-29Update ps status display information for Solaris, from Tom Lane.Bruce Momjian
2001-11-29Improve wordingPeter Eisentraut
2001-11-29Updated jdbc docs to reflect the doc comments received. Most comments wereBarry Lind
2001-11-28proof-readingPeter Eisentraut
2001-11-28Mention ps environment flag, not just -e.Bruce Momjian
2001-11-28Update 'ps e' comments.Bruce Momjian
2001-11-28Document that PGPASSWORD is not secure.Bruce Momjian
2001-11-28Clarify per suggestion from Bruno Wolff.Tom Lane
2001-11-28Point out the dependency on having int8 arithmetic available.Tom Lane
2001-11-28Reiterate that parsing of plpgsql functions is per-process.Tom Lane
2001-11-28Add mention of init -W flag for security.Bruce Momjian
2001-11-27Update BSD/OS as supported on 7.2.Bruce Momjian
2001-11-27Add a section about loading libpgtcl; fix errors and omissions inTom Lane
2001-11-27Fix imcomplete SGML tag.Tatsuo Ishii
2001-11-27formating and spelling fixes to my last doc updateBarry Lind
2001-11-26Fix confusion about -f switch: it's output not input.Tom Lane
2001-11-26Update for all priviledge items.Bruce Momjian
2001-11-26Add mention of UPDATE permissions.Bruce Momjian
2001-11-26Add documentation about "--" not working on Free/OpenBSD.Bruce Momjian
2001-11-26More tag cleanups.Bruce Momjian
2001-11-26Fix SGML tag misspelling.Bruce Momjian
2001-11-26Updates to JDBC doc:Barry Lind