summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2018-09-26Recurse to sequences on ownership change for all relkindsPeter Eisentraut
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-24Make EXPLAIN output for JIT compilation more dense.Andres Freund
2018-09-24Fast default trigger and expand_tuple fixesAndrew Dunstan
2018-09-14Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera
2018-09-13Improve autovacuum logging for aggressive and anti-wraparound runsMichael Paquier
2018-09-13Simplify static function in extension.cMichael Paquier
2018-09-08Remove duplicated words split across lines in commentsMichael Paquier
2018-09-05Remove no-longer-used variable.Tom Lane
2018-09-05Simplify partitioned table creation vs. relcacheAlvaro Herrera
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-30Error position support for partition specificationsPeter Eisentraut
2018-08-30Error position support for defaults and check constraintsPeter Eisentraut
2018-08-27Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier
2018-08-22Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-08-17InsertPgAttributeTuple() to set attcacheoffPeter Eisentraut
2018-08-13Remove obsolete commentPeter Eisentraut
2018-08-10Improve TRUNCATE by avoiding early lock queueMichael Paquier
2018-08-09Restrict access to reindex of shared catalogs for non-privileged usersMichael Paquier
2018-08-07Don't record FDW user mappings as members of extensions.Tom Lane
2018-08-01Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut
2018-07-29Fix two oversights from 9ebe0572 which refactored cluster_relMichael Paquier
2018-07-24Refactor cluster_rel() to handle more optionsMichael Paquier
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