Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

Author SHA1 Message Date
Daniel Gustafsson 161c73462b Fix macro placement in pg_config.h.in 11 months ago
Robert Haas cf8a489836 Allow WAL summarization to back up when timeline changes. 11 months ago
Fujii Masao 857df3cef7 postgres_fdw: Add connection status check to postgres_fdw_get_connections(). 11 months ago
Fujii Masao c297a47c5f postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). 11 months ago
Peter Eisentraut 5687f8c0dd pg_createsubscriber: Message style improvements 11 months ago
Heikki Linnakangas ef7fa900fb Add tests for errors during SSL or GSSAPI handshake 11 months ago
Heikki Linnakangas 20e0e7da9b Add test for early backend startup errors 11 months ago
Heikki Linnakangas b9e5249c29 Fix using injection points at backend startup in EXEC_BACKEND mode 11 months ago
Heikki Linnakangas c95d2159c1 Fix fallback behavior when server sends an ERROR early at startup 11 months ago
Fujii Masao 284c030a10 doc: Enhance documentation for postgres_fdw_get_connections() output columns. 11 months ago
Daniel Gustafsson 274bbced85 Disable all TLS session tickets 11 months ago
Amit Langote 6f9a62b454 SQL/JSON: Remove useless code in ExecInitJsonExpr() 11 months ago
Amit Langote 4fc6a55560 SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb 11 months ago
Amit Langote 231b7d670b SQL/JSON: Improve error-handling of JsonBehavior expressions 11 months ago
Amit Langote 63e6c5f4a2 SQL/JSON: Fix error-handling of some JsonBehavior expressions 11 months ago
Tom Lane c7301c3b6f Doc: fix misleading syntax synopses for targetlists. 11 months ago
Tom Lane e458dc1ac8 Doc: update some HTTP links to point to canonical URLs. 11 months ago
Robert Haas 744ddc6c6a Document restrictions regarding incremental backups and standbys. 11 months ago
Tom Lane 580f8727ca Add argument names to the regexp_XXX functions. 11 months ago
Peter Eisentraut 05faf06e9c pg_createsubscriber: Message improvements 11 months ago
Daniel Gustafsson 88e3da5658 pg_upgrade: Remove unused macro 11 months ago
Daniel Gustafsson cc59f9d0ff pgcrypto: Remove unused binary from clean target 11 months ago
Peter Eisentraut c5c7183026 Remove useless unconstify() call 11 months ago
Peter Eisentraut 37c6923cf3 Fix -Wmissing-variable-declarations warnings for float.c special case 11 months ago
Peter Eisentraut ab61c40bfa Add extern declarations for Bison global variables 11 months ago
David Rowley 32d3ed8165 Add path column to pg_backend_memory_contexts view 11 months ago
Thomas Munro 64c39bd504 ci: Pin MacPorts version to 2.9.3. 11 months ago
Michael Paquier b8aa44fd4f doc: Decorate psql page with application markup tags 11 months ago
Thomas Munro d01ce180d9 ci: Upgrade macOS version from 13 to 14. 11 months ago
Nathan Bossart 364509a2e7 pg_upgrade: Retrieve subscription count more efficiently. 11 months ago
Alvaro Herrera 9f21482fe1
Fix a missing article in the documentation 11 months ago
Fujii Masao 97f2bc5aa5 pg_stat_statements: Add regression test for privilege handling. 11 months ago
Alvaro Herrera 3dd637f3d5
Reset relhassubclass upon attaching table as a partition 11 months ago
Amit Kapila 07fbecb87b Doc: Fix the mistakes in the subscription's failover option. 11 months ago
Thomas Munro f6bef362ca Refactor tidstore.c iterator buffering. 11 months ago
Amit Kapila 1462aad2e4 Allow altering of two_phase option of a SUBSCRIPTION. 11 months ago
Peter Eisentraut 774d47b6c0 Move all extern declarations for GUC variables to header files 11 months ago
Nathan Bossart 991f8cf8ab Detect integer overflow in array_set_slice(). 11 months ago
Peter Eisentraut d3cc5ffe81 Move extern declarations for EXEC_BACKEND to header files 11 months ago
Noah Misch 840b3b5b4e Fix private struct field name to match the code using it. 11 months ago
Michael Paquier 3937cadfd4 Use more consistently int64 for page numbers in SLRU-related code 11 months ago
Peter Eisentraut f68d85bf69 ldapurl is supported with simple bind 11 months ago
Peter Eisentraut 935e675f3c Get rid of a global variable 11 months ago
Michael Paquier ffb0603929 Improve comments in slru.{c,h} about segment name format 11 months ago
Peter Eisentraut 65504b747f Replace remaining strtok() with strtok_r() 11 months ago
Peter Eisentraut 4d130b2872 Windows replacement for strtok_r() 11 months ago
Richard Guo 8b2e9fd26a Remove redundant code in create_gather_merge_path 11 months ago
Richard Guo 581df21487 Fix rowcount estimate for gather (merge) paths 11 months ago
Tom Lane d2cba4f2cb Doc: improve description of plpgsql's FETCH and MOVE commands. 11 months ago
Melanie Plageman efcbb76efe Revert "Test that vacuum removes tuples older than OldestXmin" 11 months ago