summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2017-08-21Define coordinator_lxid GUC as unsigned integerTomas Vondra
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
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-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-09Remove storm_catalog schemaTomas Vondra
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
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-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-05Handle some corner cases around empty strings in SET commands.Pavan Deolasee
2017-05-05Ensure variable values are quoted when necessary while sending down SETPavan Deolasee
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
2017-03-23ICU supportPeter Eisentraut
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-12Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch
2017-03-10contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.Tom Lane
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-08Remove inclusion of postgres.h from a few header files.Robert Haas