index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
indexcmds.c
Age
Commit message (
Expand
)
Author
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-09
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-07-15
Add missing RestrictSearchPath() calls.
Jeff Davis
2024-06-27
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-03-24
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-17
Add attstattarget to FormExtraData_pg_attribute
Peter Eisentraut
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-04
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-04
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-07
Improve some error messages with invalid indexes for REINDEX CONCURRENTLY
Michael Paquier
2023-12-07
Fix assertion failure with REINDEX and event triggers
Michael Paquier
2023-12-04
Add support for REINDEX in event triggers
Michael Paquier
2023-12-01
pgindent fix
Peter Eisentraut
2023-12-01
Check collation when creating partitioned index
Peter Eisentraut
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-10-03
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-08-23
Some vertical reformatting
Peter Eisentraut
2023-08-23
Rename some function arguments for better clarity
Peter Eisentraut
2023-08-23
Add const decorations
Peter Eisentraut
2023-07-12
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-13
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
[next]