Commit Graph

15887 Commits (9c08aea6a3090a396be334cc58c511edab05776a)

Author SHA1 Message Date
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Daniel Gustafsson 3785d8e98b doc: Make UPDATE FROM examples consistent 4 years ago
Daniel Gustafsson ebc8b7d441 Enable SSL library detection via PQsslAttribute() 4 years ago
Michael Paquier a2c84990be Add system view pg_ident_file_mappings 4 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 4 years ago
Robert Haas 79de9842ab Remove the ability of a role to administer itself. 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Tomas Vondra 61fa6ca79b Document autoanalyze limitations for partitioned tables 4 years ago
Thomas Munro 8af36427d4 Fix pg_waldump docs. 4 years ago
Tomas Vondra 41b00f8e60 Move prattrs to the pg_publication_rel section in docs 4 years ago
Tomas Vondra 923def9a53 Allow specifying column lists for logical replication 4 years ago
Tomas Vondra 05843b1aa4 Minor improvements in sequence decoding code and docs 4 years ago
Thomas Munro 52b5568432 Improve command line options for pg_waldump. 4 years ago
Tomas Vondra 75b1521dae Add decoding of sequences to built-in replication 4 years ago
Tom Lane 0adb3dc68b Doc: add some documentation about serialization failure handling. 4 years ago
Tom Lane 0bd7af082a Invent recursive_worktable_factor GUC to replace hard-wired constant. 4 years ago
Michael Paquier bbd4951b73 doc: Improve postgres command for shared_memory_size_in_huge_pages 4 years ago
Thomas Munro 127aea2a65 Add additional filtering options to pg_waldump. 4 years ago
Robert Haas ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. 4 years ago
Tatsuo Ishii 4a39f87acd Allow pgbench to retry in some cases. 4 years ago
Dean Rasheed 7faa5fc84b Add support for security invoker views. 4 years ago
Amit Kapila 208c5d65bb Add ALTER SUBSCRIPTION ... SKIP. 4 years ago
Alvaro Herrera ba9a7e3921
Enforce foreign key correctly during cross-partition updates 4 years ago
Tom Lane 3f513ac793 Doc: fix our example systemd script. 4 years ago
Michael Paquier eb8399cf1f Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEW 4 years ago
Michael Paquier 9616da3ddb doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW 4 years ago
Michael Paquier 7a7cd84893 doc: Remove mention to in-place tablespaces for pg_tablespace_location() 4 years ago
Peter Eisentraut a9b7e92084 doc: Add documentation for new field pg_database.daticulocale 4 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 4 years ago
Michael Paquier f6f0db4d62 Fix pg_tablespace_location() with in-place tablespaces 4 years ago
Daniel Gustafsson 3ac577b912 doc: Ensure intermediate path creation with mkdir 4 years ago
Thomas Munro 501c66c81b Fix documentation typo in commit 5e6368b4. 4 years ago
Thomas Munro 3390ef1b7b Fix waiting in RegisterSyncRequest(). 4 years ago
Thomas Munro 5e6368b42e Wake up for latches in CheckpointWriteDelay(). 4 years ago
Robert Haas c6306db24b Add 'basebackup_to_shell' contrib module. 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Amit Kapila 705e20f855 Optionally disable subscriptions on error. 4 years ago
Michael Paquier 8e375ea4a0 Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd 4 years ago
Michael Paquier 9198e63996 doc: Standardize capitalization of term "hot standby"/"Hot Standby" 4 years ago
Michael Paquier e9537321a7 Add support for zstd with compression of full-page writes in WAL 4 years ago
Michael Paquier e3df32bbc3 doc: Add ALTER/DROP ROUTINE to the event trigger matrix 4 years ago
Michael Paquier 7687ca996e doc: Improve references to term "FSM" in pageinspect and pgfreespacemap 4 years ago
Robert Haas 7cf085f077 Add support for zstd base backup compression. 4 years ago
Amit Kapila d3e8368c4b Add the additional information to the logical replication worker errcontext. 4 years ago
Andres Freund 4228cabb72 plpython: Adjust docs after removal of Python 2 support. 4 years ago
Michael Paquier b3c8aae008 doc: Fix description of pg_stop_backup() 4 years ago
Tom Lane 50f03473ed Doc: update libpq.sgml for root-owned SSL private keys. 4 years ago
Peter Eisentraut e58791c6ad Add id's to various elements in protocol.sgml 4 years ago
Amit Kapila 7a85073290 Reconsider pg_stat_subscription_workers view. 4 years ago
Tom Lane 2e517818f4 Fix SPI's handling of errors during transaction commit. 4 years ago