index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
connect
Age
Commit message (
Expand
)
Author
28 hours
Update copyright for 2026
HEAD
origin/master
origin/HEAD
master
Bruce Momjian
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-03-09
Use ICU by default at initdb time.
Jeff Davis
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2021-06-10
Avoid ECPG test failures in some GSS-capable environments.
Tom Lane
2020-08-04
Increase hard-wired timeout values in ecpg regression tests.
Tom Lane
2019-06-08
Stop using spelling "nonexistant".
Noah Misch
2017-11-11
Make connect/test1 independent of localhost IPv6.
Noah Misch
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2015-03-09
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2014-06-19
Let installcheck-world pass against a server requiring a password.
Noah Misch
2012-02-18
Make sure all connection paramters are used in call to PQconnectdbParams.
Michael Meskes
2010-09-24
Still more .gitignore cleanup.
Tom Lane
2010-09-22
Add gitignore files for ecpg regression tests.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2008-12-01
Removed port testing.
Michael Meskes
2008-03-27
- Moved from PQsetdbLogin to PQconnectDB.
Michael Meskes
2008-03-21
More README src cleanups.
Bruce Momjian
2007-12-28
*** empty log message ***
Michael Meskes
2007-08-23
unbreak ECPG tests for VPATH builds.
Andrew Dunstan
2007-08-14
As usual I forgot some files. :-)
Michael Meskes
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2006-09-14
Cygwin systems seem to have a different error message when trying to connect ...
Michael Meskes
2006-09-12
Seems this wasn't committed originally
Michael Meskes
2006-08-29
Fixed parser and library to allow empty database names.
Michael Meskes
2006-08-27
- Enabled single-quoted connection targets.
Michael Meskes
2006-08-18
Changed lexer to no longer use the default rule.
Michael Meskes
2006-08-13
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-04
Regression test updates and fixes
Michael Meskes
2006-08-02
Hopefully that's it. The remaining files for ecpg regression tests.
Michael Meskes