index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
index.c
Commit message (
Expand
)
Author
Age
*
Make index_set_state_flags() transactional
Michael Paquier
2021-06-28
*
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-11-01
*
Preserve pg_index.indisreplident across REINDEX CONCURRENTLY
Michael Paquier
2020-06-05
*
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Fix comment related to concurrent index swapping in index.c
Michael Paquier
2020-03-19
*
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
*
Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2020-03-05
*
Preserve pg_index.indisclustered across REINDEX CONCURRENTLY
Michael Paquier
2020-03-03
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-17
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLY
Michael Paquier
2019-10-29
*
Fix dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2019-10-28
*
Update comments about progress reporting by index_drop
Alvaro Herrera
2019-10-18
*
Fix up handling of nondeterministic collations with pattern_ops opclasses.
Tom Lane
2019-09-21
*
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-13
*
Refactor BuildIndexInfo() with the new makeIndexInfo()
Michael Paquier
2019-08-04
*
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-29
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Upgrade internal error message to external
Peter Eisentraut
2019-06-24
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
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
*
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-05-02
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
*
Fix REINDEX CONCURRENTLY of partitions
Peter Eisentraut
2019-04-12
*
Report progress of REINDEX operations
Peter Eisentraut
2019-04-07
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-26
*
Add progress reporting for CLUSTER and VACUUM FULL.
Robert Haas
2019-03-25
*
Fix dependency recording bug for partitioned PKs
Alvaro Herrera
2019-03-21
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Redesign the partition dependency mechanism.
Tom Lane
2019-02-11
*
Allow RECORD and RECORD[] to be specified in function coldeflists.
Tom Lane
2019-01-30
*
Refactor planner's header files.
Tom Lane
2019-01-29
[next]