- 24 Apr, 2003 7 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
rewritten and the protocol is changed, but most elog calls are still elog calls. Also, we need to contemplate mechanisms for controlling all this functionality --- eg, how much stuff should appear in the postmaster log? And what API should libpq expose for it?
-
Bruce Momjian authored
-
Bruce Momjian authored
Also update copyright to be ours, with approval from Jan.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Karl Waclawek
-
- 22 Apr, 2003 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
have length words. COPY OUT reimplemented per new protocol: it doesn't need \. anymore, thank goodness. COPY BINARY to/from frontend works, at least as far as the backend is concerned --- libpq's PQgetline API is not up to snuff, and will have to be replaced with something that is null-safe. libpq uses message length words for performance improvement (no cycles wasted rescanning long messages), but not yet for error recovery.
-
- 21 Apr, 2003 3 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
value, per recent discussion on pgsql-general.
-
- 20 Apr, 2003 4 commits
-
-
Tom Lane authored
maintain a separate out-of-line version of PPC tas() anymore. Also fix S_UNLOCK for __powerpc64__ platforms.
-
Tom Lane authored
-
Tom Lane authored
deferredTriggerInvokeEvents only scan events added since it last ran. Stephan Szabo, some corrections by Tom Lane.
-
Bruce Momjian authored
-
- 19 Apr, 2003 4 commits
-
-
Bruce Momjian authored
Output \r\n termination on Win32. Disallow literal carriage return as a data value, backslash-carriage-return and \r still allowed. Doc changes already committed.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
have length counts, and COPY IN data is packetized into messages.
-
- 18 Apr, 2003 2 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
- 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 4 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
-