aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Silence nbtree.h cpluspluscheck warning.Peter Geoghegan2020-03-02
* Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane2020-02-28
* Fix commit c11cb17d.Jeff Davis2020-02-28
* Catversion bump for b9b408c48724Alvaro Herrera2020-02-27
* Save calculated transitionSpace in Agg node.Jeff Davis2020-02-27
* Record parents of triggersAlvaro Herrera2020-02-27
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add equalimage B-Tree support functions.Peter Geoghegan2020-02-26
* expression eval: Reduce number of steps for agg transition invocations.Andres Freund2020-02-24
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Adapt hashfn.c and hashutils.h for frontend use.Robert Haas2020-02-24
* Put all the prototypes for hashfn.c into the same header file.Robert Haas2020-02-24
* Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas2020-02-24
* Assume that we have signed integral types and flexible array members.Tom Lane2020-02-21
* Assume that we have <wchar.h>.Tom Lane2020-02-21
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-21
* Assume that we have rint().Tom Lane2020-02-21
* Assume that we have memmove().Tom Lane2020-02-21
* Assume that we have cbrt().Tom Lane2020-02-21
* Assume that we have isinf().Tom Lane2020-02-21
* Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane2020-02-21
* Require stdint.hPeter Eisentraut2020-02-21
* Set gen_random_uuid() to volatilePeter Eisentraut2020-02-19
* Optimize update of tables with generated columnsPeter Eisentraut2020-02-17
* Fill in extraUpdatedCols in logical replicationPeter Eisentraut2020-02-17
* Add description about GSSOpenServer wait event into document.Fujii Masao2020-02-17
* Run "make reformat-dat-files".Tom Lane2020-02-15
* Don't require pg_class.dat to contain correct relnatts values.Tom Lane2020-02-15
* Avoid a performance regression in float overflow/underflow detection.Tom Lane2020-02-13
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-10
* Change signature of TupleHashTableHash().Jeff Davis2020-02-10
* Fix typos.Amit Kapila2020-02-10
* Fix bug in Tid scan.Fujii Masao2020-02-07
* jit: Reference expression step functions via llvmjit_types.Andres Freund2020-02-06
* Bump catalog version for the addition of leader_pid in pg_stat_activityMichael Paquier2020-02-07
* Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis2020-02-06
* expression eval: Don't redundantly keep track of AggState.Andres Freund2020-02-06
* Refactor hash_agg_entry_size().Jeff Davis2020-02-06
* Add leader_pid to pg_stat_activityMichael Paquier2020-02-06
* Make vacuum buffer counters 64 bits wideAlvaro Herrera2020-02-05
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-05
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Optimizations for integer to decimal output.Andrew Gierth2020-02-01
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Allow building without default socket directoryPeter Eisentraut2020-01-31
* Sprinkle some const decorationsPeter Eisentraut2020-01-31
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-29
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28