summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2002-11-09Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian
for temp tables. Gavin Sherry
2002-11-08Update discussion of floating-point problems in regression tests.Tom Lane
2002-11-08Here is a patch that does just that, while maintaining theBruce Momjian
"traditional" behavior, so the change should be transparent. Use the command "\pset pager always" to turn it on. Anything else does the normal toggle between "on" and "off" Greg Sabino Mullane
2002-11-08Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane
precision for float4, float8, and geometric types. Set it in pg_dump so that float data can be dumped/reloaded exactly (at least on platforms where the float I/O support is properly implemented). Initial patch by Pedro Ferreira, some additional work by Tom Lane.
2002-11-08Update libpq PQcmdTuples() and PQcmdStatus() docs, remove const paramBruce Momjian
doc mention to match code and include files.
2002-11-08I'm using libpgtcl with PostgreSQL-7.2.3. There is a discrepancy betweenBruce Momjian
the documentation and behavior of "pg_result $res -oid" when $res is not from an INSERT. The documentation says it should return an empty string, but in fact it returns 0. I think it used to return an empty string around PostgreSQL-7.1.3 when PQoidStatus() was used, but now it uses PQoidValue() which returns InvalidOid, 0 in this case. Assuming the current behavior is desired, here is a patch to the documentation doc/src/sgml/libpgtcl.sgml to match what really happens: ljb
2002-11-08Update release docs for 7.3.Bruce Momjian
2002-11-05Add OS/X kernel tuning section.Bruce Momjian
2002-11-05Update FAQ_DEV.Bruce Momjian
2002-11-05Update FAQ_DEV.Bruce Momjian
2002-11-05Update ports list.Bruce Momjian
2002-11-05Update ports list.Bruce Momjian
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