- 16 Aug, 1998 2 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Bracket things with #ifdef ENABLE_LINE_TYPE. The line data type has always been used internally to support other types, but I/O routines have never been defined for it.
-
- 15 Aug, 1998 13 commits
-
-
Thomas G. Lockhart authored
removed from the man pages and put into the new sgml docs.
-
Thomas G. Lockhart authored
pgbuiltin.3 is obsolete for sure, and libpq.3 can become so since the size and scope of this man page is not appropriate in a man page format.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
The "Oracle compatibility" page should have always been in with functions anyway. The BKI information is not really appropriate for a man page.
-
Thomas G. Lockhart authored
Make sure all files end with a newline.
-
Thomas G. Lockhart authored
Now back in sync with libpq.3 man page, which should be obsolete soon.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
and plans for some of them.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
on the mailing lists a while ago. Maybe slightly changed to fit docs. Will go into the User's Guide.
-
Thomas G. Lockhart authored
anyway, so this will replace them as of now.
-
Thomas G. Lockhart authored
Never seen because the parser frontend converts all trim() calls to btrim(), ltrim(), and rtime() calls before execution.
-
Thomas G. Lockhart authored
-
- 14 Aug, 1998 3 commits
-
-
Thomas G. Lockhart authored
indices for restriction clauses containing a constant. Note that if an index does not match directly (usually because the types on both side of the clause don't match), and if a binary-compatible index is identified, then the operator function will be replaced by a new one. Should not be a problem, but be sure that if types are listed as being binary compatible (in parse_coerce.h) then the comparison functions are also binary-compatible, giving equivalent results.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
trouble, and the name of the shared library has been changed recently. Had to rerun ldconfig on my machine to get it working again. Give an error message with a helpful hint if so...
-
- 11 Aug, 1998 10 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
functions btrim() ltrim() and rtrim(). The error was that the character after the set was included in the tests (ptr2 pointed to the character after the vardata part of set if no match found, so comparing *ptr or *end against *ptr2 MAY match -> strip). Jan -- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #======================================== jwieck@debis.com (Jan Wieck) #
-
Bruce Momjian authored
to understand cursors with variables. Michael
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 Aug, 1998 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 09 Aug, 1998 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
The attached patch implements some changes that were discussed a couple weeks ago on the hackers and interfaces lists: 1. When the backend sends a NOTICE message and closes the connection (typically, because it was told to by the postmaster after another backend coredumped), libpq will now print the notice and close the connection cleanly. Formerly, the frontend app would usually terminate ungracefully due to a SIGPIPE. (I am not sure if 6.3.2 behaved that way, but the current cvs sources do...) 2. libpq's various printouts to stderr are now fed through a single "notice processor" routine, which can be overridden by the application to direct notices someplace else. This should ease porting libpq to Windows. I also noticed and fixed a problem in PQprint: when sending output to a pager subprocess, it would disable SIGPIPE in case the pager terminates early (this is good) --- but afterwards it reset SIGPIPE to SIG_DFL, rather than restoring the application's prior setting (bad). regards, tom lane
-
- 07 Aug, 1998 1 commit
-
-
Bruce Momjian authored
-
- 06 Aug, 1998 1 commit
-
-
Bruce Momjian authored
files. Fix sequence creation hack for relkind type.
-
- 05 Aug, 1998 1 commit
-
-
Bruce Momjian authored
-