- 25 May, 2001 4 commits
-
-
Bruce Momjian authored
under Cygwin. The root cause of this problem is that (Sun) java is a native Win32 app and hence does not understand Cygwin Posix style paths. The solution is to use Cygwin's cygpath utility to convert the Posix style JDBC installation directory path into a Win32 one before invoking ant. I'm not sure if my patch is the best way to correct this issue but my goal was to confine the Cygwin specific constructs to Jason Tishler
-
Hiroshi Inoue authored
1) Query size limit(was 65536) for >=7.0 servers. 2) Text size limit(was 8190) for 7.1 servers.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 May, 2001 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
it does not support 64bit integers. AFAIK that's the default data type for OIDs, so I am not surprised that this does not work. Use gcc instead. BTW., 7.1 does not compile as is with gcc either, I believed the required patches made it into the 7.1.1 release but obviously I missed the deadline. Since the ports mailing list does not seem to be archived I have attached a copy of the patch (for 7.1 and 7.1.1). I've just performed a build of a Watcom compiled version and found a couple of bugs in the watcom specific part of that patch. Please use the attached version instead. Tegge, Bernd
-
Bruce Momjian authored
return oid on insert handle all primitive data types handle single quotes and newlines in Strings handle null variables deal with non public and final variables (not very well, though) Ken K
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 23 May, 2001 5 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 22 May, 2001 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
was lack of disk space. Oliver Elphick
-
Peter Eisentraut authored
to do that, but inconsistently.) Make bit type reject too short input, too, per SQL. Since it no longer zero pads, 'zpbit*' has been renamed to 'bit*' in the source, hence initdb.
-
Peter Eisentraut authored
-
Bruce Momjian authored
Klaus Reger
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
the output of "egrep '^[0-9]' " is empty. Changing the pattern to "egrep '^[ ]*[0-9]" generates the correct file. Tegge, Bernd
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 21 May, 2001 4 commits
-
-
Bruce Momjian authored
You can't use relation names alone in the target list, try relation.*
-
Bruce Momjian authored
-
Peter Eisentraut authored
too long. While I was adjusting the regression tests I moved the array things all into array.sql, to make things more manageable.
-
Jan Wieck authored
- New functions to create a portal using a prepared/saved SPI plan or lookup an existing portal by name. - Functions to fetch/move from/in portals. Results are placed in the usual SPI_processed and SPI_tuptable, so the entire set of utility functions can be used to gain attribute access. - Prepared/saved SPI plans now use their own memory context and SPI_freeplan(plan) can remove them. - Tuple result sets (SPI_tuptable) now uses it's own memory context and can be free'd by SPI_freetuptable(tuptab). Enhancement of PL/pgSQL - Uses generic named portals internally in FOR ... SELECT loops to avoid running out of memory on huge result sets. - Support for CURSOR and REFCURSOR syntax using the new SPI functionality. Cursors used internally only need no explicit transaction block. Refcursor variables can be used inside of explicit transaction block to pass cursors between main application and functions. Jan
-
- 20 May, 2001 2 commits
-
-
Tom Lane authored
create_index_paths are not immediately discarded, but are available for subsequent planner work. This allows avoiding redundant syscache lookups in several places. Change interface to operator selectivity estimation procedures to allow faster and more flexible estimation. Initdb forced due to change of pg_proc entries for selectivity functions!
-
Bruce Momjian authored
-
- 19 May, 2001 5 commits
-
-
Peter Eisentraut authored
initialized FmgrInfo structs linger after elog.
-
Peter Eisentraut authored
FUNCTION command. Guard against trying to load a directory. Update documentation some.
-
Bruce Momjian authored
errors.properties files were being copied.
-
Bruce Momjian authored
-
Bruce Momjian authored
-