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
/
indexcmds.c
Commit message (
Expand
)
Author
Age
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-24
*
Add attstattarget to FormExtraData_pg_attribute
Peter Eisentraut
2024-03-17
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
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-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
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-07
*
Add support for REINDEX in event triggers
Michael Paquier
2023-12-04
*
pgindent fix
Peter Eisentraut
2023-12-01
*
Check collation when creating partitioned index
Peter Eisentraut
2023-12-01
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
*
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-10-03
*
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-08-23
*
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-12
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-30
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
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-25
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-14
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
*
Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM
Michael Paquier
2022-07-19
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-25
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Fix comment in CheckIndexCompatible().
Fujii Masao
2022-02-18
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
[next]