summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-09psql: Improve psql tab completion for GRANT/REVOKE on large objects.Fujii Masao
2025-07-09Hide ICU C++ APIs from pg_locale.hJohn Naylor
2025-07-09libpq: Add TAP test for nested service fileMichael Paquier
2025-07-09Doc: Improve logical replication failover documentation.Amit Kapila
2025-07-09libpq: Remove PQservice()Michael Paquier
2025-07-08Fix up misuse of "volatile" in contrib/xml2.Tom Lane
2025-07-08Fix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-07-08Fix a couple more places in docs for pg_lsn changeÁlvaro Herrera
2025-07-08Change pg_test_timing to measure in nanoseconds not microseconds.Tom Lane
2025-07-08pg_walsummary: Improve stability of test checking statisticsMichael Paquier
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-07-08Consider explicit incremental sort for Append and MergeAppendRichard Guo
2025-07-07oauth: Fix kqueue detection on OpenBSDJacob Champion
2025-07-07Adapt pg_upgrade test to pg_lsn output format differenceÁlvaro Herrera
2025-07-07Restore the ability to run pl/pgsql expression queries in parallel.Tom Lane
2025-07-07Refactor some repetitive SLRU codeÁlvaro Herrera
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-07Integrate FullTransactionIds deeper into two-phase codeMichael Paquier
2025-07-06Fix incompatibility with libxml2 >= 2.14Michael Paquier
2025-07-06postgres_fdw: Add Assert to estimate_path_cost_size().Etsuro Fujita
2025-07-04Fix new pg_upgrade query not to rely on regnamespaceÁlvaro Herrera
2025-07-04pg_upgrade: Add missing newline in error messageÁlvaro Herrera
2025-07-04pg_upgrade: check for inconsistencies in not-null constraints w/inheritanceÁlvaro Herrera
2025-07-04amcheck: Remove unused IndexCheckableCallback typedef.Fujii Masao
2025-07-04Disable commit timestamps during bootstrapMichael Paquier
2025-07-04Speed up truncation of temporary relations.Fujii Masao
2025-07-03Simplify COALESCE() with one surviving argument.Tom Lane
2025-07-03Add more cross-type comparisons to contrib/btree_gin.Tom Lane
2025-07-03Add cross-type comparisons to contrib/btree_gin.Tom Lane
2025-07-03Break out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
2025-07-03Obtain required table lock during cross-table updates, redux.Tom Lane
2025-07-03Add tab-completion for ALTER TABLE not-nullsÁlvaro Herrera
2025-07-03Remove leftover dead code from commit_ts.h.Fujii Masao
2025-07-03Fix broken XMLÁlvaro Herrera
2025-07-03doc: Update outdated descriptions of wal_status in pg_replication_slots.Fujii Masao
2025-07-03Prevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
2025-07-03Fix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
2025-07-03Refactor subtype field of AlterDomainStmtMichael Paquier
2025-07-03doc: Remove incorrect note about wal_status in pg_replication_slots.Fujii Masao
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-07-03Improve checks for GUC recovery_target_timelineMichael Paquier
2025-07-03Enable use of Memoize for ANTI joinsRichard Guo
2025-07-02Add InjectionPointList() to retrieve list of injection pointsMichael Paquier
2025-07-02Correctly copy the target host identification in PQcancelCreate.Tom Lane
2025-07-02Fix cross-version upgrade test breakage from commit fe07100e82.Nathan Bossart
2025-07-02Make more use of RELATION_IS_OTHER_TEMP().Nathan Bossart
2025-07-02Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart
2025-07-02Update obsolete row compare preprocessing comments.Peter Geoghegan
2025-07-02Allow width_bucket()'s "operand" input to be NaN.Tom Lane
2025-07-02Fix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera