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
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
*
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
*
Implement type regcollation
Peter Eisentraut
2020-03-18
*
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-03-18
*
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
*
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-17
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Update comment
Alvaro Herrera
2020-03-16
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-16
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Use multi-variate MCV lists to estimate ScalarArrayOpExpr
Tomas Vondra
2020-03-14
*
Remove am_syslogger global variable
Peter Eisentraut
2020-03-13
*
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Refactor compile-time assertion checks in c.h
Michael Paquier
2020-03-13
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Clean up order in miscinit.c a bit
Peter Eisentraut
2020-03-11
*
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-03-11
*
Remove stray parenthesis in nbtree.h.
Peter Geoghegan
2020-03-10
*
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
*
Remove win32ver.rc from version_stamp.pl
Peter Eisentraut
2020-03-10
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
*
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
*
Introduce LogicalTapeSetExtend().
Jeff Davis
2020-03-09
*
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-03-09
*
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Fix page-level checksum calculation in checksum_impl.h
Michael Paquier
2020-03-06
*
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-05
*
Avoid -Wconversion warnings when using checksum_impl.h
Michael Paquier
2020-03-05
*
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-03-04
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS
Peter Eisentraut
2020-03-04
*
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
*
Report progress of streaming base backup.
Fujii Masao
2020-03-03
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
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
[next]