summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql
AgeCommit message (Expand)Author
2012-03-03Fix lacking break in switchJulien Nabet
2012-02-27fdo#46675: fixupLionel Elie Mamane
2012-02-27fdo#46675: expand group memberships in get*PrivilegesLionel Elie Mamane
2012-02-21WaE: remove variable scopeThomas Arnhold
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-11Fixed wrong mapping to log level from postgresql-sdbc.iniTakeshi Abe
2012-02-10Removed unused codeAlexander Bergmann
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-10WaE: unreferenced local variableTor Lillqvist
2012-02-10WaE: unreferenced local variableTor Lillqvist
2012-02-09fdo#45249 declare support for Core SQL -> Base allows user aggregate functionsLionel Elie Mamane
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-02pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxesLionel Elie Mamane
2012-02-02pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after allLionel Elie Mamane
2012-02-02pgsql-sdbc: put libs libpq needs *before* libpq in the link lineLionel Elie Mamane
2012-02-02unsigned int->sal_uInt32Caolán McNamara
2012-02-01pgsql: simpler / safer check for system columnLionel Elie Mamane
2012-02-01pgsql getColumns: order by columns, not by their concatenation...Lionel Elie Mamane
2012-02-01pgsql: implement getColumnPrivileges, generate statement only onceLionel Elie Mamane
2012-02-01pgsql: clean commentsLionel Elie Mamane
2012-02-01postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutiveLionel Elie Mamane
2012-02-01fdo#45254 getTablePrivileges: rely on information_schemaLionel Elie Mamane
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann
2011-12-14-Wl,-dead_strip_dylibs is not supported with XCode 2.5Christian Lohmaier
2011-12-13get rid of obsolete path-delimiter escapeChristian Lohmaier
2011-12-13GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or GUIBASE...Christian Lohmaier
2011-12-12postgresql-sdbc: do not use GNU ld-specific options on MacOS XLionel Elie Mamane
2011-12-12postgresql-sdbc: get libpq link deps from postgresql build systemLionel Elie Mamane
2011-12-12Hopefully the last of the pgsql sagaFridrich Štrba
2011-12-12Enable pgsql LDAP support when building with OpenLDAPFridrich Štrba
2011-12-12Enable OpenSSL support in the internal libpqFridrich Štrba
2011-12-12Some more postgresql fixesFridrich Štrba
2011-12-09Make link and deliver the postgresql.oxt extension also on windowsFridrich Štrba
2011-12-08WaE Mac gcc is confused with >>= operator overload (it is not alone)Norbert Thiebaud
2011-12-07Fix build of pgsql connector (std::hash -> boost::hash)Fridrich Štrba
2011-12-06pgsql-sdbc: do not use -s option to sed; GNU extension, breaks MacOS buildLionel Elie Mamane
2011-12-05PostgreSQL-SDBC: increment version numberLionel Elie Mamane
2011-12-01Internal libpq (PostgreSQL client lib)Lionel Elie Mamane
2011-11-30postgresql-sdbc: review build rulesLionel Elie Mamane
2011-11-30pgsql-sdbc: adapt comment to new code situationLionel Elie Mamane
2011-11-30pq-sdbc statics: properly initialise defTypeInfoMetaDataLionel Elie Mamane
2011-11-30pgsql-sdbc: Robustify against empty arrays, etcLionel Elie Mamane
2011-11-30rename, and bundle the postgresql driver if it is enabledMichael Meeks
2011-11-29postgresql: work around uninitialized warning.Michael Meeks
2011-11-29WaE: sizeable postgresql warning cleanupMichael Meeks
2011-11-24psql-sdbc: TODO noteLionel Elie Mamane
2011-11-21pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1Lionel Elie Mamane
2011-11-21pgsql-sdbc: document-by-commentLionel Elie Mamane