Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-10 | Add comment about linker/compiler on bsd. | Bruce Momjian | |
2001-02-10 | Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes. | Bruce Momjian | |
2001-02-10 | Repair BSD/OS shared library fixes. | Peter Eisentraut | |
2001-02-10 | Back out addition. Seems grammar doesn't handle CONSTRAINT as optional. | Bruce Momjian | |
2001-02-10 | Add mention of CONSTRAINT in ADD CONSTRAINT section. | Bruce Momjian | |
2001-02-10 | Revert shlib changes. | Bruce Momjian | |
2001-02-10 | Remove protcol option buttons. | Bruce Momjian | |
2001-02-10 | ODBC BSD/OS fix. | Bruce Momjian | |
2001-02-10 | cleanup | Bruce Momjian | |
2001-02-10 | Add URL for my2pg.pl. | Bruce Momjian | |
2001-02-10 | Add description. | Bruce Momjian | |
2001-02-10 | Add both conversion utilities. | Bruce Momjian | |
2001-02-10 | cleanup | Bruce Momjian | |
2001-02-10 | Add other mysql conversion utility for comparisons. | Bruce Momjian | |
2001-02-10 | Allow -Bsymbolic on BSDI for ODBC. | Bruce Momjian | |
2001-02-10 | Fix on Linux | Peter Eisentraut | |
2001-02-10 | Minor improvements and copy-editing. | Tom Lane | |
2001-02-10 | More ODBC formatting cleanup. | Bruce Momjian | |
2001-02-10 | Fix example of syntactic ambiguity between prefix/infix/postfix operators | Tom Lane | |
--- Postgres now accepts the example we claimed it wouldn't. Miscellaneous copy-editing as well. | |||
2001-02-10 | Run pgindent over ODBC source. We couldn't do this years ago because we | Bruce Momjian | |
weren't the master source. We are now, and it really needs it. | |||
2001-02-10 | Remove protocol-dependent code. This should have been on previous commit. | Bruce Momjian | |
2001-02-10 | Cleanup | Bruce Momjian | |
2001-02-10 | More cleanup, again not sure it works. | Bruce Momjian | |
2001-02-10 | Clean up bad variable used in script. Still not sure it works under Linux. | Bruce Momjian | |
2001-02-10 | Properly exit ODBC with 'X', allow linking on BSD/OS. | Bruce Momjian | |
2001-02-10 | Fix documentation of EXECUTE, add documentation of FOR ... EXECUTE. | Tom Lane | |
2001-02-10 | Fix byte-vs-word-width oversight in m68k TAS() code. | Tom Lane | |
Man, this brings back some old memories ... | |||
2001-02-10 | Update findoidjoins notes for 7.1. | Tom Lane | |
2001-02-10 | Compile a little more cleanly. | Tom Lane | |
2001-02-10 | Add oid2name subdirectory to contrib Makefile. | Tom Lane | |
2001-02-10 | Ignore 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-10 | Restructure the key include files per recent pghackers discussion: there | Tom 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-10 | Update section about how to start server from boot scripts. | Peter Eisentraut | |
2001-02-10 | Add new FreeBSD start script that makes use of new pg_ctl functionality. | Peter Eisentraut | |
2001-02-09 | Remove last code that assumed xinv/xinx are large object files. | Bruce Momjian | |
2001-02-09 | Avoid a particular <simplelist>. jadetex has formatting problems, | Peter Eisentraut | |
apparently when the content is long enough to require line breaks. | |||
2001-02-09 | Make more portable. | Peter Eisentraut | |
2001-02-09 | This hasn't been used for anything for a long time... | Tom Lane | |
2001-02-09 | Large object manual updates. | Bruce Momjian | |
2001-02-09 | Remove link to dead subdirectory 'linux'. | Tom Lane | |
2001-02-09 | Mention NetBSD | Bruce Momjian | |
2001-02-09 | Remove pg_service mention. | Bruce Momjian | |
2001-02-09 | Update TODO list. | Bruce Momjian | |
2001-02-09 | When updating a tuple containing compressed-in-line fields, do not | Tom Lane | |
decompress the existing fields unnecessarily. | |||
2001-02-09 | Add -g as synonmym for --globals-only in pg_dumpall. Add info about | Bruce Momjian | |
-c,--clean option to manual page. | |||
2001-02-09 | Update TODO list. | Bruce Momjian | |
2001-02-09 | Update TODO list. | Bruce Momjian | |
2001-02-09 | Update TODO list. | Bruce Momjian | |
2001-02-09 | I 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-09 | Change SELECT to not trigger "BEGIN" in not autocommit mode. | Hiroshi Inoue | |