summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2024-01-23doc: Add acronym and glossary term for Access MethodDaniel Gustafsson
2024-01-22Make documentation builds reproduciblePeter Eisentraut
2024-01-22Add backend support for injection pointsMichael Paquier
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-19doc: Reorganize section for shared memory and LWLocks.Nathan Bossart
2024-01-19doc: Update compiler for FreeBSD specific instructionsDaniel Gustafsson
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19Improve some documentation about the bootstrap superuser.Nathan Bossart
2024-01-18Clarify language in incremental backup glossary entry.Robert Haas
2024-01-18More documentation updates for incremental backup.Robert Haas
2024-01-18Rework text in replication slots documentationAlvaro Herrera
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2024-01-16Decorate WITH with literal markup tagsDaniel Gustafsson
2024-01-16doc: Add Identity Column section under Data Definition chapterPeter Eisentraut
2024-01-16doc: Decorate PostgreSQL with productname tagPeter Eisentraut
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-16Fix a typo and some doc indentation related to libpq pipeline functionsMichael Paquier
2024-01-15Fix typos.Robert Haas
2024-01-14doc: Update catalog documentation for attstattarget nullablePeter Eisentraut
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-12Re-validate connection string in libpqrcv_connect().Jeff Davis
2024-01-12Fix typo.Robert Haas
2024-01-12Added literal tag for RETURNINGAlvaro Herrera
2024-01-11Add new pg_walsummary tool.Robert Haas
2024-01-11Add new function pg_get_wal_summarizer_state().Robert Haas
2024-01-11Fix omission in partitioning limitation documentationMagnus Hagander
2024-01-11Update documentation of default fdw_tuple_costJohn Naylor
2024-01-10doc: clarify who owns the initdb-created cluster, by defaultBruce Momjian
2024-01-09Document WAL summarization information functions.Robert Haas
2024-01-09Fix documentation for wal_summary_keep_time.Nathan Bossart
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
2024-01-09Doc: fix character_sets view.Tatsuo Ishii
2024-01-08Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2024-01-04In plpgsql, allow %TYPE and %ROWTYPE to be followed by array decoration.Tom Lane
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2024-01-04Track conflict_reason in pg_replication_slots.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03doc: fix typo "vertexes" -> "vertices"Michael Paquier
2024-01-03Revert "Reorganise jsonpath operators and methods"Peter Eisentraut
2024-01-03Doc: Python's control flow construct is try/except not try/catch.Tom Lane
2024-01-03Reorganise jsonpath operators and methodsPeter Eisentraut
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2023-12-30Add GUC backtrace_on_internal_errorPeter Eisentraut
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-28doc: Mention AttributeRelationId in FDW validator function descriptionMichael Paquier
2023-12-27Doc: specify aclitem syntax more clearly.Tom Lane
2023-12-26doc: add ISO 8601 extended format example using to_char()Bruce Momjian
2023-12-26Doc: Add missing pgoutput options.Amit Kapila