- 23 Dec, 2003 4 commits
-
-
Bruce Momjian authored
centralization and easier maintanence.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
existing variables (such as function parameters). Per gripe from David Fetter.
-
- 22 Dec, 2003 4 commits
-
-
Bruce Momjian authored
__sparc__.
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Have psql \dn show only visible schemas using current_schemas() > * Have psql \dn show only visible temp schemas using current_schemas()
-
Bruce Momjian authored
-
- 21 Dec, 2003 8 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> Attached is a patch that addressed all the discussed issues > that did not break backward compatability, including the > ability to output ISO-8601 compliant intervals by setting > datestyle to iso8601basic.
-
Bruce Momjian authored
commit, but I am adding it now so it is in CVS.] The patch basically is a slight rearrangement of the code to allow fork/exec on Unix, with the ultimate goal of doing CreateProcess on Win32. The changes are: o Write out postmaster global variables and per-backend variables to be read by the exec'ed backend o Mark some static variables as global when exec is used so then can be dumped from postmaster.c, marked NON_EXEC_STATIC o Remove value passing with -p now that we have per-backend file o Move some pointer storage out of shared memory for easier dumping. o Modified pgsql_temp directory cleanup to handle per-database directories and the backend exec directory under datadir. Claudio Natoli
-
Tom Lane authored
in _bt_first().
-
Tom Lane authored
to step more than one entry after descending the search tree to arrive at the correct place to start the scan. This can improve the behavior substantially when there are many entries equal to the chosen boundary value. Per suggestion from Dmitry Tkach, 14-Jul-03.
-
Tom Lane authored
needed. This caused us to fail all the time on Darwin, and we'd fail for some values of maxBackends on SysV-sema platforms, too.
-
- 20 Dec, 2003 8 commits
-
-
Tom Lane authored
<sys/time.h> where struct timeval is defined.
-
Tom Lane authored
even when HAVE_GETPEEREID is defined, else it will be unable to connect to pre-7.4 backends that are using IDENT authentication.
-
Tom Lane authored
ill-considered conditional logic in getpeereid patch of 3-Dec-2002). Per bug #1021.
-
Bruce Momjian authored
Claudio Natoli
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
a) ones that are 100% backward (such as the comment about outputting this format) and b) ones that aren't (such as deprecating the current postgresql shorthand of '1Y1M'::interval = 1 year 1 minute in favor of the ISO-8601 'P1Y1M'::interval = 1 year 1 month. Attached is a patch that addressed all the discussed issues that did not break backward compatability, including the ability to output ISO-8601 compliant intervals by setting datestyle to iso8601basic. Interval values can now be written as ISO 8601 time intervals, using the "Format with time-unit designators". This format always starts with the character 'P', followed by a string of values followed by single character time-unit designators. A 'T' separates the date and time parts of the interval. Ron Mayer
-
Bruce Momjian authored
-
- 19 Dec, 2003 7 commits
-
-
Bruce Momjian authored
tools/thread to run even if configure didn't enable threads because this test is used before enabling threads for the OS.
-
Bruce Momjian authored
from Michael Fuhr
-
Peter Eisentraut authored
-
Peter Eisentraut authored
untrusted languages (in case they sneak in).
-
Peter Eisentraut authored
-
Tom Lane authored
unsigned integers). Per report from Jim Crate.
-
Joe Conway authored
partially-evaluated SRFs. Per report found here: http://archives.postgresql.org/pgsql-general/2003-12/msg00851.php
-
- 18 Dec, 2003 9 commits
-
-
Tom Lane authored
Per Neil Conway.
-
Tom Lane authored
evaluating a set-valued function. This fixes some additional problems with rescanning partially-evaluated SRFs.
-
Peter Eisentraut authored
-
Tom Lane authored
shut down cleanly if the plan node is ReScanned before the SRFs are run to completion. This fixes the problem for SQL-language functions, but still need work on functions using the SRF_XXX() macros.
-
Teodor Sigaev authored
-
Peter Eisentraut authored
was integrated into ecpg_informix.h, the other ones go into their own subdirectory that is automatically considered by the embedded preprocessor when in Informix mode.
-
Dave Cramer authored
-
Dave Cramer authored
-
Bruce Momjian authored
Class-Shorthand Escapes<C2><AE>. I believe it will help intrepid regex users. :) David Fetter
-