aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Turn transaction_isolation into GUC enumPeter Eisentraut2018-10-09
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* Silence compiler warning in Assert()Alvaro Herrera2018-10-08
* Track procedure calls in pg_stat_user_functionsPeter Eisentraut2018-10-08
* Improve two error messages related to foreign keys on partitioned tablesMichael Paquier2018-10-08
* Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera2018-10-06
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Assign constraint name when cloning FK definition for partitionsMichael Paquier2018-10-06
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-04
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-04
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-02
* Refactor relation opening for VACUUM and ANALYZEMichael Paquier2018-10-02
* Fix ALTER COLUMN TYPE to not open a relation without any lock.Tom Lane2018-10-01
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Recurse to sequences on ownership change for all relkindsPeter Eisentraut2018-09-26
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* Make EXPLAIN output for JIT compilation more dense.Andres Freund2018-09-24
* Fast default trigger and expand_tuple fixesAndrew Dunstan2018-09-24
* Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera2018-09-14
* Improve autovacuum logging for aggressive and anti-wraparound runsMichael Paquier2018-09-14
* Simplify static function in extension.cMichael Paquier2018-09-13
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Remove no-longer-used variable.Tom Lane2018-09-05
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-05
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Error position support for partition specificationsPeter Eisentraut2018-08-30
* Error position support for defaults and check constraintsPeter Eisentraut2018-08-30
* Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier2018-08-27
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* InsertPgAttributeTuple() to set attcacheoffPeter Eisentraut2018-08-17
* Remove obsolete commentPeter Eisentraut2018-08-13
* Improve TRUNCATE by avoiding early lock queueMichael Paquier2018-08-10
* Restrict access to reindex of shared catalogs for non-privileged usersMichael Paquier2018-08-09
* Don't record FDW user mappings as members of extensions.Tom Lane2018-08-07
* Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut2018-08-01
* Fix two oversights from 9ebe0572 which refactored cluster_relMichael Paquier2018-07-29
* Refactor cluster_rel() to handle more optionsMichael Paquier2018-07-24
* Remove undocumented restriction against duplicate partition key columns.Tom Lane2018-07-19
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera2018-07-16
* Prohibit transaction commands in security definer proceduresPeter Eisentraut2018-07-13
* Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera2018-07-12