- 01 Apr, 2004 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
'fuzzy cost comparison' patch. Mea culpa for not having noticed this when I committed the patch.
-
Tom Lane authored
results with tuples as ordinary varlena Datums. This commit does not in itself do much for us, except eliminate the horrid memory leak associated with evaluation of whole-row variables. However, it lays the groundwork for allowing composite types as table columns, and perhaps some other useful features as well. Per my proposal of a few days ago.
-
Bruce Momjian authored
-
- 31 Mar, 2004 5 commits
-
-
Bruce Momjian authored
rather than per-stage stats).
-
Bruce Momjian authored
--------------------------------------------------------------------------- 1. In keeping with the recent discussion that there should be more said about views, stored procedures, and triggers, in the tutorial, I have added a bit of verbiage to that end. 2. Some formatting changes to the datetime discussion, as well as addition of a citation of a relevant book on calendars. Christopher Browne
-
Bruce Momjian authored
-
Bruce Momjian authored
* Move psql backslash database information into the backend, use nmumonic commands? [psql]
-
Bruce Momjian authored
* Prevent unneeded quoting in psql \d output using fmtId()
-
- 30 Mar, 2004 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
said about views, stored procedures, and triggers, in the tutorial, I have added a bit of verbiage to that end. 2. Some formatting changes to the datetime discussion, as well as addition of a citation of a relevant book on calendars. Christopher Browne
-
Bruce Momjian authored
> * Add GUC variable to allow output of interval values in ISO8601 format
-
Bruce Momjian authored
data types.
-
Bruce Momjian authored
Fix to_char(year) for BC dates. Previously it returned one less than the current year. Add documentation mentioning that there is no 0 AD.
-
Teodor Sigaev authored
boxes. Change interface to user-defined GiST support methods union and picksplit. Now instead of bytea struct it used special GistEntryVector structure.
-
- 29 Mar, 2004 3 commits
-
-
Tom Lane authored
same path keys and nearly equivalent costs will be considered redundant. The exact nature of the fuzziness may get adjusted later based on current discussions, but no one has shot a hole in the basic idea yet ...
-
Michael Meskes authored
-
Bruce Momjian authored
-
- 28 Mar, 2004 2 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
- 27 Mar, 2004 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
/* This scrolls off the screen when using /dev/tty */
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
only stable and not immutable, pred_test_simple_clause has to guard against making invalid deductions. Add a test for immutability of the selected test_op.
-
- 26 Mar, 2004 2 commits
-
-
Bruce Momjian authored
-
Neil Conway authored
-
- 25 Mar, 2004 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Teodor Sigaev authored
2 Add silly ordering for ts_vector to aim grouping, union, except etc. Don't use BTree opclass (tsvector_ops).
-
- 24 Mar, 2004 6 commits
-
-
Tom Lane authored
a whole row or record variable into a SQL function. Eventually this case should be made to actually work, but for now this is better than what it did before.
-
Tom Lane authored
is measured in kilobytes and checked against actual physical execution stack depth, as per my proposal of 30-Dec. This gives us a fairly bulletproof defense against crashing due to runaway recursive functions.
-
Bruce Momjian authored
* Have pg_dump use multi-statement transactions for INSERT dumps
-
Tom Lane authored
-
Neil Conway authored
-
Bruce Momjian authored
(errmsg("no socket configured for listening")));
-