index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.shlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the
Bruce Momjian
2007-02-20
1
-2
/
+2
*
Fix another erroneous =-for-:= substitution.
Tom Lane
2007-02-11
1
-2
/
+2
*
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-02-09
1
-6
/
+6
*
Indent comments in makefiles better so they don't appear in the output.
Peter Eisentraut
2007-01-07
1
-3
/
+5
*
Fix shared library creation to work properly on AIX. Albe Laurenz
Tom Lane
2006-09-19
1
-5
/
+11
*
Arrange to strip libpq.so of symbols that aren't officially supposed to
Tom Lane
2006-04-28
1
-4
/
+4
*
Remove use of lorder and tsort while building static libraries. There's
Tom Lane
2006-04-19
1
-9
/
+1
*
Remove BEOS port.
Bruce Momjian
2006-01-05
1
-17
/
+1
*
Add support for Solaris x86_64 using Sun's compiler.
Bruce Momjian
2005-12-30
1
-2
/
+2
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
1
-11
/
+11
*
Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.
Tom Lane
2005-12-03
1
-3
/
+6
*
Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use
Tom Lane
2005-10-28
1
-2
/
+2
*
Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier
Tom Lane
2005-08-08
1
-3
/
+1
*
Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears
Tom Lane
2005-08-07
1
-2
/
+2
*
Fix unwanted side-effects of recent SHLIB_LINK -L patch on existing
Tom Lane
2005-07-13
1
-6
/
+9
*
Move -L flag around for shared builds:
Bruce Momjian
2005-07-13
1
-2
/
+2
*
Hack around the discrepancy between default library search paths for
Tom Lane
2005-07-12
1
-1
/
+8
*
Reverse this patch:
Bruce Momjian
2005-07-04
1
-2
/
+2
*
> A quick look shows that when you use --with-libraries=/foo/bar the
Bruce Momjian
2005-07-02
1
-2
/
+2
*
Fix up makefile dependencies for pg_config_paths.h.
Tom Lane
2004-11-20
1
-3
/
+3
*
Clean up rpath handling for HPUX --- we can't use the cc-style rpath
Tom Lane
2004-11-19
1
-3
/
+9
*
Adjust SHLIB_LINK for cygwin case.
Tom Lane
2004-11-17
1
-2
/
+2
*
Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin.
Tom Lane
2004-11-16
1
-1
/
+5
*
Export only required symbols in libpq on Win32.
Bruce Momjian
2004-10-16
1
-1
/
+13
*
> This lets you do something like:
Bruce Momjian
2004-10-15
1
-4
/
+4
*
Allow compiles for Cygwin /contrib modules.
Bruce Momjian
2004-10-13
1
-1
/
+3
*
Enable static lib builds on Win32 and Cygwin.
Bruce Momjian
2004-10-13
1
-7
/
+1
*
Update Cygwin build to not use DLLINIT, per Cygwin report from Reini
Bruce Momjian
2004-10-12
1
-6
/
+3
*
Fix vpath build break, induced by Bruce's recent commit.
Neil Conway
2004-10-12
1
-3
/
+3
*
Add some pg_config_path.h dependencies for places that include
Bruce Momjian
2004-10-12
1
-3
/
+3
*
Tweak HPUX shared-library build flags, per Shinji Teragaito.
Tom Lane
2004-10-08
1
-3
/
+3
*
Fix shared library linking operations to work properly on all (or at
Tom Lane
2004-09-02
1
-2
/
+6
*
Cause libpq and ecpg libraries to be built as proper shared libraries
Tom Lane
2004-07-13
1
-55
/
+61
*
Rename irix5 port to irix.
Bruce Momjian
2004-05-19
1
-2
/
+2
*
Here's a patch that will allow external modules like pl<lang> to set
Bruce Momjian
2004-05-12
1
-7
/
+13
*
Win32 patch for Makefile.shlib
Bruce Momjian
2003-12-01
1
-1
/
+24
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
When building shared libraries on HPUX with gcc, forcibly include -lgcc
Tom Lane
2003-10-20
1
-1
/
+4
*
Adjust Darwin build to use the default 'two level namespace' linking
Tom Lane
2003-09-27
1
-2
/
+2
*
Apply ranlib(1) after installing a static (.a) library on Darwin.
Tom Lane
2003-09-20
1
-1
/
+5
*
Since I haven't gotten a reply, can someone REVERT the lines in
Bruce Momjian
2003-09-14
1
-2
/
+2
*
Here is a patch to make PostgreSQL use a full path in DT_SONAME for
Bruce Momjian
2003-09-10
1
-2
/
+2
*
Make "win" a separate port from "cygwin". This means you can now
Peter Eisentraut
2003-03-21
1
-11
/
+11
*
Cause symlinks for shared-library versioning to run in the standard
Tom Lane
2003-01-11
1
-4
/
+3
*
> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not
Bruce Momjian
2002-10-09
1
-4
/
+4
*
Assorted fixes for Cygwin:
Peter Eisentraut
2002-09-05
1
-3
/
+3
*
Remove leftovers from subproject removals. Fixes for Python and Kerberos
Peter Eisentraut
2002-09-04
1
-69
/
+11
*
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
Tom Lane
2002-09-04
1
-3
/
+8
*
AIX shlib fix for building libpq.so from Tomoyuki Niijima
Bruce Momjian
2002-09-03
1
-2
/
+2
*
Assemble portability modules into libpgport library.
Peter Eisentraut
2002-07-27
1
-2
/
+2
[next]