aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-18
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Implement type regcollationPeter Eisentraut2020-03-18
* Assert that we don't acquire a heavyweight lock on another object afterAmit Kapila2020-03-18
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-17
* Remove logical_read_local_xlog_pageAlvaro Herrera2020-03-17
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Update commentAlvaro Herrera2020-03-16
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-16
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra2020-03-14
* Remove am_syslogger global variablePeter Eisentraut2020-03-13
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Refactor compile-time assertion checks in c.hMichael Paquier2020-03-13
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Clean up order in miscinit.c a bitPeter Eisentraut2020-03-11
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* Remove stray parenthesis in nbtree.h.Peter Geoghegan2020-03-10
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-10
* Remove win32ver.rc from version_stamp.plPeter Eisentraut2020-03-10
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Prevent reindex of invalid indexes on TOAST tablesMichael Paquier2020-03-10
* Introduce LogicalTapeSetExtend().Jeff Davis2020-03-09
* Add tg_updatedcols to TriggerDataPeter Eisentraut2020-03-09
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-06
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Fix page-level checksum calculation in checksum_impl.hMichael Paquier2020-03-06
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Avoid -Wconversion warnings when using checksum_impl.hMichael Paquier2020-03-05
* Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis2020-03-04
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-04
* Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane2020-03-03
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* 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