index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
pgtypeslib
Commit message (
Expand
)
Author
Age
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
meson: ecpg: Split definition of static and shared libraries
Andres Freund
2022-10-05
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Harmonize parameter names in ecpg code.
Peter Geoghegan
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Don't define FRONTEND for ecpg libraries
Andres Freund
2022-08-22
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
interval: round values when spilling to months
Bruce Momjian
2021-08-03
*
Fix range check in ECPG numeric to int conversion
John Naylor
2021-07-30
*
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-05-01
*
Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib
Bruce Momjian
2021-04-02
*
In messages, use singular nouns for -1, like we do for +1.
Bruce Momjian
2021-03-30
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-29
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Allow ecpg to be built stand-alone, allow parallel libpq make
Bruce Momjian
2020-03-31
*
Remove long unused code behind a #if 0
Peter Eisentraut
2020-03-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-30
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Revert "Revert part of commit dddf4cdc3."
Tom Lane
2019-10-25
*
Get rid of useless/dangerous redefinition of bool in ECPG.
Tom Lane
2019-10-25
*
Revert part of commit dddf4cdc3.
Amit Kapila
2019-10-25
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Clean up MinGW def file generation
Peter Eisentraut
2019-10-20
*
Remove use of deprecated Autoconf define
Peter Eisentraut
2019-10-07
*
Fix failure-to-compile-standalone in ecpg's dt.h.
Tom Lane
2019-08-18
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Use strtoint() instead of strtol() in pgtypeslib where the result is stored in
Michael Meskes
2019-07-03
*
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-30
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Const-ify a few more large static tables.
Tom Lane
2018-10-17
*
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
*
Fix another portability issue from commit 758ce9b77.
Tom Lane
2018-09-26
[next]