postgresql/src/backend/utils
Alvaro Herrera ee6922112e Rename columns in new pg_statistic_ext catalog
The new catalog reused a column prefix "sta" from pg_statistic, but this
is undesirable, so change the catalog to use prefix "stx" instead.
Also, rename the column that lists enabled statistic kinds as "stxkind"
rather than "enabled".

Discussion: https://postgr.es/m/CAKJS1f_2t5jhSN7huYRFH3w3rrHfG2QU7hiUHsu-Vdjd1rYT3w@mail.gmail.com
2017-04-17 18:34:29 -03:00
..
adt Rename columns in new pg_statistic_ext catalog 2017-04-17 18:34:29 -03:00
cache Rename columns in new pg_statistic_ext catalog 2017-04-17 18:34:29 -03:00
error Fix new warnings from GCC 7 2017-04-17 13:59:46 -04:00
fmgr Avoid passing function pointers across process boundaries. 2017-04-14 23:50:16 -04:00
hash Spelling fixes in code comments 2017-03-14 12:58:39 -04:00
init Show more processes in pg_stat_activity. 2017-03-26 22:02:22 -04:00
mb Remove duplicate assignment. 2017-04-07 19:19:50 +03:00
misc Add an Assert() to max_parallel_workers enforcement. 2017-04-11 13:03:44 -04:00
mmgr Fix initialization of dsa.c free area counter. 2017-04-10 11:56:46 -07:00
resowner Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
sort Allow avoiding tuple copy within tuplesort_gettupleslot(). 2017-04-06 14:48:59 -07:00
time Fix new warnings from GCC 7 2017-04-17 13:59:46 -04:00
.gitignore Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
Gen_dummy_probes.pl Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_dummy_probes.sed Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_fmgrtab.pl Move bootstrap-time lookup of regproc OIDs into genbki.pl. 2017-04-13 12:07:57 -04:00
Makefile Fix parallel make issue with new fmgrprotos.h 2017-01-23 15:36:27 -05:00
errcodes.txt Identity columns 2017-04-06 08:41:37 -04:00
generate-errcodes.pl Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
probes.d Rename dtrace probes for ongoing xlog -> wal conversion. 2017-02-09 16:40:19 -05:00