summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2015-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-05-01Copy editing of the replication origins patch.Andres Freund
2015-04-30Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera
2015-04-30Fix typoMagnus Hagander
2015-04-29Add <literal> markup, for consistency.Robert Haas
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-29doc: recommend use of GUC server_version_num for version checksBruce Momjian
2015-04-27Improve qual pushdown for RLS and SB viewsStephen Frost
2015-04-26Add transforms featurePeter Eisentraut
2015-04-25Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-04-24doc: Move ALTER TABLE IF EXISTS description to better placePeter Eisentraut
2015-04-24Fix misspellingsPeter Eisentraut
2015-04-22Rename pg_replication_slot's new active_in to active_pid.Andres Freund
2015-04-21Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut
2015-04-21Update FDW docs to reflect existence of CHECK constraints.Robert Haas
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-04-21Move pg_test_timing from contrib/ to src/bin/Peter Eisentraut
2015-04-20Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut
2015-04-17Add new target modulescheck in vcregress.plAlvaro Herrera
2015-04-16pg_upgrade: document need for text search files to be copiedBruce Momjian
2015-04-14Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut
2015-04-14Integrate pg_upgrade_support module into backendPeter Eisentraut
2015-04-13Move pgbench from contrib/ to src/bin/Peter Eisentraut
2015-04-12Add system view pg_stat_sslMagnus Hagander
2015-04-12Move pg_archivecleanup from contrib/ to src/bin/Peter Eisentraut
2015-04-09Fix incorrect punctuationMagnus Hagander
2015-04-09Remove obsolete FORCE option from REINDEX.Fujii Masao
2015-04-07Fix spelling of author's nameSimon Riggs
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera
2015-04-06Fix typo in libpq.sgml.Fujii Masao
2015-04-05Remove extraneous >Simon Riggs
2015-04-05Reduce lock levels of some trigger DDL and add FKsSimon Riggs
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-04-03Add markup for replaceable parameters to pg_rewind doc.Fujii Masao
2015-04-02psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-01Fix incorrect markup in documentation of window frame clauses.Tom Lane
2015-03-31pg_ctl: change default shutdown mode from 'smart' to 'fast'Bruce Momjian
2015-03-31psql: add asciidoc output formatBruce Momjian
2015-03-30Change array_offset to return subscripts, not offsetsAlvaro Herrera
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-03-27Add stats for min, max, mean, stddev times to pg_stat_statements.Andrew Dunstan
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-03-25Add an ASSERT statement in plpgsql.Tom Lane
2015-03-25PL/pgSQL docs: recommend format() for query constructionBruce Momjian
2015-03-25docs: clarify when MVCC snapshot is takenBruce Momjian
2015-03-24doc: update NUMERIC to state that only some ops are exactBruce Momjian
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2015-03-23Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas