index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
compatlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg-config Requires.private entries should be comma-separated
Peter Eisentraut
2023-03-16
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
2
-2
/
+2
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+6
*
meson: ecpg: Split definition of static and shared libraries
Andres Freund
2022-10-05
1
-9
/
+30
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+22
*
Don't define FRONTEND for ecpg libraries
Andres Freund
2022-08-22
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-01-28
1
-2
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-2
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Offer pnstrdup to frontend code
Alvaro Herrera
2019-12-04
1
-20
/
+1
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
1
-2
/
+0
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-1
/
+3
*
Fix typos in the code
Michael Paquier
2019-10-30
1
-1
/
+1
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
1
-8
/
+8
*
Clean up MinGW def file generation
Peter Eisentraut
2019-10-20
1
-1
/
+1
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
1
-6
/
+1
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
1
-1
/
+1
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
2
-14
/
+3
*
Fix another portability issue from commit 758ce9b77.
Tom Lane
2018-09-26
2
-3
/
+4
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
1
-1
/
+2
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
2
-3
/
+4
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
1
-2
/
+2
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
1
-7
/
+7
*
Add port/strnlen support to libpq and ecpg Makefiles.
Tom Lane
2017-10-11
2
-3
/
+4
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
1
-8
/
+8
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-3
/
+3
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Automate the maintenance of SO_MINOR_VERSION for our shared libraries.
Tom Lane
2016-08-16
1
-1
/
+1
*
Stamp shared-library minor version numbers for v10.
Tom Lane
2016-08-15
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-1
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-30
1
-1
/
+1
*
Check for out of memory when allocating sqlca.
Michael Meskes
2015-06-15
1
-0
/
+2
*
Fix intoasc() in Informix compat lib. This function used to be a noop.
Michael Meskes
2015-06-12
1
-2
/
+6
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
1
-1
/
+0
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
1
-0
/
+1
*
Remove obsolete -I options from ECPG library compilation.
Noah Misch
2015-04-24
1
-1
/
+1
*
Build every ECPG library with -DFRONTEND.
Noah Misch
2015-04-24
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
1
-1
/
+2
*
Stamp shared-library minor version numbers for 9.5.
Tom Lane
2014-06-10
1
-1
/
+1
*
Fix some missing .gitignore and "make clean" items in ecpg.
Tom Lane
2014-02-19
1
-0
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Stamp shared-library minor version numbers for 9.4.
Tom Lane
2013-06-14
1
-1
/
+1
[next]