Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-10 | Allow -Bsymbolic on BSDI for ODBC. | Bruce Momjian | |
2001-02-10 | Fix on Linux | Peter Eisentraut | |
2001-02-10 | More ODBC formatting cleanup. | Bruce Momjian | |
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 byte-vs-word-width oversight in m68k TAS() code. | Tom Lane | |
Man, this brings back some old memories ... | |||
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-09 | Remove last code that assumed xinv/xinx are large object files. | Bruce Momjian | |
2001-02-09 | This hasn't been used for anything for a long time... | Tom Lane | |
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 | 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 | |
2001-02-09 | plpgsql's private copy of xlateSqlType was out of sync. Again. This | Tom Lane | |
is clearly not maintainable, so dike it out in favor of calling the real version in the backend's gram.y. | |||
2001-02-09 | Remove no-longer-needed mklang script; now superseded by createlang. | Tom Lane | |
2001-02-09 | EXECUTE of a SELECT ... INTO now draws a 'not implemented' error, | Tom Lane | |
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-08 | Make -w the default for shut down, add -W option to specify no wait. | Peter Eisentraut | |
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 | Fix a misuse of 'char *' declaration. | Hiroshi Inoue | |
2001-02-08 | When launching a child backend, take care to close file descriptors for | Tom Lane | |
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-07 | FixBTree flag still exists and may be used to turn | Vadim B. Mikheev | |
runtime recovery OFF. | |||
2001-02-07 | Runtime btree recovery is now ON by default. | Vadim B. Mikheev | |
2001-02-07 | Macro for btree runtime fix. | Vadim B. Mikheev | |
2001-02-07 | Repair postmaster memory leakage during password authentication. | Tom Lane | |
2001-02-07 | Redo pgaccess' queries about views so that they will work in both 7.1 | Tom Lane | |
and prior releases --- rely on pg_views view instead of direct access to pg_class and pg_rewrite. | |||
2001-02-07 | Not sure why this work script was in the repository ... but it doesn't | Tom Lane | |
belong ... | |||
2001-02-07 | Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH | Tom Lane | |
or local equivalent. Also, honor --with-pgport configure option for default port number, and allow PGPORT environment variable to override this. | |||
2001-02-07 | Make DEF_PGPORT available to Makefiles, so it can be substituted into | Tom Lane | |
scripts like pgaccess. | |||
2001-02-07 | Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for | Tom Lane | |
the Windows build... | |||
2001-02-07 | Remove broken (and unnecessary) definition of DEF_PGPORT. | Tom Lane | |
2001-02-07 | Only pass the -L* portions of LDFLAGS to the Python build environment. | Peter Eisentraut | |
Other flags can have unpredictable effects when Python uses different commands to build than we do. | |||
2001-02-07 | Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will not | Tom Lane | |
honor library search path that we so carefully installed into the executable ... | |||
2001-02-07 | Some updates prior to retrieving a fresh cvs copy: | Peter Mount | |
Tue Feb 06 19:00:00 GMT 2001 peter@retep.org.uk - Completed first two TestCase's for the test suite. JUnit is now recognised by ant. | |||
2001-02-06 | If the first argument is --version or --help, skip the root check. | Peter Eisentraut | |
2001-02-06 | PageAddItem in overwrite mode: must *NOT* check itemid' flag if | Vadim B. Mikheev | |
OffsetNumber == MaxOffsetNumber + 1 - there may be garbage there! | |||
2001-02-06 | Improved version handling introduced by Dave Page. | Hiroshi Inoue | |
The driver version is 07.01.0002 now. 1) initialized pg_version by DSN's protocol info so that we could always use pg_version info once a connection is established (pg_version() didn't exist before 6.4). PROTOCOL_XX() macros are removed(except from connection.[ch]). 2) provided a few macros to encapsulate connection's version info and replaced existent comparison stuff by those macros. 3) change SQLTables() so that 7.1 servers could show views. In addtion, the following patch from Dave Page is applied. This patch fixes a bug in SQLGetInfo for SQL_DBMS_VER which corrupted the driver version string. The driver version number has also been incremented to 07.01.0002. Regards, Dave. <<odbc.diff>> | |||
2001-02-06 | Now that I look at it, PQoidValue() ain't quite right either. | Tom Lane | |
2001-02-06 | Repair PQoidStatus() bug reported by darcy@druid.net. | Tom Lane | |
2001-02-06 | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane | |
elog(ERROR) not an Assert trap, since we've downgraded out-of-memory to elog(ERROR) not a fatal error. Also, change the hard boundary from 256Mb to 1Gb, just so that anyone who's actually got that much memory to spare can play with TOAST objects approaching a gigabyte. | |||
2001-02-05 | Dump/display 'timestamp' as 'timestamp with time zone', to make room for a | Peter Eisentraut | |
future 'timestamp without time zone', which SQL claims is equivalent to plain 'timestamp'. | |||
2001-02-04 | Check for -lresolv. | Peter Eisentraut | |
2001-02-04 | Pass LDFLAGS along with LIBS to the Python build stuff, especially to pick | Peter Eisentraut | |
up -L options. | |||
2001-02-03 | Fix inappropriate attempt to push down qual clauses into a view that | Tom Lane | |
has UNION/INTERSECT/EXCEPT operations. Per bug report from Ferrier. | |||
2001-02-03 | Use elog() instead of exit() for fatal scanner errors. | Peter Eisentraut | |
2001-02-02 | Runtime tree recovery is implemented, just testing is left -:) | Vadim B. Mikheev | |
2001-02-02 | Apply patches for QNX from Maurizio | Bruce Momjian | |