index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Turn transaction_isolation into GUC enum
Peter Eisentraut
2018-10-09
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
*
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-08
*
Track procedure calls in pg_stat_user_functions
Peter Eisentraut
2018-10-08
*
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-08
*
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
2018-10-06
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Assign constraint name when cloning FK definition for partitions
Michael Paquier
2018-10-06
*
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
*
Refactor relation opening for VACUUM and ANALYZE
Michael Paquier
2018-10-02
*
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-10-01
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-26
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
Make EXPLAIN output for JIT compilation more dense.
Andres Freund
2018-09-24
*
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-24
*
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
*
Improve autovacuum logging for aggressive and anti-wraparound runs
Michael Paquier
2018-09-14
*
Simplify static function in extension.c
Michael Paquier
2018-09-13
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
*
Remove no-longer-used variable.
Tom Lane
2018-09-05
*
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-05
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Error position support for partition specifications
Peter Eisentraut
2018-08-30
*
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-30
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
*
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
InsertPgAttributeTuple() to set attcacheoff
Peter Eisentraut
2018-08-17
*
Remove obsolete comment
Peter Eisentraut
2018-08-13
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
*
Restrict access to reindex of shared catalogs for non-privileged users
Michael Paquier
2018-08-09
*
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-08-07
*
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-08-01
*
Fix two oversights from 9ebe0572 which refactored cluster_rel
Michael Paquier
2018-07-29
*
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-24
*
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
*
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
*
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-13
*
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
[next]