postgresql/src/backend/commands
Andres Freund aa29c1ccd9 Remove legacy multixact truncation support.
In 9.5 and master there is no need to support legacy truncation. This is
just committed separately to make it easier to backpatch the WAL logged
multixact truncation to 9.3 and 9.4 if we later decide to do so.

I bumped master's magic from 0xD086 to 0xD088 and 9.5's from 0xD085 to
0xD087 to avoid 9.5 reusing a value that has been in use on master while
keeping the numbers increasing between major versions.

Discussion: 20150621192409.GA4797@alap3.anarazel.de
Backpatch: 9.5
2015-09-26 19:04:25 +02:00
..
aggregatecmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
alter.c Remove variable shadowing 2015-04-07 17:14:00 -03:00
analyze.c Make ANALYZE compute basic statistics even for types with no "=" operator. 2015-09-23 18:26:49 -04:00
async.c Add new function pg_notification_queue_usage. 2015-07-17 09:12:03 -04:00
cluster.c Support VERBOSE option in REINDEX command. 2015-05-15 20:09:57 +09:00
collationcmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
comment.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
constraint.c Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:43 -04:00
conversioncmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
copy.c Fix a number of places that produced XX000 errors in the regression tests. 2015-08-02 23:49:19 -04:00
createas.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
dbcommands.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
define.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
discard.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
dropcmds.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
event_trigger.c Fix omission of OCLASS_TRANSFORM in object_classes[] 2015-07-21 13:20:53 +02:00
explain.c Add new function planstate_tree_walker. 2015-09-17 11:27:06 -04:00
extension.c Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
foreigncmds.c Avoid passing NULL to memcmp() in lookups of zero-argument functions. 2015-06-27 17:47:39 -04:00
functioncmds.c Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
indexcmds.c Don't warn about creating temporary or unlogged hash indexes. 2015-06-26 11:37:32 -04:00
lockcmds.c Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT 2015-05-11 15:44:12 -04:00
Makefile Row-Level Security Policies (RLS) 2014-09-19 11:18:35 -04:00
matview.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
opclasscmds.c Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
operatorcmds.c Fix event trigger support for the new ALTER OPERATOR command. 2015-07-14 19:50:18 +03:00
policy.c RLS refactoring 2015-09-15 15:49:31 -04:00
portalcmds.c Fix subtransaction cleanup after an outer-subtransaction portal fails. 2015-09-04 13:37:14 -04:00
prepare.c Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
proclang.c Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
schemacmds.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
seclabel.c Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"." 2015-05-19 10:40:04 -04:00
sequence.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
tablecmds.c Reduce lock levels for ALTER TABLE SET autovacuum storage options 2015-08-14 14:19:28 +01:00
tablespace.c Fix CreateTableSpace() so it will compile without HAVE_SYMLINK. 2015-09-05 16:15:38 -04:00
trigger.c Fix typo in C comment. 2015-08-23 10:38:57 -05:00
tsearchcmds.c Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
typecmds.c Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
user.c In AlterRole, make bypassrls an int 2015-08-21 08:22:22 -04:00
vacuum.c Remove legacy multixact truncation support. 2015-09-26 19:04:25 +02:00
vacuumlazy.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
variable.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
view.c Require non-NULL pstate for all addRangeTableEntryFor* functions. 2015-03-11 15:26:43 -04:00