2ecbd255d0
Add both conversion utilities.
2001-02-10 11:46:00 +00:00
228444ae99
cleanup
2001-02-10 11:43:33 +00:00
890bbf2770
Add other mysql conversion utility for comparisons.
2001-02-10 11:43:12 +00:00
8814d1b2e7
Allow -Bsymbolic on BSDI for ODBC.
2001-02-10 11:31:35 +00:00
3f4d68cc7b
Fix on Linux
2001-02-10 10:27:28 +00:00
a25a785f6d
Minor improvements and copy-editing.
2001-02-10 08:30:13 +00:00
5ad627479c
More ODBC formatting cleanup.
2001-02-10 07:11:28 +00:00
08265ef9c2
Fix example of syntactic ambiguity between prefix/infix/postfix operators
...
--- Postgres now accepts the example we claimed it wouldn't. Miscellaneous
copy-editing as well.
2001-02-10 07:08:44 +00:00
755a87332a
Run pgindent over ODBC source. We couldn't do this years ago because we
...
weren't the master source. We are now, and it really needs it.
2001-02-10 07:01:19 +00:00
505a828a66
Remove protocol-dependent code. This should have been on previous commit.
2001-02-10 06:58:40 +00:00
895a57bdd2
Cleanup
2001-02-10 06:57:53 +00:00
d2331b4ebd
More cleanup, again not sure it works.
2001-02-10 06:12:15 +00:00
6996a77246
Clean up bad variable used in script. Still not sure it works under Linux.
2001-02-10 05:55:17 +00:00
fd40942fd8
Properly exit ODBC with 'X', allow linking on BSD/OS.
2001-02-10 05:50:29 +00:00
618733de1a
Fix documentation of EXECUTE, add documentation of FOR ... EXECUTE.
2001-02-10 05:32:33 +00:00
af0a15287d
Fix byte-vs-word-width oversight in m68k TAS() code.
...
Man, this brings back some old memories ...
2001-02-10 04:07:25 +00:00
11da9e5cf8
Update findoidjoins notes for 7.1.
2001-02-10 03:57:42 +00:00
fce33c7f85
Compile a little more cleanly.
2001-02-10 03:44:54 +00:00
2a1553c7fd
Add oid2name subdirectory to contrib Makefile.
2001-02-10 03:44:06 +00:00
5b6acff6e0
Ignore leading whitespace when trying to determine statement type,
...
so that ODBC driver doesn't go belly up by failing to recognize a
SELECT as such.
2001-02-10 03:12:16 +00:00
d08741eab5
Restructure the key include files per recent pghackers discussion: there
...
are now separate files "postgres.h" and "postgres_fe.h", which are meant
to be the primary include files for backend .c files and frontend .c files
respectively. By default, only include files meant for frontend use are
installed into the installation include directory. There is a new make
target 'make install-all-headers' that adds the whole content of the
src/include tree to the installed fileset, for use by people who want to
develop server-side code without keeping the complete source tree on hand.
Cleaned up a whole lot of crufty and inconsistent header inclusions.
2001-02-10 02:31:31 +00:00
cf21985ab5
Update section about how to start server from boot scripts.
2001-02-10 00:50:18 +00:00
fdf87fdf7b
Add new FreeBSD start script that makes use of new pg_ctl functionality.
2001-02-10 00:13:23 +00:00
5c8055e41f
Remove last code that assumed xinv/xinx are large object files.
2001-02-09 22:23:47 +00:00
a1d28be831
Avoid a particular <simplelist>. jadetex has formatting problems,
...
apparently when the content is long enough to require line breaks.
2001-02-09 20:38:15 +00:00
6afd28c8f2
Make more portable.
2001-02-09 20:24:08 +00:00
b1e4cfa5f6
This hasn't been used for anything for a long time...
2001-02-09 19:26:45 +00:00
f835a4f1f7
Large object manual updates.
2001-02-09 19:24:09 +00:00
ed4f2f8278
Remove link to dead subdirectory 'linux'.
2001-02-09 18:42:35 +00:00
98d66c722c
Mention NetBSD
2001-02-09 17:55:48 +00:00
14f6445534
Remove pg_service mention.
2001-02-09 17:53:44 +00:00
327385b693
Update TODO list.
2001-02-09 17:37:49 +00:00
7fdca53711
When updating a tuple containing compressed-in-line fields, do not
...
decompress the existing fields unnecessarily.
2001-02-09 17:30:03 +00:00
b483ad84f8
Add -g as synonmym for --globals-only in pg_dumpall. Add info about
...
-c,--clean option to manual page.
2001-02-09 17:16:57 +00:00
59e321ddd4
Update TODO list.
2001-02-09 15:22:22 +00:00
a6e1bb065f
Update TODO list.
2001-02-09 15:20:54 +00:00
049c4e28aa
Update TODO list.
2001-02-09 15:15:09 +00:00
cf516c3bb1
I have deleted the include of termios.h in include/port/qnx4.h.
...
Then I recompiled pgsql and I have compiled a program with ecpg.
I have removed the termios.h, and the ECHO hack.
Thanks
Maurizio
2001-02-09 15:13:49 +00:00
5a03b0c393
Change SELECT to not trigger "BEGIN" in not autocommit mode.
2001-02-09 06:03:14 +00:00
dfbd5d6532
plpgsql's private copy of xlateSqlType was out of sync. Again. This
...
is clearly not maintainable, so dike it out in favor of calling the real
version in the backend's gram.y.
2001-02-09 03:26:28 +00:00
467f43d2fa
Document PL/TclU language variant, and do some minor copy-editing.
2001-02-09 03:06:38 +00:00
1f78ad262e
Restructure discussion of PL installation to emphasize createlang as the
...
recommended install procedure, rather than mentioning it as an afterthought.
2001-02-09 02:20:52 +00:00
b8cbb8c7e3
Remove no-longer-needed mklang script; now superseded by createlang.
2001-02-09 01:05:42 +00:00
8a2cdd77ad
EXECUTE of a SELECT ... INTO now draws a 'not implemented' error,
...
rather than executing the INTO clause with non-plpgsql semantics
as it was doing for the last few weeks/months. This keeps our options
open for making it do the right plpgsql-ish thing in future without
creating a backwards compatibility problem. There is no loss of
functionality since people can get the same behavior with CREATE TABLE AS.
2001-02-09 00:14:26 +00:00
bbac19a973
Remove outdated contrib/linux start scripts. Beat some sense into
...
contrib/init.d start script. Place into more aptly named directory. Maybe
we could add scripts for other platforms here later.
2001-02-08 19:53:33 +00:00
088c0b9546
Make -w the default for shut down, add -W option to specify no wait.
...
Add -l option to name log file. Set umask to 077.
Proper file descriptor redirection to allow postmaster to detach from
shell's process group.
Add -s option to turn off informational messages.
2001-02-08 19:39:24 +00:00
e58775ee75
UPdate file from Patrick.
2001-02-08 04:57:24 +00:00
27ed8ac260
Fix a misuse of 'char *' declaration.
2001-02-08 01:54:29 +00:00
897a895d32
When launching a child backend, take care to close file descriptors for
...
any other client connections that may exist (which would only happen if
another client is currently in the authentication cycle). This avoids
wastage of open descriptors in a child. It might also explain peculiar
behaviors like not closing connections when expected, since the kernel
will probably not signal EOF as long as some other backend is randomly
holding open a reference to the connection, even if the client went away
long since ...
2001-02-08 00:35:10 +00:00
608ddb7503
FixBTree flag still exists and may be used to turn
...
runtime recovery OFF.
2001-02-07 23:36:22 +00:00