summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2018-07-19Remove undocumented restriction against duplicate partition key columns.Tom Lane
2018-07-18Drop the rule against included index columns duplicating key columns.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-17Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera
2018-07-13Prohibit transaction commands in security definer proceduresPeter Eisentraut
2018-07-12Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-07-12Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier
2018-07-12Add assertion in expand_vacuum_rel() for non-autovacuum pathMichael Paquier
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-07-09Add UtilityReturnsTuples() support for CALLPeter Eisentraut
2018-07-06Allow CALL with polymorphic type argumentsPeter Eisentraut
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-29Fix crash when ALTER TABLE recreates indexes on partitionsAlvaro Herrera
2018-06-22When index recurses to a partition, map columns numbersAlvaro Herrera
2018-06-20Clarify use of temporary tables within partition treesMichael Paquier
2018-06-13Fix some ill-chosen names for globally-visible partition support functions.Tom Lane
2018-06-11Fix access to just-closed relcache entry.Tom Lane
2018-06-11Don't needlessly check the partition contraint twiceAlvaro Herrera
2018-05-22Widen COPY FROM's current-line-number counter from 32 to 64 bits.Tom Lane
2018-05-21Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-27Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Add missing pstrdupAlvaro Herrera
2018-04-20Fix a couple minor typosStephen Frost
2018-04-20Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane
2018-04-18Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.Tom Lane
2018-04-17Add more infinite recursion detection while locking a view.Tatsuo Ishii
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-14Support named and default arguments in CALLPeter Eisentraut
2018-04-12Revert lowering of lock level for ATTACH PARTITIONAlvaro Herrera
2018-04-12Fix interference between covering indexes and partitioned tablesTeodor Sigaev
2018-04-12Cleanup covering infrastructureTeodor Sigaev
2018-04-12Revert MERGE patchSimon Riggs
2018-04-12Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev
2018-04-12Set relispartition correctly for index partitionsAlvaro Herrera
2018-04-11Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULTAlvaro Herrera
2018-04-11Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5Teodor Sigaev
2018-04-11Fix interference between cavering indexes and partitioned tablesTeodor Sigaev
2018-04-10Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-08Fix additional breakage in covering-index patch.Tom Lane
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut