summaryrefslogtreecommitdiffstats
path: root/postgresql
Commit message (Collapse)AuthorAgeFilesLines
* tweak some build.lsts...Michael Stahl2012-11-151-1/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* Upgrading postgresql to 9.2.1Fridrich Štrba2012-11-136-295/+43
| | | | Change-Id: If6e58db174159111dec9c6ab39258d757a3e6ba5
* cleanup README files.Michael Meeks2012-11-051-1/+3
| | | | | Convert DOS -> unix newlines. Cleanup and clarify several files.
* add a README filesAlia Almusaireae2012-11-051-0/+1
| | | | | | | Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* postgresql: forgot to change include path for openldapMatúš Kukan2012-10-301-1/+5
| | | | Change-Id: I3ce3906662ff6ce5855e4c20c3d2f927288bec9f
* fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan2012-10-301-4/+3
| | | | | | | | | | | | | | | | | | Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* openldap: convert to gbuildMatúš Kukan2012-10-281-0/+2
| | | | Change-Id: Ic1c4c58a09fd41bce78731e61349baa129f5e935
* fix postgresql on winPeter Foley2012-10-212-5/+5
| | | | Change-Id: I15da34e09b74d9b97b64327ab46282c4f33e4118
* convert postgresql to gbuildPeter Foley2012-10-218-100/+126
| | | | Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e
* Fixing build with internal openldapFridrich Štrba2012-07-161-1/+7
| | | | Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
* First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba2012-07-162-16/+3
| | | | Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
* Trying to use Windows LDAP for Windows buildsFridrich Strba2012-07-091-2/+1
| | | | | | Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* Revert "Fix Windows debug build."Jesús Corrius2012-05-041-1/+1
| | | | | | This reverts commit db649c52911fd5b030a7e4e0c941d7ee75b98785. I will patch the external postgresql library instead.
* Fix Windows debug build.Jesús Corrius2012-05-031-1/+1
| | | | | | | The postgresql static library on Windows is named libpqd.lib in debug and libpq.lib when compiled in release. We prefer to not touch the external postgresql, so we make the proper changes in the connectivity module.
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Silence silly MSVC "deprecation" warnings tooTor Lillqvist2012-02-101-1/+5
|
* Don't use the debugging CRT and different name when building LO for debuggingTor Lillqvist2012-02-101-1/+15
|
* pgsql: MSVC build use MozLDAP headers only when using MozLDAPLionel Elie Mamane2012-02-101-1/+1
|
* fix postgresql massive-parallel buildLionel Elie Mamane2012-02-062-0/+12
|
* postgresql on MS Windows: use MozLDAP only if enabledLionel Elie Mamane2012-02-051-2/+8
|
* redo c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb cleanerLionel Elie Mamane2012-02-034-371/+365
| | | | | Also align our configure.in to the changes Change source file (configure.in), not only generated file (configure)
* Fix order in which postgresql searches for libsStephan Bergmann2012-02-032-1/+369
| | | | | | | ...so that it does not miss any required libs due to picking up others first that indirectly provide the required symbols; that would break our libpq-flags.mk which should contain all the required libs when linking in the static libpq.a.
* Fix build of postgresql module with mozilla ldap on WNTMSCFridrich Štrba2012-01-311-0/+1
|
* Use --build and --host when cross-compilingTor Lillqvist2012-01-241-0/+4
| | | | | | Just a start, I suspect the configure script here will fail anyway when cross-compiling to Windows at least. And we surely won't even bother trying cross-compile this to non-desktop OSes.
* Introduce optional krb5&gssapi support for internal PostgreSQLLionel Elie Mamane2011-12-151-1/+11
| | | | Enable it by default on MacOS X
* postgresql: separate patch into upstream & libreoffice-specific partsLionel Elie Mamane2011-12-155-579/+538
|
* Simplify the patchFridrich Štrba2011-12-131-39067/+231
| | | | | 1) When building internal pgsql even on Windows, we use Mozilla LDAP if it is built 2) Regenerate the generated fils with autoconf-2.63 that is used by upstream
* Avoid double slashes in paths (cosmetic change only)Fridrich Štrba2011-12-131-5/+5
|
* Use SOLARINC and SOLARLIB instead of hand-crafted pathFridrich Štrba2011-12-131-1/+1
|
* postgresql-sdbc: get libpq link deps from postgresql build systemLionel Elie Mamane2011-12-123-242/+39077
|
* postgresql: go look for includes and libs in solverLionel Elie Mamane2011-12-121-1/+1
|
* Complete the pgsql patchFridrich Štrba2011-12-121-4/+102
|
* Fix a thinko in makefile.mkFridrich Štrba2011-12-121-2/+1
|
* fix mac build of pgsqlFridrich Štrba2011-12-121-1/+1
|
* OOps, typoFridrich Štrba2011-12-121-1/+1
|
* Allow the internal libpq to use both openldap and mozldapFridrich Štrba2011-12-122-3/+388
|
* Allow building with LDAP support on windowsFridrich Štrba2011-12-121-5/+20
|
* Enable pgsql LDAP support when building with OpenLDAPFridrich Štrba2011-12-122-1/+4
|
* Enable OpenSSL support in the internal libpqFridrich Štrba2011-12-121-7/+2
|
* Make internal pgsql build on mac and make it default for releaseFridrich Štrba2011-12-111-1/+1
|
* Fix Windows build and delivery of libpqFridrich Štrba2011-12-093-10/+7
|
* Trying to simplify the building of static libpqFridrich Štrba2011-12-093-21/+105
|
* postgresql: why would we need readlinelibreoffice-3-5-branch-pointMichael Stahl2011-12-061-0/+1
|
* postgresql: do not make headers we do not needLionel Elie Mamane2011-12-031-3/+4
|
* remove n/a comments (came from a copy/paste)Lionel Elie Mamane2011-12-031-5/+0
|
* postgresql: correct TARFILE_MD5Lionel Elie Mamane2011-12-021-1/+1
|
* Internal libpq (PostgreSQL client lib)Lionel Elie Mamane2011-12-013-0/+91