summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-04-10Fix indentation.Heikki Linnakangas
2017-04-10Document the "replication" option in StartupMessage.Heikki Linnakangas
2017-04-08doc: Add some markupPeter Eisentraut
2017-04-08Add GUCs for predicate lock promotion thresholds.Kevin Grittner
2017-04-07doc: Add SPFLAGS to osx callsPeter Eisentraut
2017-04-07doc: Add missing closing tagPeter Eisentraut
2017-04-07Add ProcArrayGroupUpdate wait event.Robert Haas
2017-04-07Make json_populate_record and friends operate recursivelyAndrew Dunstan
2017-04-07Remove use of Jade and DSSSLPeter Eisentraut
2017-04-06Fix logical replication between different encodingsPeter Eisentraut
2017-04-06doc: Formatting fix for XSL-FO PDF buildPeter Eisentraut
2017-04-06Identity columnsPeter Eisentraut
2017-04-05Reduce lock level for CREATE STATISTICSSimon Riggs
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-04-05Allow --with-wal-segsize=n up to n=1024MBSimon Riggs
2017-04-05doc: Remove remark elementsPeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-05pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2017-04-04Clarify documentation of to_tsvector(json(b))Andrew Dunstan
2017-04-04Adjust min/max values when changing sequence typePeter Eisentraut
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-04-04Further corrections and improvements to partitioning documentation.Robert Haas
2017-04-03doc: Change xref style to number onlyPeter Eisentraut
2017-04-02Doc: clarify behavior of OT_WHOLE_LINE and OT_FILEPIPE psql slash commands.Tom Lane
2017-04-02Document psql's behavior of recalling the previously executed query.Tom Lane
2017-04-02Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-04-01BRIN de-summarizationAlvaro Herrera
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-04-01Add transition table support to plpgsql.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.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-30Fix broken markup.Tom Lane
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-29doc: Mention --enable-tap-tests in regression test chapterPeter Eisentraut
2017-03-28Altering default privileges on schemasTeodor Sigaev
2017-03-28Cleanup slots during drop databaseSimon Riggs
2017-03-28Show ignored constants as "$N" rather than "?" in pg_stat_statements.Tom Lane
2017-03-27doc: Improve rendering of notes/cautions using XSL-FOPeter Eisentraut