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
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-11-07
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Fix typcache's failure to treat ranges as container types.
Tom Lane
2017-10-20
*
Fix misimplementation of typcache logic for extended hashing.
Tom Lane
2017-10-20
*
Improve sys/catcache performance.
Andres Freund
2017-10-13
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Fix bogus size calculation introduced by commit cc5f81366.
Tom Lane
2017-09-17
*
Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.
Tom Lane
2017-09-15
*
Don't use anonymous unions.
Tom Lane
2017-09-15
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-22
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-24
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Use NIL rather than NULL to represent an empty list.
Robert Haas
2017-06-06
*
Fix copy/paste mistake in comment
Magnus Hagander
2017-06-02
*
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-30
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
*
Complete tab completion for DROP STATISTICS
Alvaro Herrera
2017-05-13
*
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
*
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
*
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
*
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-11
*
Avoid theoretical infinite loop loading relcache partition key.
Robert Haas
2017-05-09
*
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
*
In load_relcache_init_file, initialize rd_pdcxt.
Robert Haas
2017-04-28
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Mention pg_index changes also cause relcache invalidation
Simon Riggs
2017-04-13
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Update some obsolete comments.
Tom Lane
2017-03-26
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
[next]