Commit Graph

18133 Commits (8df3c7a85ec24d1598f7a3bf77458b453ee6e6fb)

Author SHA1 Message Date
Daniel Gustafsson 4f433025f6 ssl: Serverside SNI support for libpq 2 weeks ago
Peter Eisentraut e82fc27e09 meson: Add headerscheck and cpluspluscheck targets 2 weeks ago
Nathan Bossart 3b88e50d6c Add more columns to pg_stats, pg_stats_ext, and pg_stats_ext_exprs. 2 weeks ago
Peter Eisentraut 2f094e7ac6 SQL Property Graph Queries (SQL/PGQ) 3 weeks ago
Fujii Masao 8fe315f18d Add stats_reset column to pg_statio_all_sequences 3 weeks ago
Tom Lane 0123ce131f Switch the semaphore API on Solaris to unnamed POSIX. 3 weeks ago
Fujii Masao 723619eaa3 Add stats_reset column to pg_stat_database_conflicts. 3 weeks ago
Álvaro Herrera a630ac5c20
Document the 'command' column of pg_stat_progress_repack 3 weeks ago
Robert Haas 5883ff30b0 Add pg_plan_advice contrib module. 3 weeks ago
Michael Paquier 02976b0a17 doc: Document variables for path substitution in SQL tests 3 weeks ago
Andrew Dunstan 342051d73b Add support for altering CHECK constraint enforceability 3 weeks ago
Álvaro Herrera ac58465e06
Introduce the REPACK command 3 weeks ago
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() 4 weeks ago
Fujii Masao bffd7130e9 Improve validation of recovery_target_xid GUC values. 4 weeks ago
Fujii Masao 9b0e5bd532 doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP COLUMN. 4 weeks ago
Michael Paquier 34dfca2934 Change default value of default_toast_compression to "lz4", take two 4 weeks ago
Michael Paquier 4f0b3afab4 Revert "Change default value of default_toast_compression to "lz4"" 4 weeks ago
Andrew Dunstan 3c19983cc0 pg_restore: add --no-globals option to skip globals 4 weeks ago
Amit Kapila fd366065e0 Allow table exclusions in publications via EXCEPT TABLE. 4 weeks 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. 1 month ago
Heikki Linnakangas d62dca3b29 Use standard die() handler for SIGTERM in bgworkers 1 month ago
Daniel Gustafsson db93988ab0 doc: Add note to ssl_group config on X25519 and FIPS 2 months ago