Commit Graph

17891 Commits (master)

Author SHA1 Message Date
Tom Lane 218ab68275 Doc: fix PDF "contents ... exceed the available area" warnings. 5 months ago
Álvaro Herrera 749a9e20c9
Add modern SHA-2 based password hashes to pgcrypto. 5 months ago
Andrew Dunstan 1495eff7bd Non text modes for pg_dumpall, correspondingly change pg_restore 5 months ago
Masahiko Sawada cf2655a902 pg_recvlogical: Add --failover option. 5 months ago
Peter Geoghegan 92fe23d93a Add nbtree skip scan optimization. 5 months ago
Heikki Linnakangas b4f453f6ab docs: Clarify that NULL arg to set_config() means reset to default 5 months ago
Fujii Masao 534874fac0 Allow "COPY table TO" command to copy rows from materialized views. 5 months ago
Fujii Masao 0d6c477664 Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. 5 months ago
Daniel Gustafsson daa16893fa doc: Clarify the system value for sslrootcert 5 months ago
Masahiko Sawada fd09c1316b Restrict copying of invalidated replication slots. 5 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 5 months ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 5 months ago
Amit Kapila d1d83827ba Doc: Improve -R option added in e5aeed4b80. 5 months ago
Amit Kapila 4868c96bc8 Fix slot synchronization for two_phase enabled slots. 5 months ago
Tom Lane 0dca5d68d7 Change SQL-language functions to use the plan cache. 5 months ago
Heikki Linnakangas ea3f9b6da3 docs: Fix column count attribute in table 5 months ago
Heikki Linnakangas b05751220b docs: Add a new section and a table listing protocol versions 5 months ago
Heikki Linnakangas a460251f0a Make cancel request keys longer 5 months ago
Heikki Linnakangas 285613c60a libpq: Add min/max_protocol_version connection options 5 months ago
Heikki Linnakangas 85d799ba8a docs: Update phrase on message lengths in the protocol 5 months ago
Peter Eisentraut eec0040c4b Add support for NOT ENFORCED in foreign key constraints 5 months ago
Fujii Masao b53b88109f Improve error message when standby does accept connections. 5 months ago
David Rowley 121d774cae Doc: add information about partition locking 5 months ago
Tom Lane 6c12ae09f5 Introduce a SQL-callable function array_sort(anyarray). 5 months ago
Nathan Bossart 5aec7e07fb doc: Adjust some notes about pg_upgrade's file transfer modes. 5 months ago
Andres Freund 60f566b4f2 aio: Add pg_aios view 5 months ago
Andres Freund 46250cdcb0 docs: Add acronym and glossary entries for I/O and AIO 5 months ago
Peter Eisentraut 0fcf02ad45 doc: Mention clock synchronization recommendation for hot_standby_feedback 5 months ago
Andres Freund 2a5e709e72 Enable IO concurrency on all systems 5 months ago
Andres Freund b27f8637ea docs: Reframe track_io_timing related docs as wait time 5 months ago
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 6 months ago
Amit Kapila fb2ea12f42 pg_createsubscriber: Add '--all' option. 6 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 6 months ago
Álvaro Herrera 4a02af8b1a
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT 6 months ago
Michael Paquier 44fe6ceb51 doc: Correct description of values used in FSM for indexes 6 months ago
Andres Freund c325a7633f aio: Add io_method=io_uring 6 months ago
Andres Freund 8eadd5c73c aio: Add liburing dependency 6 months ago
Michael Paquier f056f75daf doc: Mention possible ephemeral discrepancies in pg_stat_activity 6 months ago
Robert Haas de65c4dade Fix oversights in commit 8d5ceb113e 6 months ago
Robert Haas 8d5ceb113e pg_overexplain: Additional EXPLAIN options for debugging. 6 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 6 months ago
Peter Eisentraut 3642df265d dblink: SCRAM authentication pass-through 6 months ago
Dean Rasheed a3b6dfd410 Add support for gamma() and lgamma() functions. 6 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 6 months ago
Jeff Davis bde2fb797a Add pg_dump --with-{schema|data|statistics} options. 6 months ago
Nathan Bossart 626d7236b6 pg_upgrade: Add --swap for faster file transfer. 6 months ago
Nathan Bossart 9c49f0e8cd pg_dump: Add --sequence-data. 6 months ago
Nathan Bossart cf131fa942 initdb: Add --no-sync-data-files. 6 months ago
Jeff Davis 650ab8aaf1 Stats: use schemaname/relname instead of regclass. 6 months ago
Jeff Davis 2a420f7995 Minor doc update for commit 99f8f3fbbc. 6 months ago