summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
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
description of COMMENT command.
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
and Vivek Khera.
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
now generated from DocBook sources.
2001-12-23Add missing id attribute.Peter Eisentraut
2001-12-21Spiff up discussion of precision on date/time data types.Thomas G. Lockhart
Add a NetBSD/alpha and update info on a few other platforms.
2001-12-21Allow location of index creation perl script be be specified inThomas G. Lockhart
Makefile.custom, to allow finding it on Mandrake systems (at least).
2001-12-19Some tuningPeter Eisentraut
2001-12-10Revert breakagePeter Eisentraut
2001-12-10Add new Japanese FAQ versions.Bruce Momjian
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
between Postgres and PostgreSQL.
2001-12-08Update list of currently supported platforms.Thomas G. Lockhart
Mention SQL9x precision syntax for date/time types. Use PostgreSQL consistantly throughout docs. Before, usage was split evenly between Postgres and PostgreSQL.
2001-12-05Update FAQ.Bruce Momjian
2001-12-05Update FAQ.Bruce Momjian
2001-12-05Update FAQ.Bruce Momjian
2001-12-04Enforce restriction that COPY DELIMITERS string must be exactly oneTom Lane
character; replace strchr() search with simple comparison to speed up COPY IN. Per discussion in pghackers.
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ.Bruce Momjian
2001-12-04Another test of double-commit. It used only commit one file.Bruce Momjian
2001-12-04Test of double-commit.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
2001-12-04Update FAQ_DEV.Bruce Momjian
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
in the parallel regression tests. Suggest editing parallel_schedule as a workaround if one cannot fix the system limits.
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
and row comparisons. How'd this manage to slip through the cracks?
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
remove brain-dead rule that double quotes are needed if and only if the datatype is pass-by-reference; neither direction of the implication holds water. Instead, examine the actual data string to see if it contains any characters that force us to quote it. Add some documentation about quoting of array values, which was previously explained nowhere AFAICT.
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
already addressed by previous doc updates.
2001-11-28Update FAQ.Bruce Momjian
2001-11-28proof-readingPeter Eisentraut
2001-11-28Mention ps environment flag, not just -e.Bruce Momjian
2001-11-28Update 'ps e' comments.Bruce Momjian