summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2017-10-04Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.Andres Freund
2017-10-04Replace binary search in fmgr_isbuiltin with a lookup array.Andres Freund
2017-09-30Support arrays over domains.Tom Lane
2017-09-30Fix typo.Andres Freund
2017-09-22Add inline murmurhash32(uint32) function.Andres Freund
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-14Fix ordering in pg_dump of GRANTsStephen Frost
2017-09-12Introduce BYTES unit for GUCs.Andres Freund
2017-09-07Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-01Ensure SIZE_MAX can be used throughout our code.Tom Lane
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-29Propagate sort instrumentation from workers back to leader.Robert Haas
2017-08-22Add a hash_combine function for mixing hash values.Andres Freund
2017-08-15Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-11Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-23Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-30Sort syscache identifiers into alphabetical order.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-13Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-03Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane
2017-04-11Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao
2017-04-06Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund
2017-04-06Always SnapshotResetXmin() during ClearTransaction()Simon Riggs
2017-04-06Identity columnsPeter Eisentraut
2017-04-06Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs
2017-04-04Make min_wal_size/max_wal_size use MB internallySimon Riggs
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-31Transform or iterate over json(b) string valuesAndrew Dunstan
2017-03-26Fix cpluspluscheck warningPeter Eisentraut
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-24Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5Simon Riggs
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-24Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs
2017-03-24Avoid syntax error on platforms that have neither LOCALE_T nor ICU.Tom Lane