- 26 Apr, 2003 3 commits
-
-
Tom Lane authored
as the correct user, not only query execution. Per report from Sean Chittenden.
-
Tom Lane authored
for tableID/columnID in RowDescription. (The latter isn't really implemented yet though --- the backend always sends zeroes, and libpq just throws away the data.)
-
Tom Lane authored
new stats collector oftener than once a minute. Per gripe from Erik Walthinsen 4/25/03.
-
- 25 Apr, 2003 9 commits
-
-
Tom Lane authored
-
Tom Lane authored
initial values and runtime changes in selected parameters. This gets rid of the need for an initial 'select pg_client_encoding()' query in libpq, bringing us back to one message transmitted in each direction for a standard connection startup. To allow server version to be sent using the same GUC mechanism that handles other parameters, invent the concept of a never-settable GUC parameter: you can 'show server_version' but it's not settable by any GUC input source. Create 'lc_collate' and 'lc_ctype' never-settable parameters so that people can find out these settings without need for pg_controldata. (These side ideas were all discussed some time ago in pgsql-hackers, but not yet implemented.)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
it, and map that to close() on Unix.
-
- 24 Apr, 2003 10 commits
-
-
Tom Lane authored
into a UNION that has some type coercions applied to the component queries, so long as the qual itself does not reference any columns that have such coercions. Per example from Jonathan Bartlett 24-Apr-03.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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 3 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
-