summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-12Add system view pg_stat_sslMagnus Hagander
2015-03-08Remove struct PQArgBlock from server-side header libpq/libpq.h.Tom Lane
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-13Simplify waiting logic in reading from / writing to client.Heikki Linnakangas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-25Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas
2014-11-05Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas
2014-11-03pqmq.h needs to include something that defines StringInfo.Robert Haas
2014-10-31Support frontend-backend protocol communication using a shm_mq.Robert Haas
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-06-12Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-03-16Cleanups from the remove-native-krb5 patchMagnus Hagander
2014-01-28Log a detail message for auth failures due to missing or expired password.Tom Lane
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-28Add large object functions catering to SQL callers.Noah Misch
2013-10-11Rework SSL renegotiation codeAlvaro Herrera
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-10Report pg_hba line number and contents when users fail to log inMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-04Add support for LDAP URLsPeter Eisentraut
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-09-21Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-06-28Merge commit 'c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5'Michael Paquier
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-23Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane
2012-02-22Add parameters for controlling locations of server-side SSL filesPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-15Fix typo.Robert Haas
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-01Improve method of avoiding fcinfo compile errors.Bruce Momjian
2011-09-01Add C comment about necessary NetBSD include.Bruce Momjian
2011-09-01Add missing hba.h include for NetBSD.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-06-28Modernise pg_hba.conf token processingAlvaro Herrera
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee