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 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
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Add plan_cache_mode setting
Peter Eisentraut
2018-07-16
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
*
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-27
*
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
*
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
*
Plural of modulus is moduli
Alvaro Herrera
2018-04-19
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
[next]