- 28 Jun, 2003 4 commits
-
-
Bruce Momjian authored
> * Automatically place fixed-width, NOT NULL columns first in a table
-
Bruce Momjian authored
-
Tom Lane authored
client-side AUTOCOMMIT mode now: '\set AUTOCOMMIT off' supports SQL-spec commit behavior. Get rid of LO_TRANSACTION hack --- the LO operations just work now, using libpq's ability to track the transaction status. Add a VERBOSE variable to control verboseness of error message display, and add a %T prompt-string code to show current transaction-block status. Superuser state display in the prompt string correctly follows SET SESSION AUTHORIZATION commands. Control-C works to get out of COPY IN state.
-
Tom Lane authored
state by itself, so do so.
-
- 27 Jun, 2003 10 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
Greg Sabino Mullane
-
Peter Eisentraut authored
-
Bruce Momjian authored
< * Improve performance for queries with many columns
-
Bruce Momjian authored
> * Improve performance for queries with many columns
-
Tom Lane authored
comparison functions), replacing the highly bogus bitwise array_eq. Create a btree index opclass for ANYARRAY --- it is now possible to create indexes on array columns. Arrange to cache the results of catalog lookups across multiple array operations, instead of repeating the lookups on every call. Add string_to_array and array_to_string functions. Remove singleton_array, array_accum, array_assign, and array_subscript functions, since these were for proof-of-concept and not intended to become supported functions. Minor adjustments to behavior in some corner cases with empty or zero-dimensional arrays. Joe Conway (with some editorializing by Tom Lane).
-
- 26 Jun, 2003 4 commits
-
-
Tom Lane authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 Jun, 2003 22 commits
-
-
Bruce Momjian authored
> * Create improved PostgreSQL introductory documentation for the PHP > manuals (Rory)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow the identifier length to be increased via a configure option
-
Bruce Momjian authored
> * Promote debug_query_string into a server-side function current_query()
-
Bruce Momjian authored
not ready yet.
-
Bruce Momjian authored
Joe Conway
-
Tom Lane authored
HH:MM:SS.SSS... when there is a nonzero part-of-a-day field in an interval value. The seconds part used to be suppressed if zero, but there's no equivalent behavior for timestamp, and since we're modeling this format on timestamp it's probably wrong. Per complaint and patch from Larry Rosenman.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
This is no longer necessary or appropriate since we don't use zero typeid as a wildcard anymore, and it fixes a nasty performance problem with functions with many parameters. Per recent example from Reuven Lerner.
-
Tom Lane authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Michael Meskes authored
-