index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Silence nbtree.h cpluspluscheck warning.
Peter Geoghegan
2020-03-02
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Fix commit c11cb17d.
Jeff Davis
2020-02-28
*
Catversion bump for b9b408c48724
Alvaro Herrera
2020-02-27
*
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-27
*
Record parents of triggers
Alvaro Herrera
2020-02-27
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-26
*
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-24
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Adapt hashfn.c and hashutils.h for frontend use.
Robert Haas
2020-02-24
*
Put all the prototypes for hashfn.c into the same header file.
Robert Haas
2020-02-24
*
Move bitmap_hash and bitmap_match to bitmapset.c.
Robert Haas
2020-02-24
*
Assume that we have signed integral types and flexible array members.
Tom Lane
2020-02-21
*
Assume that we have <wchar.h>.
Tom Lane
2020-02-21
*
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-21
*
Assume that we have rint().
Tom Lane
2020-02-21
*
Assume that we have memmove().
Tom Lane
2020-02-21
*
Assume that we have cbrt().
Tom Lane
2020-02-21
*
Assume that we have isinf().
Tom Lane
2020-02-21
*
Assume that we have functional, 64-bit fseeko()/ftello().
Tom Lane
2020-02-21
*
Require stdint.h
Peter Eisentraut
2020-02-21
*
Set gen_random_uuid() to volatile
Peter Eisentraut
2020-02-19
*
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-17
*
Fill in extraUpdatedCols in logical replication
Peter Eisentraut
2020-02-17
*
Add description about GSSOpenServer wait event into document.
Fujii Masao
2020-02-17
*
Run "make reformat-dat-files".
Tom Lane
2020-02-15
*
Don't require pg_class.dat to contain correct relnatts values.
Tom Lane
2020-02-15
*
Avoid a performance regression in float overflow/underflow detection.
Tom Lane
2020-02-13
*
Simplify passing of configure arguments to pg_config
Peter Eisentraut
2020-02-10
*
Change signature of TupleHashTableHash().
Jeff Davis
2020-02-10
*
Fix typos.
Amit Kapila
2020-02-10
*
Fix bug in Tid scan.
Fujii Masao
2020-02-07
*
jit: Reference expression step functions via llvmjit_types.
Andres Freund
2020-02-06
*
Bump catalog version for the addition of leader_pid in pg_stat_activity
Michael Paquier
2020-02-07
*
Introduce TupleHashTableHash() and LookupTupleHashEntryHash().
Jeff Davis
2020-02-06
*
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-06
*
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
*
Add leader_pid to pg_stat_activity
Michael Paquier
2020-02-06
*
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-02-05
*
Add kqueue(2) support to the WaitEventSet API.
Thomas Munro
2020-02-05
*
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-03
*
Optimizations for integer to decimal output.
Andrew Gierth
2020-02-01
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Allow building without default socket directory
Peter Eisentraut
2020-01-31
*
Sprinkle some const decorations
Peter Eisentraut
2020-01-31
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
[next]