Commit Graph

18121 Commits (0fbfd37cefb7eb30c0fa8a158751c19ddeddf1f0)

Author SHA1 Message Date
Fujii Masao 173aa8c5e8 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. 4 weeks ago
Jacob Champion e982331b52 libpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 4 weeks ago
Jeff Davis 8185bb5347 CREATE SUBSCRIPTION ... SERVER. 4 weeks ago
Peter Eisentraut 90ca7c1429 doc: Fix capitalization of Unicode 4 weeks ago
Amit Kapila f1ddaa1535 Fix inconsistent elevel in pg_sync_replication_slots() retry logic. 4 weeks ago
Michael Paquier 01d485b142 Add system view pg_stat_recovery 4 weeks ago
Jacob Champion b8d7685835 libpq: Add PQgetThreadLock() to mirror PQregisterThreadLock() 1 month ago
Fujii Masao bffd7130e9 Improve validation of recovery_target_xid GUC values. 1 month ago
Fujii Masao 9b0e5bd532 doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP COLUMN. 1 month ago
Michael Paquier 34dfca2934 Change default value of default_toast_compression to "lz4", take two 1 month ago
Michael Paquier 4f0b3afab4 Revert "Change default value of default_toast_compression to "lz4"" 1 month ago
Andrew Dunstan 3c19983cc0 pg_restore: add --no-globals option to skip globals 1 month ago
Amit Kapila fd366065e0 Allow table exclusions in publications via EXCEPT TABLE. 1 month ago
Michael Paquier 7c1849311e Change default value of default_toast_compression to "lz4", when available 1 month ago
Peter Eisentraut b30656ce00 doc: Add restart on failure to example systemd file 1 month ago
Peter Eisentraut 2a525cc97e Add COPY (on_error set_null) option 1 month ago
Michael Paquier a1bd0c1615 doc: Fix sentence of pg_walsummary page 1 month ago
Fujii Masao bae42a54e3 doc: Clarify that empty COMMENT string removes the comment. 1 month ago
Michael Paquier ba97bf9cb7 Add support for "exprs" in pg_restore_extended_stats() 1 month ago
Fujii Masao aecc558666 psql: Show comments in \dRp+, \dRs+, and \dX+ psql meta-commands. 1 month ago
Tom Lane 65a3ff8f1b Doc: improve user docs and code comments about EXISTS(SELECT * ...). 1 month ago
Andrew Dunstan 763aaa06f0 Add non-text output formats to pg_dumpall 1 month ago
Fujii Masao b2ff2a0b52 doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. 1 month ago
Peter Eisentraut dea0812cda doc: Add link targets to CREATE/ALTER FOREIGN TABLE reference pages 1 month ago
Peter Eisentraut f80bedd52b Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK constraints 1 month ago
Michael Paquier e2f3d82f89 doc: Adjust some markups on pg_waldump page 1 month ago
Nathan Bossart d981976027 Allow pg_{read,write}_all_data to access large objects. 1 month ago
Jacob Champion 4966bd3ed9 libpq: Grease the protocol by default 1 month ago
Tom Lane 4a1b05caa5 Restore AIX support. 1 month ago
Nathan Bossart bc60ee8606 Warn upon successful MD5 password authentication. 1 month ago
Peter Eisentraut 78727dcba3 meson: allow disabling building/installation of static libraries. 1 month ago
Michael Paquier ee46584884 doc: Add section "Options" for pg_controldata 1 month ago
Michael Paquier 4476106c65 doc: Add description of "filename" for pg_walsummary 1 month ago
Fujii Masao fb80f388f4 Add per-subscription wal_receiver_timeout setting. 1 month ago
Fujii Masao 8a6af3ad08 Make GUC wal_receiver_timeout user-settable. 1 month ago
Tom Lane 759b03b24c Simplify creation of built-in functions with default arguments. 2 months ago
Heikki Linnakangas d62dca3b29 Use standard die() handler for SIGTERM in bgworkers 2 months ago
Daniel Gustafsson db93988ab0 doc: Add note to ssl_group config on X25519 and FIPS 2 months ago
Daniel Gustafsson aa082bed0b doc: Mention PASSING support for jsonpath variables 2 months ago
Daniel Gustafsson 4469fe1761 doc: Update docs images README with required ditaa version 2 months ago
Daniel Gustafsson 4ec0e75afd meson: Add target for generating docs images 2 months ago
Dean Rasheed 88327092ff Add support for INSERT ... ON CONFLICT DO SELECT. 2 months ago
Nathan Bossart 1d92e0c2cc Add password expiration warnings. 2 months ago
Álvaro Herrera 1efdd7cc63
Cleanup for log_min_messages changes in 38e0190ced 2 months ago
Dean Rasheed bc953bf523 doc: Mention all SELECT privileges required by INSERT ... ON CONFLICT. 2 months ago
Dean Rasheed 227a6ea657 doc: Clarify RLS policies applied for ON CONFLICT DO NOTHING. 2 months ago
Michael Paquier 9181c870ba Improve type handling of varlena structures 2 months ago
Michael Paquier 307447e6db Add information about range type stats to pg_stats_ext_exprs 2 months ago
Álvaro Herrera 38e0190ced
Allow log_min_messages to be set per process type 2 months ago
Jacob Champion d8d7c5dc8f libpq: Prepare for protocol grease during 19beta 2 months ago