index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Commit message (
Expand
)
Author
Age
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-06-04
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Report progress of REINDEX operations
Peter Eisentraut
2019-04-07
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
Add progress reporting for CLUSTER and VACUUM FULL.
Robert Haas
2019-03-25
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
*
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Lower lock level for renaming indexes
Peter Eisentraut
2018-11-14
*
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
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
*
Refactor relation opening for VACUUM and ANALYZE
Michael Paquier
2018-10-02
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
*
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-24
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
*
Add UtilityReturnsTuples() support for CALL
Peter Eisentraut
2018-07-09
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-04
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Add EXPLAIN support for JIT.
Andres Freund
2018-03-28
*
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-23
*
Add 'unit' parameter to ExplainProperty{Integer,Float}.
Andres Freund
2018-03-16
*
Make ExplainPropertyInteger accept 64bit input, remove *Long variant.
Andres Freund
2018-03-16
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
*
Support parameters in CALL
Peter Eisentraut
2018-02-22
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
[next]