index
:
users/c2main/postgres.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
Release_1_0_3
WIN32_DEV
analyze_cache
ecpg_big_bison
master
Cedric's Stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
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
2025-01-14
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
2025-01-14
ecpg: Restore detection of unsupported COPY FROM STDIN.
Fujii Masao
2025-01-07
Fix error message wording
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-18
libpq: Add service name to PGconn and PQservice()
Michael Paquier
2024-12-05
Fix printf format string warning on MinGW.
Thomas Munro
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-01
Fix broken list-munging in ecpg's remove_variables().
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-11-27
ecpg: clean up some other assorted memory leaks.
Tom Lane
2024-11-27
ecpg: put all string-valued tokens returned by pgc.l in local storage.
Tom Lane
2024-11-27
ecpg: fix some memory leakage of data-type-related structures.
Tom Lane
2024-11-27
Revert "Blind attempt to fix _configthreadlocale() failures on MinGW."
Thomas Munro
2024-11-27
Remove configure check for _configthreadlocale().
Thomas Munro
2024-11-19
libpq: Improve error message when parsing URI parameters and keywords
Michael Paquier
2024-11-11
libpq: Bail out during SSL/GSS negotiation errors
Michael Paquier
2024-10-23
Fix incorrect struct reference in comment
Daniel Gustafsson
2024-10-22
ecpg: Fix out-of-bound read in DecodeDateTime()
Michael Paquier
2024-10-22
ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca().
Fujii Masao
2024-10-17
ecpg: fix more minor mishandling of bad input in preprocessor.
Tom Lane
2024-10-16
ecpg: fix some minor mishandling of bad input in preprocessor.
Tom Lane
2024-10-14
ecpg: invent a saner syntax for ecpg.addons entries.
Tom Lane
2024-10-14
ecpg: add cross-checks to parse.pl for usage of internal tables.
Tom Lane
2024-10-14
ecpg: avoid breaking the IDENT precedence level in two.
Tom Lane
2024-10-14
ecpg: improve preprocessor's memory management.
Tom Lane
2024-10-14
ecpg: move some functions into a new file ecpg/preproc/util.c.
Tom Lane
2024-10-14
ecpg: re-implement preprocessor's string management.
Tom Lane
2024-10-14
ecpg: major cleanup, simplification, and documentation of parse.pl.
Tom Lane
2024-10-14
ecpg: remove check_rules.pl.
Tom Lane
2024-10-14
ecpg: clean up documentation of parse.pl, and add more input checking.
Tom Lane
2024-10-14
Remove traces of BeOS.
Peter Eisentraut
2024-10-11
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-06
libpq: Discard leading and trailing spaces for parameters and values in URIs
Michael Paquier
2024-10-04
ecpg: avoid adding whitespace around '&' in connection URLs.
Tom Lane
2024-10-02
Parse libpq's "keepalives" option more like other integer options.
Tom Lane
2024-10-01
Simplify checking for xlocale.h
Peter Eisentraut
2024-09-29
In passwordFromFile, don't leak the open file after stat failures.
Tom Lane
2024-09-09
Add PQfullProtocolVersion() to surface the precise protocol version.
Robert Haas
2024-09-08
Avoid core dump after getpwuid_r failure.
Tom Lane
2024-09-05
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-05
Check availability of module injection_points in TAP tests
Michael Paquier
2024-09-03
Fix typos in code comments and test data
Daniel Gustafsson
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
[next]