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
/
backend
/
utils
/
adt
/
dbsize.c
Age
Commit message (
Expand
)
Author
2018-07-27
Teach pgxc_exec_sizefunc() to use pg_my_temp_schema() to get temp schema
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-08-21
Make sure ExecRemoteQuery is called with (PlanState *) parameter
Tomas Vondra
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-30
Default monitoring roles
Simon Riggs
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Make changes and bug fixes to let compilation and regression run on smartos
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-08-16
Suppress -Wunused-result warning for strtol().
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-06-10
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-05-03
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-02-20
Further fixing to make pg_size_bytes() portable.
Dean Rasheed
2016-02-20
Fix pg_size_bytes() to be more portable.
Dean Rasheed
2016-02-20
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-11-06
pg_size_pretty: Format negative values similar to positive ones.
Robert Haas
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-22
Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATOR
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-09-01
Teach pgxc_execute_on_nodes() to handle datanodes and coordinators both. The
Pavan Deolasee
2014-09-01
Many compiler warnings are fixed.
Andrei Martsinchyk
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-08-26
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-07-22
Silence compiler warning on an unused variable
Alvaro Herrera
2013-07-22
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-04-09
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-22
Move relpath() to libpgcommon
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-15
Fix some warnings in code for compilation O2
Michael Paquier
[next]