index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
2024-06-13
Improve the granularity of PQsocketPoll's timeout parameter.
Tom Lane
2024-06-13
libpq: Some message style normalization
Peter Eisentraut
2024-06-12
libpq: Add missing gettext markers
Peter Eisentraut
2024-06-12
libpq: Remove a gettext marker
Peter Eisentraut
2024-06-12
Fix typo in error message
Peter Eisentraut
2024-06-04
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-05-27
Fix check for memory allocation
Daniel Gustafsson
2024-05-23
Remove race conditions between ECPGdebug() and ecpg_log().
Tom Lane
2024-05-20
Translation updates
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-16
Remove option to fall back from direct to postgres SSL negotiation
Heikki Linnakangas
2024-05-15
Re-forbid underscore in positional parameters
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-06
Translation updates
Peter Eisentraut
2024-05-05
Fix comment regarding LibreSSL availability
Daniel Gustafsson
2024-05-04
Fix an assortment of typos
David Rowley
2024-05-02
Rename libpq trace internal functions
Peter Eisentraut
2024-04-30
Fix compilation on OpenSSL 1.0.2 and LibreSSL
Heikki Linnakangas
2024-04-29
Reject SSL connection if ALPN is used but there's no common protocol
Heikki Linnakangas
2024-04-29
libpq: Enforce ALPN in direct SSL connections
Heikki Linnakangas
2024-04-29
libpq: Fix error messages when server rejects SSL or GSS
Heikki Linnakangas
2024-04-29
Make two-phase tests of ECPG and main suite more concurrent-proof
Michael Paquier
2024-04-29
libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""
Heikki Linnakangas
2024-04-28
Fix documentation and comments on what happens after GSS rejection
Heikki Linnakangas
2024-04-24
Remove obsolete symbol from ecpg_config.h.in
Peter Eisentraut
2024-04-19
Fix incorrect parameter name in prototype
Daniel Gustafsson
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-17
Add missing source file to libpq/nls.mk
Peter Eisentraut
2024-04-16
Fix assorted bugs in ecpg's macro mechanism.
Tom Lane
2024-04-14
Put back initialization of 'sslmode', to silence Coverity
Heikki Linnakangas
2024-04-12
Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos'
Heikki Linnakangas
2024-04-12
Move libpq encryption negotiation tests
Heikki Linnakangas
2024-04-12
Fix compilation with --with-gssapi --without-openssl
Heikki Linnakangas
2024-04-09
libpq error message fixes
Heikki Linnakangas
2024-04-08
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
Send ALPN in TLS handshake, require it in direct SSL connections
Heikki Linnakangas
2024-04-08
Support TLS handshake directly without SSLRequest negotiation
Heikki Linnakangas
2024-04-08
Refactor libpq state machine for negotiating encryption
Heikki Linnakangas
2024-04-08
With gssencmode='require', check credential cache before connecting
Heikki Linnakangas
2024-04-06
Support retrieval of results in chunks with libpq.
Tom Lane
2024-04-04
Fix old, misleading comment for PGRES_POLLING_ACTIVE.
Robert Haas
2024-04-04
Fix ecpg's mechanism for detecting unsupported cases in the grammar.
Tom Lane
2024-04-04
Further cleanup for recent JSON-related commits.
Tom Lane
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-02
Expose PQsocketPoll via libpq
Robert Haas
2024-04-01
Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
Tom Lane
2024-03-25
Fix typo in comment
Daniel Gustafsson
2024-03-25
ecpg: Fix return code for overflow in numeric conversion
Daniel Gustafsson
2024-03-21
Explicitly require password for SCRAM exchange
Daniel Gustafsson
2024-03-21
Refactor SASL exchange to return tri-state status
Daniel Gustafsson
[prev]
[next]