postgresql/src/backend
Peter Eisentraut 0156840e4e Add more checks against altering typed tables
- Prohibit altering column type
- Prohibit changing inheritance
- Move checks from Exec to Prep phases in ALTER TABLE code

backpatched to 9.0
2010-07-23 20:04:18 +00:00
..
access Avoid deep recursion when assigning XIDs to multiple levels of subxacts. 2010-07-23 00:43:00 +00:00
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
catalog CVS test: please ignore 2010-07-20 18:38:53 +00:00
commands Add more checks against altering typed tables 2010-07-23 20:04:18 +00:00
executor Centralize DML permissions-checking logic. 2010-07-22 00:47:59 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
libpq Make the Windows tcp keepalive support depend on the existance of the 2010-07-08 16:19:50 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Make NestLoop plan nodes pass outer-relation variables into their inner 2010-07-12 17:01:06 +00:00
optimizer Make NestLoop plan nodes pass outer-relation variables into their inner 2010-07-12 17:01:06 +00:00
parser Change the default value of standard_conforming_strings to on. 2010-07-20 00:34:44 +00:00
po Translation updates for 9.0beta3 2010-07-08 21:32:28 +00:00
port pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
postmaster Add restart_after_crash GUC. 2010-07-20 00:47:53 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Add missing function prototype. 2010-07-22 13:03:11 +00:00
rewrite pgindent run for 9.0 2010-02-26 02:01:40 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage Make log_temp_files based on kB, and revert docs & comments to match. 2010-07-06 22:55:26 +00:00
tcop pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
tsearch pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
utils Add options to force quoting of all identifiers. 2010-07-22 01:22:35 +00:00
Makefile Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00