Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-12 | plpgsql fixes from Billy G. Allie | Bruce Momjian | |
1998-10-12 | add new file. | Bruce Momjian | |
1998-10-12 | Tcl fixes from Billy G. Allie | Bruce Momjian | |
1998-10-12 | 2) Can't dump/restore varchar fields (See attached bug report/patch) | Bruce Momjian | |
Cary B. O'Brien | |||
1998-10-12 | autoconf | Bruce Momjian | |
1998-10-12 | Cleanup. | Bruce Momjian | |
1998-10-12 | Fix for inet_net_pton() from Tom. | Bruce Momjian | |
1998-10-12 | More Solaris fixes. | Bruce Momjian | |
1998-10-12 | Add SVr4 shared libraries. | Bruce Momjian | |
1998-10-12 | Solaris shared library fixes. | Bruce Momjian | |
1998-10-12 | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian | |
1998-10-10 | Move documentation to sgml sources, so remove man page installation. | Thomas G. Lockhart | |
1998-10-10 | Move documentation to sgml sources. | Thomas G. Lockhart | |
1998-10-09 | Reverse out vacuum change. | Bruce Momjian | |
1998-10-09 | major/minor shared name cleanup | Bruce Momjian | |
1998-10-09 | autoconf | Bruce Momjian | |
1998-10-09 | configure cleanup | Bruce Momjian | |
1998-10-09 | autoconf | Bruce Momjian | |
1998-10-09 | There where a few more problems fixed by the patch below. | Bruce Momjian | |
o configure.in Jan. | |||
1998-10-09 | Fix for version() string overwrite. | Bruce Momjian | |
1998-10-09 | Add wildcard asterisk to the UNLISTEN syntax. | Thomas G. Lockhart | |
1998-10-09 | Changes to support standalone installation. | Thomas G. Lockhart | |
1998-10-09 | Adjustments for standalone and integrated ODBC. | Thomas G. Lockhart | |
1998-10-09 | More bsdi 4.0 cleanups for shared libraries. | Bruce Momjian | |
1998-10-09 | More bsdi 4.0 fixes. | Bruce Momjian | |
1998-10-09 | Cleanup of distclean. | Bruce Momjian | |
1998-10-09 | Fix for BSDI shared libraries. | Bruce Momjian | |
1998-10-09 | Autoconf | Bruce Momjian | |
1998-10-09 | Cleanup of pl files. | Bruce Momjian | |
1998-10-08 | Clean up minor gcc warning about lack of reset_r_plans prototype. | Tom Lane | |
1998-10-08 | I have had a few problems with the PL stuff recently committed. The | Bruce Momjian | |
following patches fix the problems (i.e., all regression tests pass) in what I hope to be a platform-independent fashion. The accomplish the following: Brook Milligan | |||
1998-10-08 | Do not enable TCL_ARRAYS feature by default, because it | Tom Lane | |
is wrong and dangerous unless you are using contrib/string. We really need a thorough look at the issue of making the backend and the FE/BE protocols completely 8-bit-clean for string data, but that's a task for some future release. | |||
1998-10-08 | Update to pgaccess 0.90. | Bruce Momjian | |
1998-10-08 | No need compile command/version.c anymore. | Bruce Momjian | |
1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | |
1998-10-08 | Fix for INET type addition. | Bruce Momjian | |
1998-10-08 | I'm too short of time to make these man pages look like the | Tom Lane | |
newly-updated SGML reference pages, so I just inserted a comment that they are obsolete. If you want to transcribe the newer info into these pages, be my guest. | |||
1998-10-08 | I continue my quest to eliminate documentation that claims | Tom Lane | |
a listen/notify condition name is a class or table name, 'cause it ain't. | |||
1998-10-08 | Add changelog. | Bruce Momjian | |
1998-10-08 | remove unused file. | Bruce Momjian | |
1998-10-08 | Just a quick patch. This makes the JDBC driver thread safe, which is an | Bruce Momjian | |
important step towards making the driver compliant, and means that for some Java applications and servlets, only a single database connection is needed, so in a sence this is a nice little show stopper for 6.4 (and should still be backward compatible to 6.3.2). Peter | |||
1998-10-08 | Cleanup for snprintf for long long's. | Bruce Momjian | |
1998-10-08 | I agree. I think, though, that the best argument presented in the | Bruce Momjian | |
debate was from Paul Vixie, who wanted INET to be the name covering both IPV4 and IPV6. The following kit makes the needed changes: Tom Ivar Helbekkmo | |||
1998-10-08 | Hello! | Bruce Momjian | |
Here are two new patches for the Win32 support. 1) The patch based on the one from Hiroshi Inoue [Inoue@tpf.co.jp], to load Winsock.dll from libpq.dll. 2) A patch for psql.c to remove the call to WSAStartup(), since it is not required when it's done in libpq.dll. I'm still looking for the possibility of having a crypt() function in libpq.dll too, the same way getopt was included. Any chance of getting this before 6.4, or should we wait for the next one? //Magnus | |||
1998-10-07 | vacuum cleanups | Bruce Momjian | |
1998-10-07 | Fix snprintf.c for machines that don't have long long, like some Irix. | Bruce Momjian | |
1998-10-07 | Use the $(LN_S) substitution for "ln -s" since configure tests for it. | Thomas G. Lockhart | |
1998-10-07 | Clean up for configuration from the Postgres main configure script. | Thomas G. Lockhart | |
Use @top-srcdir@ to find the right Makefile.global and use ODBCSRCDIR to point to this local directory. Move non-platform-specific stuff to outside the if clauses. Still need to move all platform-specific stuff to the templates. | |||
1998-10-07 | Add conditional compilation of the ODBC directory. | Thomas G. Lockhart | |
Requires --with-odbc specified in the standalone configure. | |||
1998-10-07 | Add a few items to support an integrated build of the ODBC interface. | Thomas G. Lockhart | |