summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
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-10Update section about how to start server from boot scripts.Peter Eisentraut
2001-02-10Add new FreeBSD start script that makes use of new pg_ctl functionality.Peter Eisentraut
2001-02-09Remove last code that assumed xinv/xinx are large object files.Bruce Momjian
2001-02-09Avoid a particular <simplelist>. jadetex has formatting problems,Peter Eisentraut
apparently when the content is long enough to require line breaks.
2001-02-09Make more portable.Peter Eisentraut
2001-02-09This hasn't been used for anything for a long time...Tom Lane
2001-02-09Large object manual updates.Bruce Momjian
2001-02-09Remove link to dead subdirectory 'linux'.Tom Lane
2001-02-09Mention NetBSDBruce Momjian
2001-02-09Remove pg_service mention.Bruce Momjian
2001-02-09Update TODO list.Bruce Momjian
2001-02-09When updating a tuple containing compressed-in-line fields, do notTom Lane
decompress the existing fields unnecessarily.
2001-02-09Add -g as synonmym for --globals-only in pg_dumpall. Add info aboutBruce Momjian
-c,--clean option to manual page.
2001-02-09Update TODO list.Bruce Momjian
2001-02-09Update TODO list.Bruce Momjian
2001-02-09Update TODO list.Bruce Momjian
2001-02-09I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian
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-09Change SELECT to not trigger "BEGIN" in not autocommit mode.Hiroshi Inoue