aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* minor path problem fix by tgl@mythos.jpl.nasa.govMarc G. Fournier1997-01-08
|
* Typo: Change Postgres95 to PostgreSQLMarc G. Fournier1997-01-08
| | | | By: tgl@mythos.jpl.nasa.gov
* Improvements to pg_dump to:Marc G. Fournier1997-01-07
| | | | | | - dump Views Submitted by: Keith Parks <emkxp01@mtcc.demon.co.uk>
* Fix mismatching prototype (const int vs int)Bryan Henderson1997-01-06
|
* Add Irix stuff.Bryan Henderson1997-01-06
|
* REmove pg4_dump...its old stuff that is sooo out of date as to be useless...Marc G. Fournier1997-01-06
|
* NeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>Marc G. Fournier1997-01-06
|
* PORT NeXT requires an isascii() define...put it in config.h, most likelyMarc G. Fournier1997-01-06
| | | | | *should* have gone into the ports directory, but hopefully *someday* we'll be able to get rid of that?
* Minor changes for NeXT compileMarc G. Fournier1997-01-06
| | | | Submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
* More config.h syncing for limits.hMarc G. Fournier1997-01-06
|
* Add NeXT port submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>Marc G. Fournier1997-01-06
|
* Clean up 'if defined()' for header files...Marc G. Fournier1997-01-06
|
* add define for USE_LIMIT_H into NeXT port...Marc G. Fournier1997-01-06
| | | | Pointed out by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
* final fix for shared library under BSD44_derivedMarc G. Fournier1997-01-05
| | | | Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>
* Shared library fixes for BSD44_Derived portMarc G. Fournier1997-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at> NOTE: The following patch I was uncertain of, but applied it...will end up testing the compile on my machine later tonight anyway, but if anyone knows why this *shouldn't* have been done, please change it. (CC -> LD) *************** *** 61,68 **** ../backend/lib/dllist.o: $(MAKE) -C ../backend/lib dllist.o ! libpq.so.1: $(OBJS) ! $(CC) $(LDFLAGS) -shared $(OBJS) -o libpq.so.1 c.h: ../include/c.h rm -f c.h --- 66,73 ---- ../backend/lib/dllist.o: $(MAKE) -C ../backend/lib dllist.o ! $(shlib): $(OBJS) ! $(LD) $(LDFLAGS) -shared $(OBJS) -o $(shlib) c.h: ../include/c.h rm -f c.h
* Fixes:Marc G. Fournier1997-01-05
| | | | | | This corrects the newline handling when using the readline library. Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>
* Fixes:Marc G. Fournier1997-01-05
| | | | | | | First, this is because of dlopen() and dlsym() having a char * in the system prototype. Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>
* Just reviewed what I changed as far a dlopen/etc are concerned, and determinedMarc G. Fournier1997-01-05
| | | | that the "fix" is wrong...
* Silence compiler warnings, fix error in complex compare function.Bryan Henderson1997-01-05
|
* Standardize all LDADD to LD_ADD.Bryan Henderson1997-01-05
|
* Closing opened indices.Vadim B. Mikheev1997-01-05
|
* Releasing empty root page in _bt_endpoint () to avoidVadim B. Mikheev1997-01-05
| | | | buffer leak.
* someone added pg_listen and pg_notifies to libpgtcl. But firstMarc G. Fournier1997-01-03
| | | | | | | | | | | these routines try to use the old pointer casting stuff to get the connection id, second the notification hash table should be part of the cliendData. Otherwise, one interpreter might eat up the notifies for another one. Please apply the patch below to the current 6.0 tree. Submitted by: wieck@sapserv.debis.de
* documentation updating to 6.0 releaseBruce Momjian1997-01-03
|
* FreeBSD doesn't require the dl{open,close,sym,error} functions, as they areMarc G. Fournier1997-01-03
| | | | | | | already included in the system libraries. Used if !defined(__FreeBSD__) to single FreeBSD out from the other BSD44 derived OSs
* fix for previous fixBruce Momjian1997-01-02
|
* psql paren. with \r fix.Bruce Momjian1997-01-02
|
* ALTER TABLE (text) fixBruce Momjian1997-01-02
|
* Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.Bruce Momjian1997-01-01
|
* Make error messages more explicit, PQtrace() output more readable.Bryan Henderson1996-12-31
|
* Rename Makefile to GNUmakefile to catch people using other makes.Bryan Henderson1996-12-31
|
* Fixed realloc for increasing tempRels list.Vadim B. Mikheev1996-12-31
|
* ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool nowVadim B. Mikheev1996-12-31
| | | | (if rd_islocal is true).
* Put $(CURSES_LIB) in Makefile.global to replace similar thing in psql/Makefile.Bryan Henderson1996-12-30
|
* Check that PQendcopy succeeded. Issue error message if not.Bryan Henderson1996-12-30
|
* explain changeBruce Momjian1996-12-29
|
* typo fixBruce Momjian1996-12-29
|
* New EXPLAIN manual page.Bruce Momjian1996-12-29
|
* Changed EXPLAIN option names.Bruce Momjian1996-12-29
|
* Improved EXPLAIN option handling.Bruce Momjian1996-12-29
|
* Fix expected regression output.Bruce Momjian1996-12-28
|
* Fixed errors in create statement.Bruce Momjian1996-12-28
|
* Fixed error where = should be ==.Bruce Momjian1996-12-28
|
* Fixed Assert check where ! should be !=.Bruce Momjian1996-12-28
|
* Here is a bug fix and some spelling changes for the complex number tutorialBruce Momjian1996-12-28
| | | | | | | | | code. I have also written a complete complex number package based on this tutorial; I will submit this as a contribution soon. Is there a particular format for contributed tar files? I have a C source file, two SQL files, and a Makefile. Thomas Lockhart
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-28
| | | | | | | | | gmake of the code without interruption. There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that all supported platforms have MAXPATHLEN defined in <sys/param.h>. (The only unknowns for the above are AIX and IRIX5.)
* Patch for copy from stdin.Bruce Momjian1996-12-28
|
* Add messages to assist in problem diagnosis. Eliminate lines > 80 characters.Bryan Henderson1996-12-27
|
* Add asserts to check for file descriptor ring corruption.Bryan Henderson1996-12-27
|
* There was JMP_BUF defined in config.h. And SIGJMP_BUF later.Vadim B. Mikheev1996-12-27
| | | | | | | | | | And now - JMP_BUF again. Is it enough, folks ? Fixed again: cc1: warnings being treated as errors exc.c: In function 'ExcRaise': exc.c:187: warning: passing arg 1 of 'Longjmp' from incompatible pointer type gmake[3]: *** [exc.o] Error 1