Commit Graph

17259 Commits (e882bcae032d5e89777e2a1f3d78dfb77c17c192)

Author SHA1 Message Date
Jeff Davis a3c6aa42ee Fix doc typo: unicode_assigned() return type. 1 year ago
Peter Eisentraut c8e2d422fd Remove TRACE_SORT macro 1 year ago
Nathan Bossart 760162fedb Add user-callable CRC functions. 1 year ago
David Rowley f0d1127595 Remove "parent" column from pg_backend_memory_contexts 1 year ago
Alexander Korotkov 867d396ccd Adjust pg_wal_replay_wait() procedure behavior on promoted standby 1 year ago
Nathan Bossart 7fceb5725b doc: Standardize use of dashes in references to CRC and SHA. 1 year ago
Nathan Bossart 8c3548613d doc: Fix name of CRC algorithm in "Reliability" section. 1 year ago
Peter Eisentraut 7da1bdc2c2 Remove obsolete RECHECK keyword completely 1 year ago
Noah Misch e56ccc8e42 Fix names of "Visual Studio" and Meson in a documentation sentence. 1 year ago
Masahiko Sawada 66e94448ab Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Michael Paquier 75534436a4 injection_points: Add some cumulative stats for injection points 1 year ago
Alexander Korotkov 8036d73ae3 pg_wal_replay_wait(): Fix typo in the doc 1 year ago
Michael Paquier 7949d95945 Introduce pluggable APIs for Cumulative Statistics 1 year ago
Noah Misch 3cffe7946c Fix name of "Visual Studio" in documentation. 1 year ago
Alexander Korotkov 3c5db1d6b0 Implement pg_wal_replay_wait() stored procedure 1 year ago
Peter Eisentraut c671e142bf pg_createsubscriber: Rename option --socket-directory to --socketdir 1 year ago
Peter Eisentraut a292c98d62 Convert node test compile-time settings into run-time parameters 1 year ago
David Rowley 057ee9183c Doc: mention executor memory usage for enable_partitionwise* GUCs 1 year ago
Peter Eisentraut e54a42ac9d Add API and ABI stability guidance to the C language docs 1 year ago
Peter Eisentraut 4f29394ea9 doc: Avoid too prominent use of "backup" on pg_dump man page 1 year ago
Thomas Munro 8138526136 Remove --disable-atomics, require 32 bit atomics. 1 year ago
Thomas Munro e25626677f Remove --disable-spinlocks. 1 year ago
Tom Lane da4017a694 Doc: fix text's description of regexp_replace's arguments. 1 year ago
Nathan Bossart 0dcaea5690 Introduce num_os_semaphores GUC. 1 year ago
Tom Lane 5d1d8b3c82 Clarify error message and documentation related to typed tables. 1 year ago
Fujii Masao 857df3cef7 postgres_fdw: Add connection status check to postgres_fdw_get_connections(). 1 year ago
Fujii Masao c297a47c5f postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). 1 year ago
Heikki Linnakangas 20e0e7da9b Add test for early backend startup errors 1 year ago
Fujii Masao 284c030a10 doc: Enhance documentation for postgres_fdw_get_connections() output columns. 1 year ago
Tom Lane c7301c3b6f Doc: fix misleading syntax synopses for targetlists. 1 year ago
Tom Lane e458dc1ac8 Doc: update some HTTP links to point to canonical URLs. 1 year ago
Robert Haas 744ddc6c6a Document restrictions regarding incremental backups and standbys. 1 year ago
Tom Lane 580f8727ca Add argument names to the regexp_XXX functions. 1 year ago
David Rowley 32d3ed8165 Add path column to pg_backend_memory_contexts view 1 year ago
Michael Paquier b8aa44fd4f doc: Decorate psql page with application markup tags 1 year ago
Alvaro Herrera 9f21482fe1
Fix a missing article in the documentation 1 year ago
Amit Kapila 07fbecb87b Doc: Fix the mistakes in the subscription's failover option. 1 year ago
Amit Kapila 1462aad2e4 Allow altering of two_phase option of a SUBSCRIPTION. 1 year ago
Peter Eisentraut f68d85bf69 ldapurl is supported with simple bind 1 year ago
Tom Lane d2cba4f2cb Doc: improve description of plpgsql's FETCH and MOVE commands. 1 year ago
Tom Lane 56c6be57af Doc: improve description of plpgsql's RAISE command. 2 years ago
Robert Haas 402b586d0a Do not summarize WAL if generated with wal_level=minimal. 2 years ago
Michael Paquier a0a5869a85 Add INJECTION_POINT_CACHED() to run injection points directly from cache 2 years ago
Tom Lane 6159331acf Doc: fix minor syntax error in example. 2 years ago
Amit Langote 884d791b21 SQL/JSON: Fix a paragraph in JSON_TABLE documentation 2 years ago
Tom Lane a0899c0a97 Doc: minor improvements for plpgsql "Transaction Management" section. 2 years ago
Fujii Masao c086896625 Fix tablespace handling in MERGE/SPLIT partition commands. 2 years ago
Tom Lane a0f1fce80c Add min and max aggregates for composite types (records). 2 years ago
Nathan Bossart cc2236854e Revamp documentation for predefined roles. 2 years ago
Fujii Masao 05506510de doc: Update track_io_timing documentation to mention pg_stat_io. 2 years ago