summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-05Fix page-level checksum calculation in checksum_impl.hMichael Paquier
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-05Avoid -Wconversion warnings when using checksum_impl.hMichael Paquier
2020-03-05Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-03-04Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-03-03Report progress of streaming base backup.Fujii Masao
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-03-02Silence nbtree.h cpluspluscheck warning.Peter Geoghegan
2020-02-29Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane
2020-02-28Fix commit c11cb17d.Jeff Davis
2020-02-27Catversion bump for b9b408c48724Alvaro Herrera
2020-02-27Save calculated transitionSpace in Agg node.Jeff Davis
2020-02-27Record parents of triggersAlvaro Herrera
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2020-02-24expression eval: Reduce number of steps for agg transition invocations.Andres Freund
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
2020-02-24Adapt hashfn.c and hashutils.h for frontend use.Robert Haas
2020-02-24Put all the prototypes for hashfn.c into the same header file.Robert Haas
2020-02-24Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas
2020-02-21Assume that we have signed integral types and flexible array members.Tom Lane
2020-02-21Assume that we have <wchar.h>.Tom Lane
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-21Assume that we have rint().Tom Lane
2020-02-21Assume that we have memmove().Tom Lane
2020-02-21Assume that we have cbrt().Tom Lane
2020-02-21Assume that we have isinf().Tom Lane
2020-02-21Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane
2020-02-21Require stdint.hPeter Eisentraut
2020-02-19Set gen_random_uuid() to volatilePeter Eisentraut
2020-02-17Optimize update of tables with generated columnsPeter Eisentraut
2020-02-17Fill in extraUpdatedCols in logical replicationPeter Eisentraut
2020-02-17Add description about GSSOpenServer wait event into document.Fujii Masao
2020-02-15Run "make reformat-dat-files".Tom Lane
2020-02-15Don't require pg_class.dat to contain correct relnatts values.Tom Lane
2020-02-13Avoid a performance regression in float overflow/underflow detection.Tom Lane
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-02-10Change signature of TupleHashTableHash().Jeff Davis
2020-02-10Fix typos.Amit Kapila
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-02-07jit: Reference expression step functions via llvmjit_types.Andres Freund
2020-02-07Bump catalog version for the addition of leader_pid in pg_stat_activityMichael Paquier
2020-02-07Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis
2020-02-07expression eval: Don't redundantly keep track of AggState.Andres Freund
2020-02-06Refactor hash_agg_entry_size().Jeff Davis