postgresql/src/backend/access
Robert Haas d86d51a958 Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
This patch only supports seq_page_cost and random_page_cost as parameters,
but it provides the infrastructure to scalably support many more.
In particular, we may want to add support for effective_io_concurrency,
but I'm leaving that as future work for now.

Thanks to Tom Lane for design help and Alvaro Herrera for the review.
2010-01-05 21:54:00 +00:00
..
common Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
gin Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gist Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
hash Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
heap Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
index Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nbtree Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btree 2010-01-03 05:39:08 +00:00
transam Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at 2010-01-04 12:50:50 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00