71f2b6f015
Add to Makefile.
2001-02-11 02:18:48 +00:00
8d1b6de57c
Add pg_logger to /contrib.
2001-02-11 02:18:27 +00:00
e937156690
The attached patch does the following:
...
1) Tidies up the Datasource Dialogue now the version options are gone.
2) Tidies a comment in info.c.
3) Increments all version numbers to 07.01.0003 to take account of recent
revisions.
Regards, Dave Page
2001-02-11 02:01:22 +00:00
8f17e53f0e
Move pg_encoding_mblen() from common.c to wchar.c.
2001-02-11 01:59:22 +00:00
f54c02d2eb
conv.c did not compile anymore. Fix wrong header file inclusion.
2001-02-11 01:56:58 +00:00
91382c2882
Clean up mutibyte supoorting source files.
...
Now only wchar.c is shared by fronetnd/backend.
2001-02-11 01:52:11 +00:00
3f8e30651b
Clean up HISTORY file, add dates to releases.
2001-02-11 01:48:51 +00:00
31d3e21edf
Repair markup.
2001-02-11 01:41:00 +00:00
2cb7c5b24c
Disable X connection close in ODBC until solution is found.
2001-02-10 23:35:04 +00:00
4ea081e94f
Format to match standard conventions
2001-02-10 22:53:40 +00:00
b54073ea4c
Convert to standard 4-space tabs.
2001-02-10 22:42:01 +00:00
2660803697
Only look for bison as YACC; other yaccs need to be selected explicitly.
...
When no suitable YACC is configured, supply useful informational messages
to users. (Same way flex has been handled for a while.)
2001-02-10 22:31:42 +00:00
20edc4afd2
move comment
2001-02-10 18:46:34 +00:00
be274f47d0
Document that NetBSD's libedit can be used instead of readline.
2001-02-10 18:24:14 +00:00
88517a2d9e
Add note about the availability of contrib/mac for the macaddr data type.
2001-02-10 18:02:35 +00:00
f0b0337623
Add comment about linker/compiler on bsd.
2001-02-10 17:36:57 +00:00
00ab7b5896
Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.
2001-02-10 17:17:39 +00:00
8213e63d8c
Repair BSD/OS shared library fixes.
2001-02-10 16:51:40 +00:00
d3fb67db26
Back out addition. Seems grammar doesn't handle CONSTRAINT as optional.
2001-02-10 16:41:30 +00:00
a5dbde8b0a
Add mention of CONSTRAINT in ADD CONSTRAINT section.
2001-02-10 16:39:07 +00:00
db98204a8a
Revert shlib changes.
2001-02-10 16:26:38 +00:00
fd866b4580
Remove protcol option buttons.
2001-02-10 16:25:10 +00:00
a4b348f48f
ODBC BSD/OS fix.
2001-02-10 15:59:16 +00:00
a2a51234dd
cleanup
2001-02-10 12:07:12 +00:00
2563c3a929
Add URL for my2pg.pl.
2001-02-10 11:59:36 +00:00
66e7d16c27
Add description.
2001-02-10 11:53:14 +00:00
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