summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-02Fix some typos and spelling errors in commentsMagnus Hagander
2017-04-02Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-04-01BRIN de-summarizationAlvaro Herrera
2017-04-01Fix expected outputAlvaro Herrera
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-04-01Write "waiting for checkpoint" on regular progress rowMagnus Hagander
2017-04-01Try to fix breakage of sepgsql hooks by ENR patch.Kevin Grittner
2017-04-01Add transition table support to plpgsql.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-04-01Avoid GatherMerge crash when there are no workers.Robert Haas
2017-04-01Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-04-01Fix unstable regression test result.Tom Lane
2017-04-01Fix unstable regression test result.Tom Lane
2017-04-01Fix typos.Robert Haas
2017-03-31For foreign keys, check REFERENCES privilege only on the referenced table.Tom Lane
2017-03-31Improve documentation for table partitioning.Robert Haas
2017-03-31Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas
2017-03-31Don't allocate storage for partitioned tables.Robert Haas
2017-03-31postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.Robert Haas
2017-03-31Full Text Search support for json and jsonbAndrew Dunstan
2017-03-31Transform or iterate over json(b) string valuesAndrew Dunstan
2017-03-31Fix typo in commentMagnus Hagander
2017-03-30Fix broken markup.Tom Lane
2017-03-30Fix pgrowlocks minor coding oversightSimon Riggs
2017-03-30Default monitoring rolesSimon Riggs
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-03-30Try to fix xml docs build broken in 5ded4bd.Andres Freund
2017-03-30Simplify the example of VACUUM in documentation.Fujii Masao
2017-03-30Remove support for version-0 calling conventions.Andres Freund
2017-03-30Move contrib/seg to only use V1 calling conventions.Andres Freund
2017-03-29Implement SortSupport for macaddr data typeTeodor Sigaev
2017-03-29pg_dump: Remove query truncation in error messagesPeter Eisentraut
2017-03-29Update copyright year in recently added filesPeter Eisentraut
2017-03-29Simplify check of modified attributes in heap_updateAlvaro Herrera
2017-03-29Mark more functions parallel-restricted.Robert Haas
2017-03-29Plug race in dsa_attach.Robert Haas
2017-03-29Fix hardcoded typeof check result for WindowsPeter Eisentraut
2017-03-29Fix configure check for typeofPeter Eisentraut
2017-03-29Improve Node vs Expr use a bitPeter Eisentraut
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-29doc: Mention --enable-tap-tests in regression test chapterPeter Eisentraut
2017-03-29Change 'diag' to 'note' in TAP testsPeter Eisentraut
2017-03-28Allow DSM segments to be created as pinnedAlvaro Herrera
2017-03-28Make new expression eval code reject references to dropped columns.Tom Lane
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-28Correct grammar in error messageSimon Riggs
2017-03-28Fix ssl testsPeter Eisentraut
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane