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
/
ecpg
Age
Commit message (
Expand
)
Author
4 days
Make ecpg parse.pl more robust with braces
Peter Eisentraut
5 days
ecpg: refactor to eliminate cast-away-const in find_variable().
Tom Lane
7 days
Fix some cases of indirectly casting away const.
Tom Lane
11 days
Remove useless casting to same type
Peter Eisentraut
11 days
Replace pointer comparisons and assignments to literal zero with NULL
Peter Eisentraut
2025-10-17
ecpg: check return value of replace_variables()
Daniel Gustafsson
2025-10-08
Cleanup NAN code in float.h, too.
Tom Lane
2025-08-29
Silence -Wmissing-variable-declarations in headerscheck.
Tom Lane
2025-08-06
Fix typo in comment.
Fujii Masao
2025-07-27
ecpg: Fix memory leaks in ecpg_auto_prepare()
Michael Paquier
2025-07-22
ecpg: Improve error detection around ecpg_strdup()
Michael Paquier
2025-07-22
ecpg: Fix NULL pointer dereference during connection lookup
Michael Paquier
2025-05-19
ecpg: Add missing newline in meson.build
Michael Paquier
2025-05-05
Translation updates
Peter Eisentraut
2025-04-25
Fix terminology in comment and message
Peter Eisentraut
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-23
Fix "make clean" for new TAP suite.
Noah Misch
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-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-04
meson: Add pg_regress_ecpg to ecpg test dependencies
Andres Freund
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-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-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-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
[next]