summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-01-24Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configureMarc G. Fournier
1997-01-24Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_HMarc G. Fournier
1997-01-24Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration for configure...Marc G. Fournier
1997-01-24Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparationMarc G. Fournier
1997-01-24Remove from include/config.h:Marc G. Fournier
1997-01-24This should clean everything up back to pre-configure statusMarc G. Fournier
1997-01-24Remove all the configure related stuff...Marc G. Fournier
1997-01-24Slight oops...Makefile.global generated by configure *wasn't* supposedMarc G. Fournier
1997-01-24Okay, that does it for tonight...Marc G. Fournier
1997-01-24Have configure auto-detect more of the libraries, and shorten outMarc G. Fournier
1997-01-24Add in the code required to auto-detect the OS and to set PORTNAME...Marc G. Fournier
1997-01-24Auto-sense lib{readline,history,curses,termcap}Marc G. Fournier
1997-01-24Have Makefile autoconf'd according to whether the system hasMarc G. Fournier
1997-01-24Stray endif prevents compileMarc G. Fournier
1997-01-24Slowly building up config.h so that it is pretty much generated byMarc G. Fournier
1997-01-23Makefile.global.in currently should reflect what Makefile.globalMarc G. Fournier
1997-01-23Okay, GNUmakefile.in == GNUmakefile, except for the stuff thatMarc G. Fournier
1997-01-23Add config.h to configureMarc G. Fournier
1997-01-23Forgot, we don't use Makefile anymore.Marc G. Fournier
1997-01-23Bring in Nat' preliminary work at autoconf'ng PostgreSQL...I imagineMarc G. Fournier
1997-01-23The last patch fixes some incongruences in the #define used to compile theMarc G. Fournier
1997-01-23The second patch adds a more explicative error message to BufferPoolCheckLeak.Marc G. Fournier
1997-01-23Document and enable ACLGROUP_PATCH submitted by MassimoMarc G. Fournier
1997-01-23Patch from Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1997-01-23Remove SB_PAD. Compute padding at compile time.Bruce Momjian
1997-01-23Fix from Andrew for compiling libpgtcl...basically, switch off -Werror,Marc G. Fournier
1997-01-23Small fixes for SVR4 port by Frank RidderbuschMarc G. Fournier
1997-01-23Added EXAMPLES section.Bruce Momjian
1997-01-23Removed unlinked patch that is not neede now that Vadim has properly fixed it.Bruce Momjian
1997-01-23Add "else true" to make it magically work on Ultrix.Bryan Henderson
1997-01-22INDEXSCAN_PATCH changes: should work for (Param OP VAR) tooVadim B. Mikheev
1997-01-221. INDEXSCAN_PATCH changes: (op Param Var) should work tooVadim B. Mikheev
1997-01-22Fixing bug in INDEXSCAN_PATCH:Vadim B. Mikheev
1997-01-22Another change from /usr/include/machine/limits.h to just limits.hMarc G. Fournier
1997-01-22Another one that should be including limits.h vs machine/limits.hMarc G. Fournier
1997-01-22Taking a chance here. Under both Solaris and FreeBSD, there is aMarc G. Fournier
1997-01-22the i386_solaris port requires inet_aton.oMarc G. Fournier
1997-01-22Cast constants to the type of the other binary operand.Bruce Momjian
1997-01-21Add link options for libpq library search.Bryan Henderson
1997-01-21Rename GNUMakefile to GNUmakefile so gmake finds it.Bruce Momjian
1997-01-20Made the patch, but forgot to commit it...Marc G. Fournier
1997-01-20Fixing possible losing data changes:Vadim B. Mikheev
1997-01-20New flag for BufferDesc - BM_JUST_DIRTIED, - to preventVadim B. Mikheev
1997-01-201. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just afterVadim B. Mikheev
1997-01-20Use gcc to make Linux ELF shared library, instead of ld.Bryan Henderson
1997-01-19Change "ld" program back to ld from gcc for Linux. Backend make files need ld.Bryan Henderson
1997-01-19Update handling of backslashes, and pg_user dump.Bruce Momjian
1997-01-18Add missing #.Bruce Momjian
1997-01-18Add include files needed for stat().Bruce Momjian
1997-01-18Rename Makefile to GNUMakefile and add a "use GNU Make" Makefile so peopleBryan Henderson