summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2017-03-27doc: Fix oldhtml/old PDF build againPeter Eisentraut
2017-03-27PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut
2017-03-27Improve documentation of how NOT NULL works with partitioning.Robert Haas
2017-03-27Tidy up the CREATE TABLE documentation for partitioning.Robert Haas
2017-03-27Allow ON CONFLICT .. DO NOTHING on a partitioned table.Robert Haas
2017-03-27Change default of log_directory to 'log'Peter Eisentraut
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-03-26doc: Fix oldhtml/old PDF buildPeter Eisentraut
2017-03-26doc: Clean up bibliography rendering for XSLTPeter Eisentraut
2017-03-25Report catalog_xmin separately in hot_standby_feedbackSimon Riggs
2017-03-25Remove ICU tests from default runPeter Eisentraut
2017-03-25Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut
2017-03-24Make VACUUM VERBOSE report the number of skipped frozen pages.Fujii Masao