- 31 Mar, 2004 3 commits
-
-
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 14 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")));
-
Bruce Momjian authored
with socket calls in signal handlers (APC) on Win32. See details in mail to pgsql-hackers-win32 a couple of minutes ago. Magnus Hagander
-
Bruce Momjian authored
special Win32 open flag FILE_SHARE_DELETE. Claudio Natoli
-
Neil Conway authored
tiny improvements.
-
Bruce Momjian authored
I have removed the docs mentioning that SSL and Kerberos are not thread-safe. Manfred Spraul
-
Bruce Momjian authored
without unix domain sockets (win32).
-
Neil Conway authored
parameter description: postgresql.conf is not the place for documentating the functionality of a GUC var.
-
Bruce Momjian authored
>>equivalent to "-h localhost", shouldn't it? >> >> > >Now that is something I had not thought of. Seems we can assume a Win32 >psql can never use unix domain sockets, so defaulting that to localhost >is a good solution too. Andrew Dunstan
-
Bruce Momjian authored
WITH/WITHOUT OIDS in dump files. This makes dump files more portable. I have updated the pg_dump version so old binary dumps will load fine. Pre-7.5 dumps use WITHOUT OIDS in SQL were needed, so they should be fine.
-