summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2020-08-22docs: improve description of how to handle multiple databasesBruce Momjian
2020-08-21docs: add COMMENT examples for new features, rename rtreeBruce Momjian
2020-08-21Rework EXPLAIN for planner's buffer usage.Fujii Masao
2020-08-20Revise REINDEX CONCURRENTLY recovery instructionsAlvaro Herrera
2020-08-19Add pg_backend_memory_contexts system view.Fujii Masao
2020-08-18Add PL/Sample to src/test/modules/Michael Paquier
2020-08-17Doc: fix description of UNION/CASE/etc type unification.Tom Lane
2020-08-17doc: Fix description about bgwriter and checkpoint in HA sectionMichael Paquier
2020-08-15Doc: various improvements for pg_basebackup reference page.Tom Lane
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-14Doc: improve examples for json_populate_record() and related functions.Tom Lane
2020-08-10Document clashes between logical replication and untrusted users.Noah Misch
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-08-08Remove <@ from contrib/intarray's GiST operator classes.Tom Lane
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-08-05doc: clarify "state" table reference in tutorialBruce Momjian
2020-08-03Doc: fix obsolete info about allowed range of TZ offsets in timetz.Tom Lane
2020-08-03Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane
2020-08-03Add %P to log_line_prefix for parallel group leaderMichael Paquier
2020-08-02Fix minor issues in psql's new \dAc and related commands.Tom Lane
2020-08-01Change XID and mxact limits to warn at 40M and stop at 3M.Noah Misch
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-07-31Preallocate some DSM space at startup.Thomas Munro
2020-07-30Doc: fix high availability solutions comparison.Tatsuo Ishii
2020-07-30doc: Mention index references in pg_inheritsMichael Paquier
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-07-28Doc: Remove obsolete CREATE AGGREGATE note.Peter Geoghegan
2020-07-28Doc: Improve documentation for pg_jit_available()David Rowley
2020-07-28Extend the logical decoding output plugin API with stream methods.Amit Kapila
2020-07-28Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan
2020-07-26Tweak behavior of pg_stat_activity.leader_pidMichael Paquier
2020-07-23doc: Document that ssl_ciphers does not affect TLS 1.3Peter Eisentraut
2020-07-22Support infinity and -infinity in the numeric data type.Tom Lane
2020-07-21Glossary: Add term "base backup"Alvaro Herrera
2020-07-21Minor glossary tweaksAlvaro Herrera
2020-07-21Be more careful about marking catalog columns NOT NULL by default.Tom Lane
2020-07-21Assert that we don't insert nulls into attnotnull catalog columns.Tom Lane
2020-07-20Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-20Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao
2020-07-19Correctly mark pg_subscription.subslotname as nullable.Tom Lane
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-07-18doc: Refresh more URLs in the docsMichael Paquier
2020-07-18doc: Fix description of \copy for psqlMichael Paquier
2020-07-17Cope with data-offset-less archive files during out-of-order restores.Tom Lane
2020-07-17Add huge_page_size setting for use on Linux.Thomas Munro
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-07-13Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila
2020-07-12Include replication origins in SQL functions for commit timestampMichael Paquier