summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2001-11-25Further work on postmaster and postgres reference pages.Tom Lane
2001-11-25Fix markup error I introduced.Bruce Momjian
2001-11-25Add cross-reference to standalone-backend ref page.Tom Lane
2001-11-25Mention -c also allows -- GNU long option format, all platforms.Bruce Momjian
2001-11-24Tweak int8in to accept -9223372036854775808, per recent discussion inTom Lane
2001-11-23Copy-editing.Tom Lane
2001-11-23Copy-editing.Tom Lane
2001-11-22Add mention that ALTER TABLE RENAME affects indexes and sequences too.Bruce Momjian
2001-11-22Add description of SSL request protocol. Miscellaneous copy-editing.Tom Lane
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-21Add documentation for pg_get_ruledef and friends.Tom Lane
2001-11-21Spelling and grammatical corrections.Tom Lane
2001-11-21Deprecate 'current' date/time constant.Thomas G. Lockhart
2001-11-21Deprecate 'current' for date/time input.Thomas G. Lockhart
2001-11-21Update for first platforms reported as workingThomas G. Lockhart
2001-11-21Peter Eisentraut wrote:Bruce Momjian
2001-11-20Added a few paragraphs to explain current restricted execution environment,Bruce Momjian
2001-11-20Here's a patch adding documentation for the PQescapeBytea function toBruce Momjian