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
REL_18_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
/
utils
/
cache
Age
Commit message (
Expand
)
Author
2017-10-20
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-13
Improve sys/catcache performance.
Andres Freund
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-17
Fix bogus size calculation introduced by commit cc5f81366.
Tom Lane
2017-09-15
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-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-22
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-15
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-06-21
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-06
Use NIL rather than NULL to represent an empty list.
Robert Haas
2017-06-02
Fix copy/paste mistake in comment
Magnus Hagander
2017-05-30
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-13
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-12
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-11
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-10
Avoid theoretical infinite loop loading relcache partition key.
Robert Haas
2017-05-08
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-04-28
In load_relcache_init_file, initialize rd_pdcxt.
Robert Haas
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-13
Mention pg_index changes also cause relcache invalidation
Simon Riggs
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
Identity columns
Peter Eisentraut
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-26
Update some obsolete comments.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
[next]