- 27 Mar, 2004 4 commits
-
-
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 15 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.
-
Neil Conway authored
and (in theory) QNX. Thanks to Chris KL for the report.
-
- 23 Mar, 2004 12 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
--disable-dollar-quoting. Andrew Dunstan
-
Bruce Momjian authored
in s_lock.c were not updated, and still refers to select. Made my grep hit the wrong files, so I figured a simple patch was in order.. (other refs in the same comment block was changed..) Magnus Hagander
-
Tom Lane authored
remove separate implementation of ALTER TABLE SET WITHOUT OIDS in favor of doing a regular DROP. Also, cause CREATE TABLE to account completely correctly for the inheritance status of the OID column. This fixes problems with dropping OID columns that have dependencies, as noted by Christopher Kings-Lynne, as well as making sure that you can't drop an OID column that was inherited from a parent.
-
Neil Conway authored
-
Neil Conway authored
-
Bruce Momjian authored
Fixed problem with pg_dump tar backups. Only happens on platforms that use our port/fseeko.c, which is currently BSD/OS and NetBSD.
-
Neil Conway authored
to the character set docs where appropriate, and improve the postmaster reference page. Character set cross-refs suggested by Gavin Kistner.
-
Bruce Momjian authored
*result = getpwuid_r(uid, resultbuf, buffer, buflen);
-
Tom Lane authored
listen_addresses parameter, as per recent discussion. The default behavior is now to listen on localhost, which eliminates the need for the -i postmaster switch in many scenarios. Andrew Dunstan
-
- 22 Mar, 2004 3 commits