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