summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-15Remove standby_schedule and associated test files.Tom Lane
2022-01-15Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan
2022-01-14Revert "Test replay of regression tests."Thomas Munro
2022-01-14Test replay of regression tests.Thomas Munro
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-13doc: Add "(process)" to the term "WAL receiver" in glossary.Fujii Masao
2022-01-11Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao
2022-01-11Update docs of logical replication for commit 8d74fc96db.Amit Kapila
2022-01-10Doc: fix bogus example about ambiguous timestamps.Tom Lane
2022-01-09More cleanup of a2ab9c06ea.Jeff Davis
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-06Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane
2022-01-06doc: Remove link to JSON support in the SQL specificationMichael Paquier
2022-01-02Fix typoMagnus Hagander
2021-12-24postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao
2021-12-22doc: clarify when expression indexes evaluate their expressionsBruce Momjian
2021-12-22Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier
2021-12-20Add a \getenv command to psql.Tom Lane
2021-12-20doc: More documentation on regular expressions and SQL standardPeter Eisentraut
2021-12-18Add option -N/--no-sync to pg_upgradeMichael Paquier
2021-12-16doc: Add note about postgres_fdw.application_name.Fujii Masao
2021-12-15Remove pg_dump's --no-synchronized-snapshots switch.Tom Lane
2021-12-15Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier
2021-12-15Remove pg_upgrade support for upgrading from pre-9.2 servers.Tom Lane
2021-12-14Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.Tom Lane
2021-12-13Doc: de-document unimplemented geometric operators.Tom Lane
2021-12-13Implement poly_distance().Tom Lane
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-12-11Create a new type category for "internal use" types.Tom Lane
2021-12-11Add bool to btree_gist documentationTomas Vondra
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-12-08Doc: improve xfunc-c-type-table.Tom Lane
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-06Fix inappropriate uses of PG_GETARG_UINT32()Peter Eisentraut
2021-12-03Doc: Fix misleading wording of CRL parametersDaniel Gustafsson
2021-12-02pg_waldump: Emit stats summary when interrupted by SIGINTMichael Paquier
2021-12-01Document that tar archives are now properly terminated.Robert Haas
2021-12-01doc: Some additional information about when to use referential actionsPeter Eisentraut
2021-12-01Doc: Add "Attach Partition" limitation during logical replication.Amit Kapila
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-29Doc: improve documentation about ORDER BY in matviews.Tom Lane
2021-11-26Copy-edit vacuuumdb --analyze-in-stages doc blurbAlvaro Herrera
2021-11-26Document units for max_slot_wal_keep_sizeAlvaro Herrera
2021-11-24Doc: improve documentation about nextval()/setval().Tom Lane
2021-11-24Fix missing space in docs.Heikki Linnakangas
2021-11-24Add support for Visual Studio 2022 in build scriptsMichael Paquier