- 17 Apr, 2003 4 commits
-
-
Tom Lane authored
with variable-width fields. No more truncation of long user names. Also, libpq can now send its environment-variable-driven SET commands as part of the startup packet, saving round trips to server.
-
Bruce Momjian authored
-
Tom Lane authored
since 7.2, per bug #947. Turns out it had wrong volatility label, too. Can't force initdb in 7.3 branch, but fix anyway for future installs.
-
Barry Lind authored
fixing an order by problem for index metadata results. Also includes removing some unused code as well as a fix to the toString method on statement. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
- 16 Apr, 2003 4 commits
-
-
Tom Lane authored
some message types. In particular add text/binary flag to StartCopyIn and StartCopyOut, so that client library can know what is expected or forthcoming.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
- 15 Apr, 2003 6 commits
-
-
Tom Lane authored
but I'm putting it up so people can see and comment on it.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
account for NULLs; in hindsight this is obvious since the code for the MCV-lists case would reduce to this when there are zero entries in both lists. Per example from Alec Mitchell.
-
- 14 Apr, 2003 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
SQL92 temp tables. Possibly I got it right this time.
-
Tom Lane authored
be reduced to a plain ERROR. Should make it at least a little less painful to deal with data-corruption problems.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
per suggestion from Mike Sykes.
-
Dave Cramer authored
-
- 13 Apr, 2003 5 commits
-
-
Peter Eisentraut authored
chapter as well.
-
Peter Eisentraut authored
-
Barry Lind authored
patch to add cursor based queries. Modified Files: jdbc/org/postgresql/core/BaseConnection.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
Tom Lane authored
-
Tom Lane authored
-
- 12 Apr, 2003 3 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tatsuo Ishii authored
See following posting for more details. Subject: Re: [HACKERS] [BUGS] Bug #943: Server-Encoding from EUC_TW to UTF-8 doesn't From: Tatsuo Ishii <t-ishii@sra.co.jp> To: michael.enke@wincor-nixdorf.com, pgsql-bugs@postgresql.org Cc: pgsql-hackers@postgresql.org Date: Sat, 12 Apr 2003 10:51:45 +0900 (JST)
-
- 11 Apr, 2003 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 10 Apr, 2003 4 commits
-
-
Tom Lane authored
-
Michael Meskes authored
-
Tom Lane authored
While usually safe, this fails if the coercion function needs the query snapshot to be set already. Per example from Nigel Andrews.
-
Peter Eisentraut authored
chapters on extending types, operators, and aggregates into the extending functions chapter. Move the information on how to call table functions into the queries chapter. Remove some outdated information that is already present in a better form in other parts of the documentation.
-
- 08 Apr, 2003 5 commits
-
-
Tom Lane authored
expressions, ARRAY(sub-SELECT) expressions, some array functions. Polymorphic functions using ANYARRAY/ANYELEMENT argument and return types. Some regression tests in place, documentation is lacking. Joe Conway, with some kibitzing from Tom Lane.
-
Tom Lane authored
non-gcc compilers, and they would never belong in CPPFLAGS anyway.
-
Tom Lane authored
-
Tom Lane authored
-
Michael Meskes authored
-