index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Commit message (
Expand
)
Author
Age
*
Backport: Add inline murmurhash32(uint32) function.
Andres Freund
2018-01-29
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-11
*
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-13
*
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-09-01
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
Reject use of ucol_strcollUTF8() before ICU 53
Peter Eisentraut
2017-08-10
*
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-10
*
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
*
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-30
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
*
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
*
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-05-02
*
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-12
*
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
*
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
*
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-31
*
Fix cpluspluscheck warning
Peter Eisentraut
2017-03-26
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
*
Avoid syntax error on platforms that have neither LOCALE_T nor ICU.
Tom Lane
2017-03-23
*
ICU support
Peter Eisentraut
2017-03-23
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-15
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-03-12
*
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Tom Lane
2017-03-09
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Remove inclusion of postgres.h from a few header files.
Robert Haas
2017-03-08
*
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-03
*
Collect duplicate copies of oid_cmp()
Peter Eisentraut
2017-03-01
*
Reduce size of common allocation header.
Andres Freund
2017-02-28
[next]