summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
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