summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-05-15Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane
2017-05-15Fix ALTER SEQUENCE lockingPeter Eisentraut
2017-05-15Make pgstat tabstat lookup hash table less fragile.Tom Lane
2017-05-15Attempt to fix compiler warning.Robert Haas
2017-05-14Fix maintenance hazards caused by ill-considered use of default: cases.Tom Lane
2017-05-14Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane
2017-05-14Remove no-longer-needed fields of Hash plan nodes.Tom Lane
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-13Avoid superfluous work for commits during logical slot creation.Andres Freund
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
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-13Fix multi-column range 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-12getObjectDescription: support extended statisticsAlvaro Herrera
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-12Fix dependencies for extended statistics objects.Tom Lane
2017-05-12Change CREATE STATISTICS syntaxAlvaro Herrera
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-12Lag tracking for logical replicationSimon Riggs
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-10Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera
2017-05-10Avoid theoretical infinite loop loading relcache partition key.Robert Haas
2017-05-10Remove no-longer-needed compatibility code for hash indexes.Robert Haas
2017-05-10Fix typos in comments.Robert Haas
2017-05-10Prohibit transition tables on views and foreign tables.Robert Haas
2017-05-10Don't permit transition tables with TRUNCATE triggers.Robert Haas
2017-05-10Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.Robert Haas
2017-05-10Disallow finite partition bound following earlier UNBOUNDED column.Robert Haas
2017-05-09Improve memory use in logical replication applyPeter Eisentraut
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-08Check connection info string in ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-08Fix statistics reporting in logical replication workersPeter Eisentraut
2017-05-08Fix possibly-uninitialized variable.Tom Lane
2017-05-08Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch
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 memory leaks if random salt generation fails.Heikki Linnakangas
2017-05-07RLS: Fix ALL vs. SELECT+UPDATE policy usageStephen Frost
2017-05-07Fix duplicated words in comment.Andres Freund
2017-05-06Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.Andres Freund
2017-05-05Suppress compiler warning about unportable pointer value.Tom Lane
2017-05-05Prevent panic during shutdown checkpointPeter Eisentraut