index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
2017-05-08
Restore PGREQUIRESSL recognition in libpq.
Noah Misch
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-07
Fix memory leaks if random salt generation fails.
Heikki Linnakangas
2017-05-05
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-04
Fix PQencryptPasswordConn to work with older server versions.
Heikki Linnakangas
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-01
libpq: Fix inadvertent change in .pgpass lookup behavior.
Robert Haas
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-23
Don't include sys/poll.h anymore.
Andres Freund
2017-04-22
Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.
Tom Lane
2017-04-21
Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.
Tom Lane
2017-04-20
Add missing erand48.c to libpq/.gitignore.
Tom Lane
2017-04-14
Remove trailing spaces in some output
Peter Eisentraut
2017-04-13
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
Refactor libpq authentication request processing.
Heikki Linnakangas
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-08
Add newly-symlinked files to "make clean" target.
Tom Lane
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-06
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-03-31
Fix typo in comment
Magnus Hagander
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-20
Add missed "make clean" logic in src/interfaces/libpq/Makefile.
Tom Lane
2017-03-18
Fix schedule of ecpg test files to only try two-phase commit test when possible.
Michael Meskes
2017-03-14
ecpg: Improve some variable names
Peter Eisentraut
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
Update .gitignore
Robert Haas
2017-03-13
Add test case for two phase commit. Also by Masahiko Sawada.
Michael Meskes
2017-03-13
Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.
Michael Meskes
2017-03-10
Fix a potential double-free in ecpg.
Michael Meskes
2017-03-09
Fix inclusions of postgres_fe.h from .h files.
Tom Lane
2017-03-07
A collection of small fixes for the SCRAM patch.
Heikki Linnakangas
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-24
Suppress compiler warnings in ecpg test on newer Windows toolchains.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
De-support floating-point timestamps.
Tom Lane
2017-02-19
Make src/interfaces/libpq/test clean up after itself.
Tom Lane
2017-02-15
libpq: Make target_session_attrs=read-write consume empty result.
Robert Haas
2017-02-15
Fix typo in comment.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Avoid improbable null pointer dereference in pgpassfileWarning().
Tom Lane
2017-01-24
Allow password file name to be specified as a libpq connection parameter.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Update manual set of copyright files for 2017
Bruce Momjian
2016-12-22
Fix buffer overflow on particularly named files and clarify documentation about
Michael Meskes
2016-12-11
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-07
Handle empty or all-blank PAGER setting more sanely in psql.
Tom Lane
[next]