summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2002-11-14Fix version number for FreeBSD/alpha on ports list.Bruce Momjian
2002-11-14Update ports list.Bruce Momjian
2002-11-14Update ports list.Bruce Momjian
2002-11-14Update ports list.Bruce Momjian
2002-11-13Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian
of cursor.
2002-11-12Add AIX as supported platform.Bruce Momjian
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
before commit, not after :-( --- the original coding is not only unsafe if an error occurs while it's processing, but it generates an invalid sequence of WAL entries. Resurrect 7.2 logic for deleting items when no longer needed. Use an enum instead of random macros. Editorialize on names used for routines and constants. Teach backend/nodes routines about new field in CreateTable struct. Add a regression test.
2002-11-11Merge documentation updates from 7.3 branch.Peter Eisentraut
2002-11-11Merge release note updates from 7.3 branch.Peter Eisentraut
2002-11-11Update jdbc doc to reflect correct name of the PGConnection class.Barry Lind
2002-11-10Update russian FAQ, from Viktor Vislobokov.Bruce Momjian
2002-11-10This patch makes a minor cleanup to the implementation of PERFORM inBruce Momjian
PL/PgSQL. Previously, it had been bundled together with the assign statement implementation, for some reason that wasn't clear to me (they certainly don't share any code with one another). So I separated them and made PERFORM a statement like any other. No changes in functionality. Along the way, I added some regression tests for PERFORM, added a bunch more SGML tags to the PL/PgSQL docs, and removed an obsolete comment relating to the implementation of RETURN NEXT. Neil Conway
2002-11-10Add documentation for array_upper/lower().Bruce Momjian
2002-11-10I just discovered, that there is missing a const when passing a bufferBruce Momjian
to PQescapeBytea and PQunescapeBytea. I fixed it and tried to create a usable diff (I'm not so familar to diff). Tommi M?kitalo
2002-11-10Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant.Bruce Momjian
Neil Conway
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