summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2024-04-11Doc: fix bogus to_date() examples.Tom Lane
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-09Doc: use "an SQL" instead of "a SQL"David Rowley
2024-04-09doc: Remove stray comma from list of psql optionsDaniel Gustafsson
2024-04-09Fix whitespacePeter Eisentraut
2024-04-09Fix typo in docsHeikki Linnakangas
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-08Add pg_buffercache_evict() function for testing.Thomas Munro
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-07Doc: clarify behavior of boolean options in replication protocol commands.Tom Lane
2024-04-07Doc: show how to get the equivalent of LIMIT for UPDATE/DELETE.Tom Lane
2024-04-07Doc: update documentation about EXCLUDE constraint elements.Tom Lane
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-04-06Increase default vacuum_buffer_usage_limit to 2MB.Thomas Munro
2024-04-05Allow copying files using clone/copy_file_rangeTomas Vondra
2024-04-05docs: Merge separate chapters on built-in index AMs into one.Robert Haas
2024-04-05Allow synced slots to have their inactive_since.Amit Kapila
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-04-03docs: Demote "Monitoring Disk Usage" from chapter to section.Robert Haas
2024-04-03Add built-in ERROR handling for archive callbacks.Nathan Bossart
2024-04-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-02Expose PQsocketPoll via libpqRobert Haas
2024-04-02Provide vectored variant of ReadBuffer().Thomas Munro
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-04-01Invent --transaction-size option for pg_restore.Tom Lane
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Add pg_basetype() function to extract a domain's base type.Tom Lane
2024-03-30doc: Improve "Partition Maintenance" sectionAlvaro Herrera
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-29Add allow_alter_system GUC.Robert Haas
2024-03-28Allow "internal" subtransactions in parallel mode.Tom Lane
2024-03-27doc: fix CREATE ROLE typoBruce Momjian
2024-03-27Adjust documentation for syncfs().Nathan Bossart
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-27Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila
2024-03-25Adjust pgbench option for debug mode.Nathan Bossart
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-25doc: Document error handling in PGTYPESnumeric_to_longDaniel Gustafsson
2024-03-25pg_createsubscriber: creates a new logical replica from a standby serverPeter Eisentraut
2024-03-25Track last_inactive_time in pg_replication_slots.Amit Kapila
2024-03-25reindexdb: Add the index-level REINDEX with multiple jobsAlexander Korotkov
2024-03-24doc: Clarify requirements for SET ROLE.Nathan Bossart