| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #include <postgres.h> moved upper | Vadim B. Mikheev | 1997-01-09 | 1 | -4/+6 |
| | | |||||
| * | #include "postgres.h" | Vadim B. Mikheev | 1997-01-08 | 1 | -3/+4 |
| | | | | | moved upper. | ||||
| * | Use proper types so it compiles on DEC C89. Thanks Erik Bertelson. | Bryan Henderson | 1997-01-08 | 2 | -9/+9 |
| | | |||||
| * | Change the way ipc.h is included because sys/ipc.h on Ultrix is broken. | Bryan Henderson | 1997-01-08 | 5 | -18/+13 |
| | | |||||
| * | Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson. | Bryan Henderson | 1997-01-08 | 1 | -1/+3 |
| | | |||||
| * | Minor changes for NeXT compile | Marc G. Fournier | 1997-01-06 | 2 | -7/+8 |
| | | | | | Submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro> | ||||
| * | More config.h syncing for limits.h | Marc G. Fournier | 1997-01-06 | 1 | -11/+10 |
| | | |||||
| * | Add NeXT port submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro> | Marc G. Fournier | 1997-01-06 | 5 | -0/+162 |
| | | |||||
| * | Clean up 'if defined()' for header files... | Marc G. Fournier | 1997-01-06 | 1 | -12/+10 |
| | | |||||
| * | final fix for shared library under BSD44_derived | Marc G. Fournier | 1997-01-05 | 1 | -2/+2 |
| | | | | | Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at> | ||||
| * | Fixes: | Marc G. Fournier | 1997-01-05 | 1 | -2/+2 |
| | | | | | | | | 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 determined | Marc G. Fournier | 1997-01-05 | 2 | -12/+1 |
| | | | | | that the "fix" is wrong... | ||||
| * | Standardize all LDADD to LD_ADD. | Bryan Henderson | 1997-01-05 | 1 | -4/+4 |
| | | |||||
| * | Closing opened indices. | Vadim B. Mikheev | 1997-01-05 | 1 | -1/+5 |
| | | |||||
| * | Releasing empty root page in _bt_endpoint () to avoid | Vadim B. Mikheev | 1997-01-05 | 1 | -2/+10 |
| | | | | | buffer leak. | ||||
| * | FreeBSD doesn't require the dl{open,close,sym,error} functions, as they are | Marc G. Fournier | 1997-01-03 | 2 | -5/+16 |
| | | | | | | | | already included in the system libraries. Used if !defined(__FreeBSD__) to single FreeBSD out from the other BSD44 derived OSs | ||||
| * | ALTER TABLE (text) fix | Bruce Momjian | 1997-01-02 | 1 | -4/+4 |
| | | |||||
| * | Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error. | Bruce Momjian | 1997-01-01 | 2 | -3/+12 |
| | | |||||
| * | Fixed realloc for increasing tempRels list. | Vadim B. Mikheev | 1996-12-31 | 1 | -2/+3 |
| | | |||||
| * | ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool now | Vadim B. Mikheev | 1996-12-31 | 1 | -1/+19 |
| | | | | | (if rd_islocal is true). | ||||
| * | explain change | Bruce Momjian | 1996-12-29 | 1 | -7/+14 |
| | | |||||
| * | Improved EXPLAIN option handling. | Bruce Momjian | 1996-12-29 | 1 | -6/+16 |
| | | |||||
| * | Fixed Assert check where ! should be !=. | Bruce Momjian | 1996-12-28 | 1 | -2/+2 |
| | | |||||
| * | Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full | Bruce Momjian | 1996-12-28 | 3 | -7/+20 |
| | | | | | | | | | | 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.) | ||||
| * | Add asserts to check for file descriptor ring corruption. | Bryan Henderson | 1996-12-27 | 1 | -285/+293 |
| | | |||||
| * | There was JMP_BUF defined in config.h. And SIGJMP_BUF later. | Vadim B. Mikheev | 1996-12-27 | 1 | -2/+2 |
| | | | | | | | | | | | 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 | ||||
| * | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian | 1996-12-26 | 6 | -38/+43 |
| | | |||||
| * | Added include files needed for getpid prototype. | Bruce Momjian | 1996-12-26 | 1 | -1/+3 |
| | | | | | Bruce Momjian | ||||
| * | Change %ud to %u | Bruce Momjian | 1996-12-26 | 1 | -2/+2 |
| | | | | | Darren King. | ||||
| * | In file: .../src/backend/postmaster/postmaster.c I found 3 leaks and | Bruce Momjian | 1996-12-26 | 1 | -2/+5 |
| | | | | | | | | probably a bug. To find code added/modifyied, search "Fixed". Gianluca Puggelli | ||||
| * | I have this annoying habit (among others) of putting | Bruce Momjian | 1996-12-26 | 3 | -33/+33 |
| | | | | | | | | | | | | | | | %ud in a printf format strings instead of just %u. There were three occurances of this in catalog_utils.c, two in parser.c and one in rewriteSupport.c in the oid patch that I submitted and was applied. They won't crash anything, but the error messages will have a 'd' after the Oid. Annoying, but none are db-threatening. Sorry about that folks...I'll be more careful in the future... Darren King | ||||
| * | In src/backend/catalog/pg_operator.c in OperatorDef, there | Bruce Momjian | 1996-12-26 | 1 | -3/+3 |
| | | | | | | | | are three SearchSysCacheTuple(PRONAME,...) calls that use three different macros to convert the typeId array of Oids. Darren King | ||||
| * | Removal of CppConcat from indexam.c. | Bruce Momjian | 1996-12-26 | 1 | -3/+3 |
| | | | | | | | | | | | As an example I sent a bug-report on 26 Nov to tell that the fix included below is necessary to compile pg95-current on Ultrix with Digital's standard C compiler c89. In fact I think that this fix is needed for any C compiler sticking very close the standard, see my discussion in the original bug report. Erik Bertelsen | ||||
| * | Add cast to quiet compiler warning. | Bryan Henderson | 1996-12-23 | 1 | -1/+1 |
| | | |||||
| * | Improve handling of semicolons ending statements. | Bruce Momjian | 1996-12-20 | 1 | -15/+31 |
| | | |||||
| * | Rename parameter. | Bruce Momjian | 1996-12-20 | 1 | -3/+3 |
| | | |||||
| * | More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1996-12-19 | 1 | -3/+8 |
| | | |||||
| * | COPY_PATCH... | Marc G. Fournier | 1996-12-19 | 1 | -1/+76 |
| | | | | | Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | ||||
| * | #ifdef ASYNC_DEBUG various sections of async.c | Marc G. Fournier | 1996-12-19 | 1 | -1/+17 |
| | | | | | Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | ||||
| * | Make GROUP BY work with aliases, ORDER BY with column numbers | Bruce Momjian | 1996-12-17 | 2 | -57/+101 |
| | | |||||
| * | Put sys/types.h before sys/timeb.h so Ultrix compiles. | Bryan Henderson | 1996-12-16 | 1 | -2/+2 |
| | | |||||
| * | Remove __P macro usage so it compiles without cdefs.h. | Bryan Henderson | 1996-12-15 | 3 | -50/+62 |
| | | |||||
| * | Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. | Bryan Henderson | 1996-12-15 | 3 | -11/+20 |
| | | |||||
| * | Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now. | Vadim B. Mikheev | 1996-12-14 | 1 | -2/+2 |
| | | | | | Excuse me. | ||||
| * | Avoiding: | Vadim B. Mikheev | 1996-12-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | cc1: warnings being treated as errors datum.c: In function `DatumGetSize': datum.c:57: warning: unsigned value >= 0 is always 1 gmake[3]: *** [datum.o] Error 1 There was: if (byVal) { if (len >= 0 && len <= sizeof(Datum)) { but len has type Size (unsigned int) and so now there is: if (byVal) { if (len <= sizeof(Datum)) { | ||||
| * | const register ... --> register const ... | Vadim B. Mikheev | 1996-12-14 | 1 | -2/+2 |
| | | |||||
| * | Avoiding | Vadim B. Mikheev | 1996-12-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | cc1: warnings being treated as errors exc.c: In function 'ExcRaise': exc.c:186: warning: passing arg 1 of 'Longjmp' from incompatible pointer type gmake[3]: *** [exc.o] Error 1 Now we have: #if defined (JMP_BUF) longjmp(efp->context, 1); #else siglongjmp(efp->context, 1); #endif | ||||
| * | Avoiding | Vadim B. Mikheev | 1996-12-14 | 1 | -4/+4 |
| | | | | | | | | | cc1: warnings being treated as errors transsup.c: In function `TransBlockGetLastTransactionIdStatus': transsup.c:122: warning: unsigned value >= 0 is always 1 gmake[3]: *** [transsup.o] Error 1 ... | ||||
| * | Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFrom | Vadim B. Mikheev | 1996-12-14 | 1 | -2/+6 |
| | | | | | | is eliminated (now I can copy 2000000-table from file without memmory exhausting). | ||||
| * | Require seimcolons between statements. | Bruce Momjian | 1996-12-11 | 1 | -9/+7 |
| | | |||||
