summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2002-11-05Update ports list.Bruce Momjian
2002-11-05Update ports list.Bruce Momjian
2002-11-05Fix broken markup.Tom Lane
2002-11-05Update ports list.Bruce Momjian
2002-11-04Update ports list.Bruce Momjian
2002-11-03Update FAQ_DEV.Bruce Momjian
2002-11-03This patch adds a couple of extra index entries and removes someBruce Momjian
out-of-date text about multibyte encoding (which is now always included). Oliver Elphick
2002-11-03This patch adds information to the documentation on .pgpass and createsBruce Momjian
additional index entries for it. Oliver Elphick
2002-11-02Fix some misstatements in WAL parameter discussion.Tom Lane
2002-11-02Remove encoding lookups from grammar stage, push them back to placesTom Lane
where it's safe to do database access. Along the way, fix core dump for 'DEFAULT' parameters to CREATE DATABASE. initdb forced due to change in pg_proc entry.
2002-11-02Fix permissions-checking bugs and namespace-search-path bugs inTom Lane
CONVERSION code. Still need to figure out what to do about inappropriate coding in parsing.
2002-11-02Update port list.Bruce Momjian
2002-10-31Update description of timestamp types for 7.3 implementation.Tom Lane
2002-10-30Add mention of T on .pot files, from pkuczynski@hypode.plBruce Momjian
2002-10-30Clean up Unixware entry for Larry RosenmanBruce Momjian
2002-10-29Update ports list.Bruce Momjian
2002-10-29Update ports list.Bruce Momjian
2002-10-29Update ports list.Bruce Momjian
2002-10-29Clean up markup in ports list.Bruce Momjian
2002-10-29Update ports list.Bruce Momjian
2002-10-29Update Giles email address.Bruce Momjian
2002-10-29Update port list.Bruce Momjian
2002-10-29Update port list.Bruce Momjian
2002-10-29Update port list.Bruce Momjian
2002-10-29Update port list.Bruce Momjian
2002-10-27Update ports list.Bruce Momjian
2002-10-26Update ports.Bruce Momjian
2002-10-26Update ports list.Bruce Momjian
2002-10-26Update port list.Bruce Momjian
2002-10-26Update ports.Bruce Momjian
2002-10-26Update BSD/OS as supported platform.Bruce Momjian
2002-10-24Add note about sort order of character datatypes being locale-dependent,Tom Lane
per suggestion from Nicolaus Erichsen.
2002-10-24Make link to schema inspection functions more clear.Tom Lane
2002-10-24Add introductory sections explaining what each book is about. Remove Y2KPeter Eisentraut
statement.
2002-10-23Add mention of postgres signals to reference pageBruce Momjian
Joseph Shraibman
2002-10-22Updated German FAQ, from Ian BarwickBruce Momjian
2002-10-22Specify that we need bison >= 1.50.Tom Lane
2002-10-21Move libpgeasy.sgml to gborg.Bruce Momjian
2002-10-21Move odbc.sgml to gborg ODBC project.Bruce Momjian
2002-10-21Small update for the removal of some memory leaks in plpython SGML example.Bruce Momjian
Nigel J. Andrews
2002-10-21Improve ECPG documentation.Peter Eisentraut
2002-10-21Since ANY is a reserved word, better suggest that ANY be quoted whenTom Lane
used for the input type of an aggregate.
2002-10-21Fix documented sizes of geometric types.Tom Lane
2002-10-21Fix example of doing a restore.Tom Lane
2002-10-21Updates from Ian Barwick.Bruce Momjian
2002-10-20Remove trailing blanks in cvs.sgml.Bruce Momjian
2002-10-20Update description of numeric constants to match 7.3 reality.Tom Lane
Miscellaneous other copy-editing.
2002-10-20Update char/varchar()/text/bytea to mention they have similar performanceBruce Momjian
characteristics.
2002-10-20Update Japanese FAQ, from Jun Kuwamura.Bruce Momjian
2002-10-20Add warning that autocommit=off is not well-supported yet.Tom Lane