- 06 Apr, 2004 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
the COPY NULL string: test=> copy pg_language to '/tmp/x' with delimiter '|'; COPY test=> copy pg_language to '/tmp/x' with delimiter '|' null '|x'; ERROR: COPY delimiter must not appear in the NULL specification test=> copy pg_language from '/tmp/x' with delimiter '|' null '|x'; ERROR: COPY delimiter must not appear in the NULL specification It also throws an error if it conflicts with the default NULL string: test=> copy pg_language to '/tmp/x' with delimiter '\\'; ERROR: COPY delimiter must not appear in the NULL specification test=> copy pg_language to '/tmp/x' with delimiter '\\' NULL 'x'; COPY
-
Bruce Momjian authored
-
- 05 Apr, 2004 12 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
sched_yield is a requirement for the test but not for our PostgreSQL code, so if it causes a portability problem, we will remove it.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
exiting.
-
Bruce Momjian authored
be built under VC++. Moves a pgstat win32 #def to port.h Claudio Natoli
-
Bruce Momjian authored
#ifdef NOT_USED code, and adds a new TBLOCK state which signals the fact that StartTransaction() has been executed. Alvaro Herrera
-
Bruce Momjian authored
Fabien COELHO
-
Bruce Momjian authored
variable to control logoutput location on Unix and Win32. Magnus Hagander
-
Bruce Momjian authored
handle new postgresql.conf values with SIGHUP better by better enforcing USERLIMIT settings on existing non-super-user backends.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Apr, 2004 1 commit
-
-
Bruce Momjian authored
rather than slashdot.org for testing.
-
- 02 Apr, 2004 7 commits
-
-
Tom Lane authored
'SELECT foo()' in a SQL function returning a rowtype, to simply pass back the results of another function returning the same rowtype. However, that hasn't actually worked in many years. Now it works again.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
transformed whole-row variables. Cleaner to use regular whole-row Vars.
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Tom Lane authored
signed chars...)
-
- 01 Apr, 2004 7 commits
-
-
Tom Lane authored
HPUX 11 ...)
-
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 5 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.
-