- 08 Mar, 2004 3 commits
-
-
Bruce Momjian authored
warning.
-
Bruce Momjian authored
Ian Barwick
-
Tom Lane authored
strict, per discussion with Dennis Haney. Also, rearrange the preceding tests to avoid redundancy.
-
- 07 Mar, 2004 8 commits
-
-
Tom Lane authored
-
Neil Conway authored
I have changed the name of the new parse function to xml_valid and fixed a reference to SortMem which meant that the code as supplied would work against 7.3 and 7.4 but wouldn't work in CVS.
-
Michael Meskes authored
-
Tom Lane authored
predicate of the form 'foo IS NOT NULL' is implied by a WHERE clause that uses 'foo' in any strict operator or function. Per suggestion and preliminary implementation by John Siracusa; some further hacking by moi.
-
Neil Conway authored
incorrect SGML markup.
-
Joe Conway authored
and, dblink_fetch -- allows ERROR on remote side of connection to throw NOTICE locally instead of ERROR. Also removed documentation for previously deprecated, now removed, functions.
-
Neil Conway authored
runtime.
-
Neil Conway authored
-
- 06 Mar, 2004 1 commit
-
-
Bruce Momjian authored
-
- 05 Mar, 2004 17 commits
-
-
Tom Lane authored
indicate that you could specify multiple listen addresses.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Change back to /dev/stdin, even though it isn't portable. Let's wait for someone to complain they don't have /dev/stdin.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
http://www.torchbox.comBruce Momjian authored
have been able to significantly improve the contrib/xml XPath integration code. New features: * XPath set-returning function allows multiple results from an several XPath queries to be used as a virtual table. * Using libxslt, XSLT transformations (with and without parameters) are supported. (Caution: This support allows generic URL fetching from within the backend as well). I've removed the old code so that it is all libxml based. Rather than attach as a patch, I've put the tar.gz (10k!) at http://www.azuli.co.uk/pgxml-1.0.tar.gz (all files in archive are xml/....). I think this is worth replacing the contrib version with, even though the function names have changed (though the same functionality is there), because it includes a SRF and some SPI usage, in addition to linking to an external library. And it isn't a big module! Obviously, I understand that people might prefer to move it elsewhere, or might have reservations about replacing an existing contrib module with an incompatible one. I'm open to suggestions. John Gray
-
Bruce Momjian authored
support for 'week' within the date_trunc function. Within the patch I added a couple of test cases and associated target output, and changed the documentation to add 'week' appropriately. Robert Creager
-
Tom Lane authored
schema-safe. Make it so, and improve the internal support for knowledge of server version.
-
Bruce Momjian authored
* Mostly, casting etc to remove compilation warnings in win32 only code. * main.c: set _IONBF to stdout/stderr under win32 (under win32, _IOLBF defaults to full buffering) * pg_resetxlog/Makefile: ensures dirmod.o gets cleaned (got bitten by this when, after "make clean"ing, switching compilation between Ming + Cygwin) Claudio Natoli
-
Bruce Momjian authored
-
Bruce Momjian authored
+extern Oid SPI_getargtypeid(void *plan, int argIndex); +extern int SPI_getargcount(void *plan); +extern bool SPI_is_cursor_plan(void *plan); Thomas Hallgren
-
Bruce Momjian authored
-
- 04 Mar, 2004 4 commits
-
-
Neil Conway authored
float8 types. This begins the deprecation of this feature: in 7.6, this input will be rejected. Also added a new error code for warnings about deprecated features, and updated the regression tests.
-
Dennis Bjorklund authored
be omitted. This patch fixes that. It also fixes a bug where the type text was not wrapped as <type>text</type>.
-
Bruce Momjian authored
-
Michael Meskes authored
- Added check for multidimensional array usage.
-
- 03 Mar, 2004 7 commits
-
-
Neil Conway authored
the FROM clause and an example to the UPDATE reference page, and make a few other SGML tweaks.
-
Tom Lane authored
object types, rather than by OID. This should help ensure consistent dump output from databases that are logically the same but have different histories, per recent discussion about 'diffing' databases. The patch is bulky because of renaming of fields, but not very complicated. Also, do some tweaking to cause BLOB restoration to be done in a better order, and clean up pg_restore's textual output to exactly match pg_dump.
-
Bruce Momjian authored
-
Bruce Momjian authored
< o Add PL/PHP (Joe, Jan) > o Add PL/PHP (Joe)
-
Bruce Momjian authored
-
Bruce Momjian authored
> o Add way to remove cluster specification on a table
-
Bruce Momjian authored
which are munged by sed, such as: /e/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data to be correctly passed as: e:/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data FWIW, "fixes" a large (> 20) tests under Win32. Claudio Natoli
-