Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
9 days
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-03-28
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-18
Allow non-btree unique indexes for partition keys
Peter Eisentraut
2025-03-04
Fix accidental use of = instead of ==
Peter Eisentraut
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-02-01
Add get_opfamily_name() function
Peter Eisentraut
2025-02-01
Rename GistTranslateStratnum() to GistTranslateCompareType()
Peter Eisentraut
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-11
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
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-28
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-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
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-04
Update copyright for 2024
Bruce Momjian
2023-12-07
Improve some error messages with invalid indexes for REINDEX CONCURRENTLY
Michael Paquier
2023-12-06
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
[next]