index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
2025-04-23
Allocate JsonLexContexts on the heap to avoid warnings
Daniel Gustafsson
2025-04-21
Fix a few more duplicate words in comments
David Rowley
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-16
Fixup various new-to-v18 usages of appendPQExpBuffer
David Rowley
2025-04-13
Mark sslkeylogfile as Debug option
Daniel Gustafsson
2025-04-07
libpq: Fix some issues in TAP tests for service files
Michael Paquier
2025-04-05
Quote filename in error message
Daniel Gustafsson
2025-04-03
oauth: Fix build on platforms without epoll/kqueue
Daniel Gustafsson
2025-04-03
libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025-04-02
libpq: Handle NegotiateProtocolVersion message differently
Heikki Linnakangas
2025-03-28
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2025-03-27
libpq: Add TAP tests for service files and names
Michael Paquier
2025-03-26
Move GSSAPI includes into its own header
Daniel Gustafsson
2025-03-25
libpq: Deprecate pg_int64.
Thomas Munro
2025-03-23
Fix "make clean" for new TAP suite.
Noah Misch
2025-03-20
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-03-19
Fix compiler warning for commit 434dbf69.
Thomas Munro
2025-03-19
oauth: Simplify copy of PGoauthBearerRequest
Thomas Munro
2025-03-19
oauth: Fix postcondition for set_timer on macOS
Thomas Munro
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-11
Update nls.mk for newly added file
Peter Eisentraut
2025-03-05
ecpg: Fix compiler warning in ecpg build with Meson.
Fujii Masao
2025-03-04
Add .gitignore entry for ecpg test detritus.
Tom Lane
2025-03-04
ecpg: Add TAP test for the ecpg command.
Fujii Masao
2025-03-01
Work around OAuth/EVFILT_TIMER quirk on NetBSD.
Thomas Munro
2025-02-24
oauth: Rename macro to avoid collisions on Windows
Daniel Gustafsson
2025-02-24
oauth: Fix incorrect const markers in struct
Daniel Gustafsson
2025-02-24
libpq: Trace all NegotiateProtocolVersion fields
Robert Haas
2025-02-24
libpq: Add PQfullProtocolVersion to exports.txt
Robert Haas
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-15
Make escaping functions retain trailing bytes of an invalid character.
Tom Lane
2025-02-14
Fix PQescapeLiteral()/PQescapeIdentifier() length handling
Andres Freund
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-10
Fix handling of invalidly encoded data in escaping functions
Andres Freund
2025-02-06
libpq: Handle asynchronous actions during SASL
Daniel Gustafsson
2025-02-06
Remove support for linking with libeay32 and ssleay32
Daniel Gustafsson
2025-02-04
meson: Add missing dependencies for libpq tests
Andres Freund
2025-02-04
meson: Add pg_regress_ecpg to ecpg test dependencies
Andres Freund
2025-01-31
require_auth: prepare for multiple SASL mechanisms
Daniel Gustafsson
2025-01-25
Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.
Noah Misch
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
Fix error handling of pg_b64_decode()
Peter Eisentraut
2025-01-15
IWYU widely useful pragmas
Peter Eisentraut
2025-01-15
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
[next]