summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-11More updates.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11Cleanup of source.Bruce Momjian
2001-02-11Add to Makefile.Bruce Momjian
2001-02-11Add pg_logger to /contrib.Bruce Momjian
2001-02-11The attached patch does the following:Bruce Momjian
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-11Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii
2001-02-11conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii
2001-02-11Clean up mutibyte supoorting source files.Tatsuo Ishii
Now only wchar.c is shared by fronetnd/backend.
2001-02-11Clean up HISTORY file, add dates to releases.Bruce Momjian
2001-02-11Repair markup.Peter Eisentraut
2001-02-10Disable X connection close in ODBC until solution is found.Bruce Momjian
2001-02-10Format to match standard conventionsBruce Momjian
2001-02-10Convert to standard 4-space tabs.Bruce Momjian
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
When no suitable YACC is configured, supply useful informational messages to users. (Same way flex has been handled for a while.)
2001-02-10move commentBruce Momjian
2001-02-10Document that NetBSD's libedit can be used instead of readline.Peter Eisentraut
2001-02-10Add note about the availability of contrib/mac for the macaddr data type.Peter Eisentraut
2001-02-10Add comment about linker/compiler on bsd.Bruce Momjian
2001-02-10Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian
2001-02-10Repair BSD/OS shared library fixes.Peter Eisentraut
2001-02-10Back out addition. Seems grammar doesn't handle CONSTRAINT as optional.Bruce Momjian
2001-02-10Add mention of CONSTRAINT in ADD CONSTRAINT section.Bruce Momjian
2001-02-10Revert shlib changes.Bruce Momjian
2001-02-10Remove protcol option buttons.Bruce Momjian
2001-02-10ODBC BSD/OS fix.Bruce Momjian
2001-02-10cleanupBruce Momjian
2001-02-10Add URL for my2pg.pl.Bruce Momjian
2001-02-10Add description.Bruce Momjian
2001-02-10Add both conversion utilities.Bruce Momjian
2001-02-10cleanupBruce Momjian
2001-02-10Add other mysql conversion utility for comparisons.Bruce Momjian
2001-02-10Allow -Bsymbolic on BSDI for ODBC.Bruce Momjian
2001-02-10Fix on LinuxPeter Eisentraut
2001-02-10Minor improvements and copy-editing.Tom Lane
2001-02-10More ODBC formatting cleanup.Bruce Momjian
2001-02-10Fix example of syntactic ambiguity between prefix/infix/postfix operatorsTom Lane
--- Postgres now accepts the example we claimed it wouldn't. Miscellaneous copy-editing as well.
2001-02-10Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian
weren't the master source. We are now, and it really needs it.
2001-02-10Remove protocol-dependent code. This should have been on previous commit.Bruce Momjian
2001-02-10CleanupBruce Momjian
2001-02-10More cleanup, again not sure it works.Bruce Momjian
2001-02-10Clean up bad variable used in script. Still not sure it works under Linux.Bruce Momjian
2001-02-10Properly exit ODBC with 'X', allow linking on BSD/OS.Bruce Momjian
2001-02-10Fix documentation of EXECUTE, add documentation of FOR ... EXECUTE.Tom Lane
2001-02-10Fix byte-vs-word-width oversight in m68k TAS() code.Tom Lane
Man, this brings back some old memories ...
2001-02-10Update findoidjoins notes for 7.1.Tom Lane
2001-02-10Compile a little more cleanly.Tom Lane
2001-02-10Add oid2name subdirectory to contrib Makefile.Tom Lane
2001-02-10Ignore leading whitespace when trying to determine statement type,Tom Lane
so that ODBC driver doesn't go belly up by failing to recognize a SELECT as such.