- 05 Aug, 2004 5 commits
-
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Joe Conway authored
subarrays of a given dimension have the same number of elements/subarrays. Also repair a longstanding undocumented (as far as I can see) ability to explicitly set array bounds in the array literal syntax. It now can deal properly with negative array indicies. Modify array_out so that arrays with non-standard lower bounds (i.e. not 1) are output with the expicit dimension syntax. This fixes a longstanding issue whereby arrays with non-default lower bounds had them changed to default after a dump/reload cycle. Modify regression tests and docs to suit, and add some minimal documentation regarding the explicit dimension syntax.
-
Joe Conway authored
-
Joe Conway authored
-
- 04 Aug, 2004 15 commits
-
-
Bruce Momjian authored
-
Dennis Bjorklund authored
real gettext() later on, so it was called twice before.
-
Tom Lane authored
and documentation to reference 8.0 instead of 7.5.
-
Tom Lane authored
-
Tom Lane authored
dependency was looking at wrong columns and so would always fail. Was not exposed by regression tests because we are only testing cases involving built-in (pinned) types and so no actual dependency entry exists to be removed.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
datatype. Per example from Gaetano Mendola, 2004-07-25.
-
Tom Lane authored
-
Tom Lane authored
Instead of putting all the OWNER TO commands at the end, it dumps then after each object. This is WAY more readable and nice. ACLs are still at the end. Christopher Kings-Lynne
-
Dennis Bjorklund authored
-
Tom Lane authored
-
Tom Lane authored
-
Dennis Bjorklund authored
that makes it impossible to translate to other languages.
-
Bruce Momjian authored
-
- 03 Aug, 2004 5 commits
-
-
Tom Lane authored
-
Tom Lane authored
and history files as per recent discussion. While at it, remove pg_terminate_backend, since we have decided we do not have time during this release cycle to address the reliability concerns it creates. Split the 'Miscellaneous Functions' documentation section into 'System Information Functions' and 'System Administration Functions', which hopefully will draw the eyes of those looking for such things.
-
Tom Lane authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
- 02 Aug, 2004 9 commits
-
-
Tom Lane authored
mode (per complaint from Kris Jurka) and it was only by chance that it didn't fail in simple-query mode. A COMMIT or ROLLBACK has to be executed by a portal, therefore it's wrong to suppose that there aren't any live portals at CleanupTransaction time.
-
Tom Lane authored
names, because the name we got from the lexer is already downcased. Just store the table in lower case and use strcmp ...
-
Tom Lane authored
error code for string-too-long errors. It should be STRING_DATA_RIGHT_TRUNCATION not STRING_DATA_LENGTH_MISMATCH. The latter probably should only be applied to cases where a string must be exactly so many bits --- there are no cases at all where it applies to character strings, only bit strings.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
constraints. Christopher Kings-Lynne.
-
Tom Lane authored
executed. Previously, the DECLARE would succeed but subsequent FETCHes would fail since the parameter values supplied to DECLARE were not propagated to the portal created for the cursor. In support of this, add type Oids to ParamListInfo entries, which seems like a good idea anyway since code that extracts a value can double-check that it got the type of value it was expecting. Oliver Jowett, with minor editorialization by Tom Lane.
-
- 01 Aug, 2004 6 commits
-
-
Tom Lane authored
into a README file instead of being in xact.c's header comment. Alvaro Herrera.
-
Tom Lane authored
to the old owner with the new owner. This is not necessarily right, but it's sure a lot more likely to be what the user wants than doing nothing. Christopher Kings-Lynne, some rework by Tom Lane.
-
Tom Lane authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
number of active subtransaction XIDs in each backend's PGPROC entry, and use this to avoid expensive probes into pg_subtrans during TransactionIdIsInProgress. Extend EOXactCallback API to allow add-on modules to get control at subxact start/end. (This is deliberately not compatible with the former API, since any uses of that API probably need manual review anyway.) Add basic reference documentation for SAVEPOINT and related commands. Minor other cleanups to check off some of the open issues for subtransactions. Alvaro Herrera and Tom Lane.
-