- 20 Nov, 2004 1 commit
-
-
Tom Lane authored
-
- 12 Oct, 2004 2 commits
-
-
Neil Conway authored
-
Bruce Momjian authored
pg_config_paths.h outside of /src/port.
-
- 04 Oct, 2004 1 commit
-
-
Bruce Momjian authored
-
- 13 Jul, 2004 1 commit
-
-
Tom Lane authored
(.dylib format) on Mac OS X, while not messing up loadable modules for the backend (which are the same kind of animal as a shared library on every other platform, but not here). Also get the naming convention to match OS X practice, viz libFOO.version.so not libFOO.so.version. In support of that last, refactor code in Makefile.shlib to make it easier to have platform-specific shlib naming conventions. This patch is loosely based on the Fink project's current postgresql.patch. Tested by yours truly on OS X 10.3.4; does anyone have 10.2.* to check it on?
-
- 25 May, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 21 May, 2004 4 commits
-
-
Tom Lane authored
does it. Fixes OS X, which needs path.c. It may be that Win32 needs some more port modules, but they are easily added.
-
Bruce Momjian authored
-
Bruce Momjian authored
problems with it.
-
Tom Lane authored
are sticky about non-PIC code in shared libraries. Windows will have to find another solution (probably similar to the way libpq does it).
-
- 19 May, 2004 1 commit
-
-
Bruce Momjian authored
-
- 30 Apr, 2004 1 commit
-
-
Bruce Momjian authored
from our code.
-
- 25 Apr, 2004 1 commit
-
-
Bruce Momjian authored
-
- 23 Apr, 2004 1 commit
-
-
Bruce Momjian authored
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
-
- 14 Mar, 2004 1 commit
-
-
Michael Meskes authored
where one argument takes the result. - Applied thread patches by Lee Kindness
-
- 10 Feb, 2004 1 commit
-
-
Tom Lane authored
-
- 30 Nov, 2003 1 commit
-
-
Bruce Momjian authored
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 28 Oct, 2003 1 commit
-
-
Tom Lane authored
from Johan Henselmans.
-
- 27 Sep, 2003 2 commits
-
-
Tom Lane authored
method. Fix a number of places where shared libraries were linked without mentioning all the libraries they depend on; the Darwin and AIX ports are known to require this, and it doesn't seem to hurt any other supported platforms. (Hence, remove code in pl/tcl makefile that tried to avoid mentioning other libs if not needed.)
-
Bruce Momjian authored
and improve tests.
-
- 01 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
and consistency.
-
- 15 Jun, 2003 3 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
Bruce Momjian authored
Lee Kindness
-
- 22 May, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 08 Apr, 2003 1 commit
-
-
Tom Lane authored
non-gcc compilers, and they would never belong in CPPFLAGS anyway.
-
- 16 Mar, 2003 1 commit
-
-
Michael Meskes authored
Started working on a seperate pgtypes library. First test work. PLEASE test compilation on iother systems.
-
- 13 Feb, 2003 1 commit
-
-
Michael Meskes authored
- Started with an Informix compatibility option.
-
- 11 Dec, 2002 1 commit
-
-
Bruce Momjian authored
-
- 04 Dec, 2002 1 commit
-
-
Bruce Momjian authored
-
- 11 Mar, 2002 1 commit
-
-
Michael Meskes authored
-
- 08 Jan, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 23 Dec, 2001 1 commit
-
-
Michael Meskes authored
- Fixed several bugs concerning arrays of structs including a memory allocation bug.
-
- 19 Sep, 2001 1 commit
-
-
Michael Meskes authored
- Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <christof.petig@wtal.de>.
-
- 11 May, 2001 1 commit
-
-
Bruce Momjian authored
time to do it, not during beta because people are using this stuff in production sometimes.
-
- 20 Feb, 2001 1 commit
-
-
Peter Eisentraut authored
or library directories on the command line.
-
- 20 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
source directory. This involves mostly makefiles using $(srcdir) when they might have used ".". (Regression tests don't work with this, yet.) Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS). Add "override" keyword in most places, to preserve necessary flags even when the user overrode the flags.
-
- 19 Sep, 2000 1 commit
-
-
Michael Meskes authored
-