- Jun 05, 2000
-
-
Tom Lane authored
no reason for them to be copied into src/backend rather than being installed straight from the catalog subdirectory. This also avoids some peculiar behavior (bugs?) present in at least gmake 3.78.1: it won't always update the bki files in backend/ even when the ones in backend/catalog/ are newer.
-
- Jun 04, 2000
-
-
Peter Eisentraut authored
Install a default configuration file. Clean up some funny business in the config file code.
-
- May 31, 2000
-
-
Peter Eisentraut authored
That means you can now set your options in either or all of $PGDATA/configuration, some postmaster option (--enable-fsync=off), or set a SET command. The list of options is in backend/utils/misc/guc.c, documentation will be written post haste. pg_options is gone, so is that pq_geqo config file. Also removed were backend -K, -Q, and -T options (no longer applicable, although -d0 does the same as -Q). Added to configure an --enable-syslog option. changed all callers from TPRINTF to elog(DEBUG)
-
- May 30, 2000
-
-
Bruce Momjian authored
AUTHTYPE in config file. Patch both branches.
-
- May 29, 2000
- May 28, 2000
-
-
Tom Lane authored
key call sites are changed, but most called functions are still oldstyle. An exception is that the PL managers are updated (so, for example, NULL handling now behaves as expected in plperl and plpgsql functions). NOTE initdb is forced due to added column in pg_proc.
-
- May 11, 2000
-
-
Bruce Momjian authored
-
- Apr 08, 2000
-
-
Bruce Momjian authored
-
- Mar 08, 2000
-
-
Tom Lane authored
-
Bruce Momjian authored
1) adds NetBSD shared lib support on both ELF and a.out platforms 2) replaces "-L$(LIBPQDIR) -lpq" with "$(LIBPQ)" defined in Makefile.global. This makes it much easier to build stuff in the source tree after you've already installed the libraries. 3) adds TEMPLATEDIR in Makefile.global that indicates where the database templates are stored. This separates the template files from real libraries that are installed in $(LIBDIR). 4) changes include order of <readline/readline.h> and <readline.h>. The latest GNU readline installs its headers under a readline subdirectory. In addition to applying the patch below the following files need to be copied: backend/port/dynloader: bsd.h -> netbsd.h bsd.c -> netbsd.c include/port: bsd.h -> netbsd.h makefiles: Makefile.bsd -> Makefile.netbsd It would be great to see this incorporated into the source tree before the 7.0 release is cut. Thanks! -- Johnny C. Lam <lamj@stat.cmu.edu>
-
- Feb 27, 2000
-
-
Tom Lane authored
-
- Dec 16, 1999
-
-
Bruce Momjian authored
backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos
-
- Dec 13, 1999
-
-
Bruce Momjian authored
-
- Dec 09, 1999
-
-
Bruce Momjian authored
-
- Nov 14, 1999
-
-
Tom Lane authored
versions of gmake.
-
- Mar 08, 1999
-
-
Tom Lane authored
palloc.h again. Move exporting of backend header files out of libpq's Makefile (whatever was it doing there in the first place?) and into backend/Makefile.
-
- Feb 23, 1999
-
-
Thomas G. Lockhart authored
file early enough to use in nodes/. Try to be more complete for rules on generating parse.h, but it still does not work any better than before. Should be able to make correctly if parser/gram.y is updated even without a "make clean" but so far not there yet.
-
- Jan 21, 1999
-
-
Vadim B. Mikheev authored
-
- Jan 17, 1999
-
-
Bruce Momjian authored
-
- Nov 27, 1998
-
-
Vadim B. Mikheev authored
-
- Apr 27, 1998
-
-
Bruce Momjian authored
1. Removes the unnecessary "#define AbcRegProcedure 123"'s from pg_proc.h. 2. Changes those #defines to use the names already defined in fmgr.h. 3. Forces the make of fmgr.h in backend/Makefile instead of having it made as a dependency in access/common/Makefile *hack*hack*hack* 4. Rearranged the #includes to a less helter-skelter arrangement, also changing <file.h> to "file.h" to signify a non-system header. 5. Removed "pg_proc.h" from files where its only purpose was for the #defines removed in item #1. 6. Added "fmgr.h" to each file changed for completeness sake. Turns out that #6 was not necessary for some files because fmgr.h was being included in a roundabout way SIX levels deep by the first include. "access/genam.h" ->"access/relscan.h" ->"utils/rel.h" ->"access/strat.h" ->"access/skey.h" ->"fmgr.h" So adding fmgr.h really didn't add anything to the compile, hopefully just made it clearer to the programmer. S Darren.
-
- Apr 06, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jan 04, 1998
-
-
Marc G. Fournier authored
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
-
- Dec 20, 1997
-
-
Marc G. Fournier authored
some of the ports...
-
- Dec 17, 1997
-
-
Marc G. Fournier authored
tree "non-PORTNAME" dependent. Technically, anything that is PORTNAME dependent should be able to be derived at compile time, through configure or through gcc
-
- Nov 13, 1997
-
-
Bruce Momjian authored
Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description
-
- Sep 20, 1997
-
-
Thomas G. Lockhart authored
-
- Sep 19, 1997
-
-
Marc G. Fournier authored
* (src/backend/Makefile): Use `ln', not `cd;ln' so that installers can wrap ln.
-
- May 22, 1997
-
-
Marc G. Fournier authored
Subject: [PATCHES] AIX make patch resubmitted. Misc patches for AIX from Darren: 1) New src/makefiles/Makefile.aix This patch should only be applied if the following patch (4) is applied to backend/Makefile! Still looking into having configure determine the last line to do the shared link. The 325 code will work for 41, so I put that in as the default. Included a commented out 41 line for completeness. *and* 4) Patch the backend Makefile. I've reviewed this patch with respect to the other ports that use MAKE_EXPORTS (svr4 and univel) as closely as I could and I don't see where it will break them. If it does, please let me know and I'll rework it somehow.
-
- Apr 04, 1997
-
-
Marc G. Fournier authored
FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent
-
- Apr 02, 1997
-
-
Marc G. Fournier authored
Pointed out by: igor@cs.cs.miami.edu
-
- Mar 25, 1997
-
-
Marc G. Fournier authored
Pointed out indirectly by D'Arcy
-
- Mar 12, 1997
-
-
Marc G. Fournier authored
Subject: [HACKERS] backend Makefile patch This patch cleans up backend/Makefile a little bit, and prevents it from relinking the backend binary when no changes have been made.
-
- Feb 19, 1997
-
-
Marc G. Fournier authored
-
- Jan 05, 1997
-
-
Bryan Henderson authored
-
- Nov 23, 1996
-
-
Bryan Henderson authored
-
- Nov 18, 1996
-
-
Bryan Henderson authored
so you can also link pgtclsh.
-
- Nov 12, 1996
-
-
Bryan Henderson authored
-