index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
relcache.c
Commit message (
Expand
)
Author
Age
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
*
Remove RelationSetIndexList().
Tom Lane
2019-05-03
*
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-05-02
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Peter Eisentraut
2019-04-18
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Generated columns
Peter Eisentraut
2019-03-30
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.
Tom Lane
2019-03-15
*
Fix typos in commit 8586bf7ed8.
Amit Kapila
2019-03-11
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-21
*
Remove useless bms_copy step in RelationGetIndexAttrBitmap.
Tom Lane
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
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Refactor duplicate code into DeconstructFkConstraintRow
Alvaro Herrera
2019-01-18
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Disable recheck_on_update optimization to avoid crashes.
Tom Lane
2018-11-06
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-27
*
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-13
*
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-12
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-12
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
*
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-04-06
*
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-29
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Remove out-of-date comment about formrdesc().
Tom Lane
2018-03-01
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
[next]