aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera2024-03-12
* libpq: Move pg_cancel to fe-cancel.cAlvaro Herrera2024-03-12
* Use printf's %m format instead of strerror(errno) in more placesMichael Paquier2024-03-12
* Add missing connection statuses to docsAlvaro Herrera2024-03-11
* Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane2024-03-07
* Remove AIX supportHeikki Linnakangas2024-02-28
* ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier2024-02-19
* ecpg: Fix error handling on OOMs when parsing timestampsMichael Paquier2024-02-19
* Avoid concurrent calls to bindtextdomain().Tom Lane2024-02-09
* Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane2024-02-09
* libpq: Change some static functions to externAlvaro Herrera2024-02-04
* libpq: Add pqReleaseConnHosts functionAlvaro Herrera2024-02-04
* Exclude Threadsanitizer instrumentation in exit checkDaniel Gustafsson2024-01-31
* libpq: Move cancellation related functions to fe-cancel.cAlvaro Herrera2024-01-29
* Remove some comments related to pqPipelineSync() and PQsendPipelineSync()Michael Paquier2024-01-17
* Don't test already-referenced pointer for nullnessAlvaro Herrera2024-01-16
* libpq: Add PQsendPipelineSync()Michael Paquier2024-01-16
* Fix a typo and some doc indentation related to libpq pipeline functionsMichael Paquier2024-01-16
* Add new function, PQchangePassword(), to libpqJoe Conway2024-01-09
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix some typosMichael Paquier2024-01-03
* libpq: fix typo "occurences" -> "occurrences" in testsRobert Haas2024-01-02
* Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut2023-12-29
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Remove MSVC scriptsMichael Paquier2023-12-20
* Be more wary about OpenSSL not setting errno on error.Tom Lane2023-12-11
* Fix handling of errors in libpq pipelinesAlvaro Herrera2023-12-05
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix race condition with BIO methods initialization in libpq with threadsMichael Paquier2023-11-27
* Fix timing-dependent failure in GSSAPI data transmission.Tom Lane2023-11-23
* Call pqPipelineFlush from PQsendFlushRequestAlvaro Herrera2023-11-08
* Remove distprepPeter Eisentraut2023-11-06
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Speed up pg_regress server readiness testing.Daniel Gustafsson2023-10-24
* Add some const qualifiersPeter Eisentraut2023-09-26
* Fix comment of PQputCopyEnd()Michael Paquier2023-08-30
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Unify some error messagesPeter Eisentraut2023-08-16
* Translation updatesPeter Eisentraut2023-08-07
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.Tom Lane2023-07-17
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* Rename port/thread.c to port/user.c.Thomas Munro2023-07-09
* Remove obsolete comment and code from fe-auth.c.Thomas Munro2023-07-09
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* libpq: Add support for Close on portals and statementsMichael Paquier2023-07-04
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Translation updatesPeter Eisentraut2023-06-26
* libpq: Add missing gettext triggerPeter Eisentraut2023-06-16