index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
indexcmds.c
Age
Commit message (
Expand
)
Author
2020-03-10
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-05
Remove ancient hacks to ignore certain opclass names in CREATE INDEX.
Tom Lane
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-10-25
Handle interrupts within a transaction context in REINDEX CONCURRENTLY
Michael Paquier
2019-10-23
Acquire properly session-level lock on new index in REINDEX CONCURRENTLY
Michael Paquier
2019-10-18
Fix typo
Alvaro Herrera
2019-10-16
Fix crash when reporting CREATE INDEX progress
Alvaro Herrera
2019-09-20
Fix progress report of REINDEX INDEX
Alvaro Herrera
2019-09-13
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-03
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-07-29
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-06-27
Fix use-after-free introduced in 55ed3defc966
Alvaro Herrera
2019-06-26
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-20
Rework some error strings for REINDEX CONCURRENTLY with system catalogs
Michael Paquier
2019-06-05
Fix confusing NOTICE text in REINDEX CONCURRENTLY
David Rowley
2019-06-04
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-09
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
Michael Paquier
2019-05-09
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
Fix table lock levels for REINDEX INDEX CONCURRENTLY
Peter Eisentraut
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
Add check for syscache lookup failure in update_relispartition().
Tom Lane
2019-04-30
Message style fixes
Alvaro Herrera
2019-04-26
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-25
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-17
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-07
Report progress of REINDEX operations
Peter Eisentraut
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-03-30
Small code simplification for REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
Fix incorrect code in new REINDEX CONCURRENTLY code
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-26
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-13
Include all columns in default names for foreign key constraints
Peter Eisentraut
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-02-21
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-11
Redesign the partition dependency mechanism.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-23
Remove argument isprimary from index_build()
Michael Paquier
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
[next]