aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* With gssencmode='require', check credential cache before connectingHeikki Linnakangas2024-04-08
* Support retrieval of results in chunks with libpq.Tom Lane2024-04-06
* Fix old, misleading comment for PGRES_POLLING_ACTIVE.Robert Haas2024-04-04
* Fix ecpg's mechanism for detecting unsupported cases in the grammar.Tom Lane2024-04-04
* Further cleanup for recent JSON-related commits.Tom Lane2024-04-04
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Expose PQsocketPoll via libpqRobert Haas2024-04-02
* Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.Tom Lane2024-04-01
* Fix typo in commentDaniel Gustafsson2024-03-25
* ecpg: Fix return code for overflow in numeric conversionDaniel Gustafsson2024-03-25
* Explicitly require password for SCRAM exchangeDaniel Gustafsson2024-03-21
* Refactor SASL exchange to return tri-state statusDaniel Gustafsson2024-03-21
* Add SQL/JSON query functionsAmit Langote2024-03-21
* 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