summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2001-12-10Revert breakagePeter Eisentraut
2001-12-10updatePeter 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-06Update TODO list.Bruce Momjian
2001-12-05Add to java.Bruce Momjian
2001-12-05Update TODO list.Bruce Momjian
2001-12-05Update TODO list.Bruce Momjian
2001-12-05Update TODO list.Bruce Momjian
2001-12-05Add mention of CREATE TABLE and atttypmod problems.Bruce Momjian
2001-12-05Update TODO list.Bruce Momjian
2001-12-05Add mention of aggregates and updates causing problems.Bruce Momjian
2001-12-05Attached is the FAQ_MSWIN patch as promised. Hopefully, it is not tooBruce Momjian
little, too late... Jason Tishler
2001-12-05Update TODO list.Bruce Momjian
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-03A quickie FAQ_IRIX covering some known issues, from Luis Amigo.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 to Java.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-29added CallableStatement support to jdbc todoBarry Lind
2001-11-29Improve wordingPeter Eisentraut
2001-11-29Update TODO list.Bruce Momjian
2001-11-29Update TODO list.Bruce Momjian
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