aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Backport: Add inline murmurhash32(uint32) function.Andres Freund2018-01-29
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-29
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-11
* Fix ordering in pg_dump of GRANTsStephen Frost2017-09-13
* Ensure SIZE_MAX can be used throughout our code.Tom Lane2017-09-01
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut2017-08-10
* Improve the error message when creating an empty range partition.Robert Haas2017-08-10
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Sort syscache identifiers into alphabetical order.Tom Lane2017-05-30
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-13
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-12
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-12
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane2017-05-02
* Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao2017-04-12
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-06
* Always SnapshotResetXmin() during ClearTransaction()Simon Riggs2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-06
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-04
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Fix two undocumented parameters to functions from ENR patch.Kevin Grittner2017-04-01
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Transform or iterate over json(b) string valuesAndrew Dunstan2017-03-31
* Fix cpluspluscheck warningPeter Eisentraut2017-03-26
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5Simon Riggs2017-03-24
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-03-24
* Avoid syntax error on platforms that have neither LOCALE_T nor ICU.Tom Lane2017-03-23
* ICU supportPeter Eisentraut2017-03-23
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-15
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch2017-03-12
* contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.Tom Lane2017-03-09
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Remove inclusion of postgres.h from a few header files.Robert Haas2017-03-08
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-03
* Collect duplicate copies of oid_cmp()Peter Eisentraut2017-03-01
* Reduce size of common allocation header.Andres Freund2017-02-28