summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2016-06-03Fix comment to be more accurate.Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-06-03Cosmetic improvements to freeze map code.Robert Haas
2016-05-27Fix DROP ACCESS METHOD IF EXISTS.Tom Lane
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2016-05-06Remove various special checks around default rolesStephen Frost
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-16Disallow creation of indexes on system columns (except for OID).Tom Lane
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane
2016-04-15Tweak EXPLAIN for parallel query to show workers launched.Robert Haas
2016-04-14Fix broken dependency-mongering for index operator classes/families.Tom Lane
2016-04-14Disallow SET SESSION AUTHORIZATION pg_*Stephen Frost
2016-04-10Fix possible NULL dereference in ExecAlterObjectDependsStmtAlvaro Herrera
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Replace printf format %i by %dPeter Eisentraut
2016-04-08Fix multiple bugs in tablespace symlink removal.Tom Lane
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-04-05Fix parallel-safety code for parallel aggregation.Robert Haas
2016-04-04Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane
2016-04-04Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane
2016-04-01Omit null rows when setting the threshold for what's a most-common value.Tom Lane
2016-04-01Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane
2016-04-01Type names should not be quotedAlvaro Herrera
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-29Rework custom scans to work more like the new extensible node stuff.Robert Haas
2016-03-28Improve internationalization of messages involving type namesAlvaro Herrera
2016-03-25Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane
2016-03-24Suppress compiler warning for get_am_type_string().Tom Lane
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-23Change comment to describe correct lock level usedSimon Riggs
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-17Remove useless double calls of make_parsestate().Tom Lane
2016-03-16Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.Robert Haas
2016-03-15Add simple VACUUM progress reporting.Robert Haas
2016-03-14Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-10Don't vacuum all-frozen pages.Robert Haas
2016-03-10Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane
2016-03-09Re-pgindent vacuumlazy.c.Robert Haas
2016-03-09Add a generic command progress reporting facility.Robert Haas
2016-03-08Fix parallel query on standby servers.Robert Haas
2016-03-08Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-02-26On second thought, disable parallelism for prepared statements.Robert Haas