aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* 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
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-27
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-27
* Make useful infrastructure from aset.c generally available.Andres Freund2017-02-27
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Make dsa_allocate interface more like MemoryContextAlloc.Robert Haas2017-02-19
* Add new function dsa_allocate0.Robert Haas2017-02-16
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-29
* Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane2017-01-25
* Reindent table partitioning code.Robert Haas2017-01-24
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Logical replicationPeter Eisentraut2017-01-20