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
/
common
Age
Commit message (
Expand
)
Author
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-03
Add palloc_extended for frontend and backend.
Fujii Masao
2015-04-02
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-01
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-03-30
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-01
Unlink static libraries before rebuilding them.
Noah Misch
2015-02-10
Speed up CRC calculation using slicing-by-8 algorithm.
Heikki Linnakangas
2015-02-09
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-09
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2014-12-25
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-08-09
Small message fixes
Peter Eisentraut
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-26
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-03-28
Un-break peer authentication.
Tom Lane
2014-03-21
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-01-30
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-18
Make various variables const (read-only).
Tom Lane
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-25
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-19
Move rmtree() from libpgport to libpgcommon
Peter Eisentraut
2013-10-19
Move pgfnames() from libpgport to libpgcommon
Peter Eisentraut
2013-10-18
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-02-22
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-12
Rename "string" pstrdup argument to "in"
Alvaro Herrera
2013-02-12
Don't build libpgcommon_srv.a just yet
Alvaro Herrera
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera