- 17 Aug, 2003 20 commits
-
-
Tom Lane authored
are now driven by the default btree opclass, rather than assuming that particular operator names have the needed semantics.
-
Tom Lane authored
-
Tom Lane authored
datatype by array_eq and array_cmp; use this to solve problems with memory leaks in array indexing support. The parser's equality_oper and ordering_oper routines also use the cache. Change the operator search algorithms to look for appropriate btree or hash index opclasses, instead of assuming operators named '<' or '=' have the right semantics. (ORDER BY ASC/DESC now also look at opclasses, instead of assuming '<' and '>' are the right things.) Add several more index opclasses so that there is no regression in functionality for base datatypes. initdb forced due to catalog additions.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow PREPARE of cursors
-
Bruce Momjian authored
This useless routine will removed in 7.5. It's already discussed (see hackers list archive). Karel Zak
-
Bruce Momjian authored
> * Fix upper()/lower() to work for multibyte encodings >
-
Bruce Momjian authored
spelling mistake in the PREPARE ref page (2) Makes some English more consistent, in the ref pages for some of the client apps (3) Adds a link to the libpq docs in the vacuumdb ref page. Neil Conway
-
Bruce Momjian authored
have cursors that might outlive their creating transactions. A patch is attached that fixes this (suggestions on better wording are welcome). Neil Conway
-
Bruce Momjian authored
> * Allow pooled connections to query prepared queries > * Allow pooled connections to close all open WITH HOLD cursors
-
Bruce Momjian authored
any use of CIDR masks - here's a patch that adds a couple of sample lines and associated comments. Andrew Dunstan
-
Bruce Momjian authored
binary format read/created by COPY BINARY. It also mentions the contrib/binarycopy module. Lee Kindness.
-
Bruce Momjian authored
> * Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO >
-
Bruce Momjian authored
> * Add TRUNCATE ... CASCADE
-
Bruce Momjian authored
> * Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef()
-
Bruce Momjian authored
"syslog" option.) By the way: The "virtual_host" parameter is a bad name for that particular option, I think. "Virtual host" signals that PostgreSQL will behave differently according to which IP address it's contacted (like Apache's virtual host support which makes the web-server serve different sites according to different criteria). A better word for the options would be "tcpip_listen_addr" or something like that. Troels Arvin
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 16 Aug, 2003 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
configure to report if they are not found.
-
- 15 Aug, 2003 4 commits
-
-
Barry Lind authored
and test them, in addition to testing the underlying LargeObject API methods. Modified Files: jdbc/build.xml jdbc/org/postgresql/test/jdbc2/BlobTest.java
-
Barry Lind authored
using the V3 protocol. Modified Files: jdbc1/AbstractJdbc1Connection.java
-
Teodor Sigaev authored
-
Tom Lane authored
faster, but more importantly does not leak memory. Still needs more work though, per my recent note to pgsql-hackers.
-
- 14 Aug, 2003 11 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
initial response is 'S', not 'Y', when it is willing to do SSL.
-
Tom Lane authored
-
Tom Lane authored
the #includes it depends on.
-
Tom Lane authored
-
Tom Lane authored
We don't actually need the flag, so just #define it as zero in such cases.
-
Tom Lane authored
Christopher Kings-Lynne
-
Bruce Momjian authored
Update to POSIX getpwuid_r() function.
-
- 13 Aug, 2003 2 commits
-
-
Bruce Momjian authored
Larry Rosenman
-
Tom Lane authored
via extended query protocol, because it sends Sync right after Execute without realizing that the command to be executed is COPY. There seems to be no reasonable way for it to realize that, either, so the best fix seems to be to make the backend ignore Sync during copy-in mode. Bit of a wart on the protocol, but little alternative. Also, libpq must send another Sync after terminating the COPY, if the command was issued via Execute.
-