Commit Graph

59434 Commits (9db3018cf83b4be1dbcdca8274e97ea8645df49c)
 

Author SHA1 Message Date
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
Michael Paquier 3937cadfd4 Use more consistently int64 for page numbers in SLRU-related code 1 year ago
Peter Eisentraut f68d85bf69 ldapurl is supported with simple bind 1 year ago
Peter Eisentraut 935e675f3c Get rid of a global variable 1 year ago
Michael Paquier ffb0603929 Improve comments in slru.{c,h} about segment name format 1 year ago
Peter Eisentraut 65504b747f Replace remaining strtok() with strtok_r() 1 year ago
Peter Eisentraut 4d130b2872 Windows replacement for strtok_r() 1 year ago
Richard Guo 8b2e9fd26a Remove redundant code in create_gather_merge_path 1 year ago
Richard Guo 581df21487 Fix rowcount estimate for gather (merge) paths 1 year ago
Tom Lane d2cba4f2cb Doc: improve description of plpgsql's FETCH and MOVE commands. 1 year ago
Melanie Plageman efcbb76efe Revert "Test that vacuum removes tuples older than OldestXmin" 1 year ago
Robert Haas 6a6ebb92b0 Initialize wal_level in the initial checkpoint record. 1 year ago
Robert Haas e4326fbc60 Remove grotty use of disable_cost for TID scan plans. 1 year ago
Robert Haas c0348fd0e3 Add missing call to ConditionVariableCancelSleep(). 1 year ago
Peter Eisentraut 5d2e1cc117 Replace some strtok() with strsep() 1 year ago
Alvaro Herrera 90c1ba52e0
postgres_fdw: Split out the query_cancel test to its own file 1 year ago