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
*
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
*
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
*
Fix typo in comment
Magnus Hagander
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
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Remove out-of-date comment about formrdesc().
Tom Lane
2018-03-01
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
*
Fix RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-02-05
*
Save a few bytes by removing useless last argument to SearchCatCacheList.
Tom Lane
2018-01-29
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Fix typo
Alvaro Herrera
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
*
Get rid of copy_partition_key
Alvaro Herrera
2017-12-21
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
*
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
[next]