summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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-13Teach \d+ to show partitioning constraints.Robert Haas
2017-05-13Complete tab completion for DROP STATISTICSAlvaro Herrera
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Reduce initial size of RelfilenodeMapHash.Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-12Change CREATE STATISTICS syntaxAlvaro Herrera
2017-05-11Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-10Avoid theoretical infinite loop loading relcache partition key.Robert Haas
2017-05-09Improve memory use in logical replication applyPeter Eisentraut
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-08Fix possibly-uninitialized variable.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-08Remove poorly worded and duplicated commentSimon Riggs
2017-05-07Fix duplicated words in comment.Andres Freund
2017-05-04Fix cursor_to_xml in tableforest false modePeter Eisentraut
2017-05-03Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane
2017-05-02Change hot_standby default value to 'on'Magnus Hagander
2017-05-01Improve function header comment for create_singleton_array().Tom Lane
2017-04-28In load_relcache_init_file, initialize rd_pdcxt.Robert Haas
2017-04-26pg_get_partkeydef: return NULL for non-partitionsStephen Frost
2017-04-25Adjust outdated comment.Robert Haas
2017-04-25Update copyright in recently added files.Fujii Masao
2017-04-18Also fix comment in sample postgresql.conf file, for "scram-sha-256".Heikki Linnakangas
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-13Move bootstrap-time lookup of regproc OIDs into genbki.pl.Tom Lane
2017-04-13Mention pg_index changes also cause relcache invalidationSimon Riggs
2017-04-11Add an Assert() to max_parallel_workers enforcement.Robert Haas
2017-04-11Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao
2017-04-10Fix initialization of dsa.c free area counter.Andres Freund
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-04-08Add GUCs for predicate lock promotion thresholds.Kevin Grittner
2017-04-07Use English, instead of internal names, for translatable messages.Robert Haas
2017-04-07Remove duplicate assignment.Heikki Linnakangas
2017-04-07Remove extraneous comma to satisfy picky compilerAndrew Dunstan
2017-04-07Make json_populate_record and friends operate recursivelyAndrew Dunstan
2017-04-06Reset API of clause_selectivity()Simon Riggs
2017-04-06Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund
2017-04-06Fix BRIN cost estimationAlvaro Herrera
2017-04-06Comment fixes for extended statisticsAlvaro Herrera
2017-04-06Always SnapshotResetXmin() during ClearTransaction()Simon Riggs
2017-04-06Identity columnsPeter Eisentraut
2017-04-06Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs