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
Commit message (
Expand
)
Author
Age
*
Fix compiler warning
Peter Eisentraut
2019-04-05
*
Generated columns
Peter Eisentraut
2019-03-30
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
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
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
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
*
Use varargs macro for CACHEDEBUG
Peter Eisentraut
2019-02-19
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
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
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-21
*
Rephrase references to "time qualification".
Andres Freund
2019-01-21
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Remove useless bms_copy step in RelationGetIndexAttrBitmap.
Tom Lane
2019-01-21
*
Flush relcache entries when their FKs are meddled with
Alvaro Herrera
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
*
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
*
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-14
*
Disable recheck_on_update optimization to avoid crashes.
Tom Lane
2018-11-06
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Remove get_attidentity()
Peter Eisentraut
2018-10-23
*
Remove get_atttypmod()
Peter Eisentraut
2018-10-23
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-10-02
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.
Tom Lane
2018-09-07
*
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-05
[next]