summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2017-07-02doc: Document that logical replication supports synchronous replicationPeter Eisentraut
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-26Consistently use () for function calls in release notesMagnus Hagander
2017-06-25Doc: minor improvements for collation-related man pages.Tom Lane
2017-06-24Further hacking on ICU collation creation and usage.Tom Lane
2017-06-23Fix replication with replica identity fullPeter Eisentraut
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-23Minor corrections to high availability docsSimon Riggs
2017-06-20Upgrade documentation connected with shared_preload_libraries et al.Tom Lane
2017-06-19Fix materialized-view documentation oversights.Tom Lane
2017-06-19doc: Improve logical replication security setup infoPeter Eisentraut
2017-06-19Improve PostgreSQL 10.0 release note regarding pg_current_logfile().Tatsuo Ishii
2017-06-18Documentation spell checking and markup improvementsPeter Eisentraut
2017-06-18Fix copy/paste error in docsMagnus Hagander
2017-06-17doc: Fix typoPeter Eisentraut
2017-06-17doc: Fix typoPeter Eisentraut
2017-06-17doc: Add note that COPY commands are published as INSERTsPeter Eisentraut
2017-06-16doc: Add section about logical replication restrictionsPeter Eisentraut
2017-06-15doc: remove mention of Windows junction points by pg_upgradeBruce Momjian
2017-06-15docs: Fix pg_upgrade standby server upgrade docsBruce Momjian
2017-06-15Fix typo in PostgreSQL 10.0 release note.Tatsuo Ishii
2017-06-15Fix document bug regarding read only transactions.Tatsuo Ishii
2017-06-14Don't force-assign transaction id when exporting a snapshot.Andres Freund
2017-06-14doc: Whitespace fixes in man pagesPeter Eisentraut
2017-06-14Improve release note text about set-returning-function changes.Tom Lane
2017-06-14Put documentation of options and commands in more alphabetical orderPeter Eisentraut
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-13doc: Update example version numbers in pg_upgrade documentationPeter Eisentraut
2017-06-13doc: Fix typoPeter Eisentraut
2017-06-13doc: Update external PL listPeter Eisentraut
2017-06-12doc: Update information_schema documentation for identity columnsPeter Eisentraut
2017-06-12Trim trailing whitespacePeter Eisentraut
2017-06-12Fix ALTER TABLE doc examples.Tatsuo Ishii
2017-06-10doc: Add Node.js and Go drivers to client interfacesPeter Eisentraut
2017-06-09doc: Improve types in examplePeter Eisentraut
2017-06-09doc: Document that subscriptions to same server might hangPeter Eisentraut
2017-06-08Update key words table for version 10Peter Eisentraut
2017-06-08Put new command-line options in alphabetical orderPeter Eisentraut
2017-06-07Docs: improve CREATE TABLE ref page's discussion of partition bounds.Tom Lane
2017-06-06Fix some cases of "the the" split across two lines.Robert Haas
2017-06-06Clean up partcollation handling for OID 0.Robert Haas
2017-06-06Fix docs to not claim ECPG's SET CONNECTION is not thread-aware.Michael Meskes
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-06-02doc: Add note that DROP SUBSCRIPTION drops replication slotPeter Eisentraut
2017-06-01Fix typoAlvaro Herrera
2017-06-01Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund
2017-06-01Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane