Commit Graph

59149 Commits (a54d4ed183927f15e1853b83106acebeeeee11c8)
 

Author SHA1 Message Date
Heikki Linnakangas ff34ae368b Support absolute bindir/libdir in regression tests with meson 1 year ago
Heikki Linnakangas 4d8de281b5 Fallback to clang in PATH with meson 1 year ago
Heikki Linnakangas a00fae9d43 Fallback to uuid for ossp-uuid with meson 1 year ago
Michael Paquier c9e2457390 Fix more holes with SLRU code in need of int64 for segment numbers 1 year ago
Nathan Bossart 0dcaea5690 Introduce num_os_semaphores GUC. 1 year ago
Robert Haas 8a53539bd6 Wait for WAL summarization to catch up before creating .partial file. 1 year ago
Fujii Masao 454aab4b73 postgres_fdw: Fix bug in connection status check. 1 year ago
Nathan Bossart 4b56bb4ab4 pg_upgrade: Move live_check variable to user_opts. 1 year ago
Tom Lane 5d1d8b3c82 Clarify error message and documentation related to typed tables. 1 year ago
Robert Haas c883453cb2 Fix indentation. 1 year ago
Daniel Gustafsson 161c73462b Fix macro placement in pg_config.h.in 1 year ago
Robert Haas cf8a489836 Allow WAL summarization to back up when timeline changes. 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
Peter Eisentraut 5687f8c0dd pg_createsubscriber: Message style improvements 1 year ago
Heikki Linnakangas ef7fa900fb Add tests for errors during SSL or GSSAPI handshake 1 year ago
Heikki Linnakangas 20e0e7da9b Add test for early backend startup errors 1 year ago
Heikki Linnakangas b9e5249c29 Fix using injection points at backend startup in EXEC_BACKEND mode 1 year ago
Heikki Linnakangas c95d2159c1 Fix fallback behavior when server sends an ERROR early at startup 1 year ago
Fujii Masao 284c030a10 doc: Enhance documentation for postgres_fdw_get_connections() output columns. 1 year ago
Daniel Gustafsson 274bbced85 Disable all TLS session tickets 1 year ago
Amit Langote 6f9a62b454 SQL/JSON: Remove useless code in ExecInitJsonExpr() 1 year ago
Amit Langote 4fc6a55560 SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb 1 year ago
Amit Langote 231b7d670b SQL/JSON: Improve error-handling of JsonBehavior expressions 1 year ago
Amit Langote 63e6c5f4a2 SQL/JSON: Fix error-handling of some JsonBehavior expressions 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
Peter Eisentraut 05faf06e9c pg_createsubscriber: Message improvements 1 year ago
Daniel Gustafsson 88e3da5658 pg_upgrade: Remove unused macro 1 year ago
Daniel Gustafsson cc59f9d0ff pgcrypto: Remove unused binary from clean target 1 year ago
Peter Eisentraut c5c7183026 Remove useless unconstify() call 1 year ago
Peter Eisentraut 37c6923cf3 Fix -Wmissing-variable-declarations warnings for float.c special case 1 year ago
Peter Eisentraut ab61c40bfa Add extern declarations for Bison global variables 1 year ago
David Rowley 32d3ed8165 Add path column to pg_backend_memory_contexts view 1 year ago
Thomas Munro 64c39bd504 ci: Pin MacPorts version to 2.9.3. 1 year ago
Michael Paquier b8aa44fd4f doc: Decorate psql page with application markup tags 1 year ago
Thomas Munro d01ce180d9 ci: Upgrade macOS version from 13 to 14. 1 year ago
Nathan Bossart 364509a2e7 pg_upgrade: Retrieve subscription count more efficiently. 1 year ago
Alvaro Herrera 9f21482fe1
Fix a missing article in the documentation 1 year ago
Fujii Masao 97f2bc5aa5 pg_stat_statements: Add regression test for privilege handling. 1 year ago
Alvaro Herrera 3dd637f3d5
Reset relhassubclass upon attaching table as a partition 1 year ago
Amit Kapila 07fbecb87b Doc: Fix the mistakes in the subscription's failover option. 1 year ago
Thomas Munro f6bef362ca Refactor tidstore.c iterator buffering. 1 year ago
Amit Kapila 1462aad2e4 Allow altering of two_phase option of a SUBSCRIPTION. 1 year ago
Peter Eisentraut 774d47b6c0 Move all extern declarations for GUC variables to header files 1 year ago
Nathan Bossart 991f8cf8ab Detect integer overflow in array_set_slice(). 1 year ago
Peter Eisentraut d3cc5ffe81 Move extern declarations for EXEC_BACKEND to header files 1 year ago
Noah Misch 840b3b5b4e Fix private struct field name to match the code using it. 1 year ago