| Age | Commit message (Expand) | Author |
| 1997-01-25 | Okay, this should pretty much clean up the psql/readline/history mess. | Marc G. Fournier |
| 1997-01-25 | Why can't everyone be standard? :( | Marc G. Fournier |
| 1997-01-25 | Modifications to handle the situation where readline.h exists, but | Marc G. Fournier |
| 1997-01-25 | Some fixes for using configure under sparc_solaris | Marc G. Fournier |
| 1997-01-25 | would you mind committing the following changes for me? (the first | Bruce Momjian |
| 1997-01-25 | More autosize structure error checks. | Bruce Momjian |
| 1997-01-25 | The check should be for getrusage(), not rusage() ... change the defines | Marc G. Fournier |
| 1997-01-25 | Remove -lsocket -lnsl from X11_LIB, since it should be added on a port-by-port | Marc G. Fournier |
| 1997-01-25 | Disable -Werror by default. | Marc G. Fournier |
| 1997-01-25 | remove asm/bitops.h, as its causing more problems then it fixes. | Marc G. Fournier |
| 1997-01-25 | Add YACC= bison -y as per Andrew's request... | Marc G. Fournier |
| 1997-01-25 | Change how readline support is included in psql.c ... | Marc G. Fournier |
| 1997-01-25 | Restructure padding to handle structure already 128 bytes(alpha). | Bruce Momjian |
| 1997-01-24 | Switch over NEED_RUSAGE to HAVE_RUSAGE for configure | Marc G. Fournier |
| 1997-01-24 | I reversed a bunch of the #define's inadvertantly... | Marc G. Fournier |
| 1997-01-24 | Missed this when I removed the rest of the configure stuff | Marc G. Fournier |
| 1997-01-24 | Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure | Marc G. Fournier |
| 1997-01-24 | Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_H | Marc G. Fournier |
| 1997-01-24 | Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration for configure... | Marc G. Fournier |
| 1997-01-24 | Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparation | Marc G. Fournier |
| 1997-01-24 | Remove from include/config.h: | Marc G. Fournier |
| 1997-01-24 | This should clean everything up back to pre-configure status | Marc G. Fournier |
| 1997-01-24 | Remove all the configure related stuff... | Marc G. Fournier |
| 1997-01-24 | Slight oops...Makefile.global generated by configure *wasn't* supposed | Marc G. Fournier |
| 1997-01-24 | Okay, that does it for tonight... | Marc G. Fournier |
| 1997-01-24 | Have configure auto-detect more of the libraries, and shorten out | Marc G. Fournier |
| 1997-01-24 | Add in the code required to auto-detect the OS and to set PORTNAME... | Marc G. Fournier |
| 1997-01-24 | Auto-sense lib{readline,history,curses,termcap} | Marc G. Fournier |
| 1997-01-24 | Have Makefile autoconf'd according to whether the system has | Marc G. Fournier |
| 1997-01-24 | Stray endif prevents compile | Marc G. Fournier |
| 1997-01-24 | Slowly building up config.h so that it is pretty much generated by | Marc G. Fournier |
| 1997-01-23 | Makefile.global.in currently should reflect what Makefile.global | Marc G. Fournier |
| 1997-01-23 | Okay, GNUmakefile.in == GNUmakefile, except for the stuff that | Marc G. Fournier |
| 1997-01-23 | Add config.h to configure | Marc G. Fournier |
| 1997-01-23 | Forgot, we don't use Makefile anymore. | Marc G. Fournier |
| 1997-01-23 | Bring in Nat' preliminary work at autoconf'ng PostgreSQL...I imagine | Marc G. Fournier |
| 1997-01-23 | The last patch fixes some incongruences in the #define used to compile the | Marc G. Fournier |
| 1997-01-23 | The second patch adds a more explicative error message to BufferPoolCheckLeak. | Marc G. Fournier |
| 1997-01-23 | Document and enable ACLGROUP_PATCH submitted by Massimo | Marc G. Fournier |
| 1997-01-23 | Patch from Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
| 1997-01-23 | Remove SB_PAD. Compute padding at compile time. | Bruce Momjian |
| 1997-01-23 | Fix from Andrew for compiling libpgtcl...basically, switch off -Werror, | Marc G. Fournier |
| 1997-01-23 | Small fixes for SVR4 port by Frank Ridderbusch | Marc G. Fournier |
| 1997-01-23 | Added EXAMPLES section. | Bruce Momjian |
| 1997-01-23 | Removed unlinked patch that is not neede now that Vadim has properly fixed it. | Bruce Momjian |
| 1997-01-23 | Add "else true" to make it magically work on Ultrix. | Bryan Henderson |
| 1997-01-22 | INDEXSCAN_PATCH changes: should work for (Param OP VAR) too | Vadim B. Mikheev |
| 1997-01-22 | 1. INDEXSCAN_PATCH changes: (op Param Var) should work too | Vadim B. Mikheev |
| 1997-01-22 | Fixing bug in INDEXSCAN_PATCH: | Vadim B. Mikheev |
| 1997-01-22 | Another change from /usr/include/machine/limits.h to just limits.h | Marc G. Fournier |