summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2021-11-17Doc: add see-also references to CREATE PUBLICATION.Daniel Gustafsson
2021-11-11doc: Add referential actions to CREATE/ALTER TABLE synopsisPeter Eisentraut
2021-11-10Doc: improve protocol spec for logical replication Type messages.Tom Lane
2021-11-10Add pg_checkpointer predefined role for CHECKPOINT command.Jeff Davis
2021-11-09doc: Add index entries for pg_stat_statements configuration parameters.Fujii Masao
2021-11-08libpq: reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-11-06Disallow making an empty lexeme via array_to_tsvector().Tom Lane
2021-11-05Document that ALTER TABLE .. TYPE removes statisticsAlvaro Herrera
2021-11-05Pipeline mode disallows multicommand stringsAlvaro Herrera
2021-11-05Document default and changeability of log_startup_progress_intervalAlvaro Herrera
2021-11-05Reword doc blurb for vacuumdb --analyze-in-stagesAlvaro Herrera
2021-11-05pgcrypto: Remove non-OpenSSL supportPeter Eisentraut
2021-11-05Add support for LZ4 compression in pg_receivewalMichael Paquier
2021-11-04Fix some thinkos with pg_receivewal --compression-methodMichael Paquier
2021-11-04Rework compression options of pg_receivewalMichael Paquier
2021-11-02Doc: clean up some places that mentioned template1 but not template0.Tom Lane
2021-11-02Doc: be more precise about conflicts between relation names.Tom Lane
2021-11-02pgbench: Improve error-handling in pgbench.Fujii Masao
2021-10-30doc: Remove some obsolete pgcrypto documentationPeter Eisentraut
2021-10-30Remove unused chunk from standalone-profile.xslPeter Eisentraut
2021-10-29Test and document the behavior of initialization cross-refs in plpgsql.Tom Lane
2021-10-28doc: Fix link to SELinux user guide in sepgsql pageMichael Paquier
2021-10-27Grant memory views to pg_read_all_stats.Jeff Davis
2021-10-27Clarify that --system reindexes system catalogs *only*Magnus Hagander
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-26Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis
2021-10-26doc: Fix grammar in page of pg_receivewalMichael Paquier
2021-10-26Allow pg_receivewal to stream from a slot's restart LSNMichael Paquier
2021-10-25Reject huge_pages=on if shared_memory_type=sysv.Thomas Munro
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-23doc: Describe calculation method of streaming start for pg_receivewalMichael Paquier
2021-10-21Remove unused wait events.Amit Kapila
2021-10-13pg_amcheck: avoid unhelpful verification attempts.Peter Geoghegan
2021-10-12Doc: normalize vacuum_multixact_failsafe_age ID.Peter Geoghegan
2021-10-09Doc: improve documentation for ^@ starts-with operator.Tom Lane
2021-10-07Doc: update our claims about the minimum recommended AIX version.Tom Lane
2021-10-05Flexible options for CREATE_REPLICATION_SLOT.Robert Haas
2021-10-05Flexible options for BASE_BACKUP.Robert Haas
2021-10-05Doc: improve description of UNION/INTERSECT/EXCEPT syntax.Tom Lane
2021-10-05doc: Document pg_encoding_to_char() and pg_char_to_encoding().Fujii Masao
2021-10-04doc: remove URL for ICU explorer/locexpBruce Momjian
2021-10-04Doc: fix minor issues in GiST support function documentation.Tom Lane
2021-10-03Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-10-01Doc: Move pg_stat_replication_slots view to "Collected Statistics Views" sect...Amit Kapila
2021-09-29doc: Fix some typos and markupsMichael Paquier
2021-09-28Support amcheck of sequencesPeter Eisentraut
2021-09-26Fix typos in docsMichael Paquier
2021-09-25Doc: extend warnings about collation-mismatch hazards in postgres_fdw.Tom Lane