| 2024-07-26 |
Fujii Masao | postgres_fdw: Add "used_in_xact" column to postgres_fdw... |
commit | commitdiff | tree |
| 2024-07-26 |
Peter Eisentraut | pg_createsubscriber: Message style improvements |
commit | commitdiff | tree |
| 2024-07-26 |
Heikki Linnakangas | Add tests for errors during SSL or GSSAPI handshake |
commit | commitdiff | tree |
| 2024-07-26 |
Heikki Linnakangas | Add test for early backend startup errors |
commit | commitdiff | tree |
| 2024-07-26 |
Heikki Linnakangas | Fix using injection points at backend startup in EXEC_B... |
commit | commitdiff | tree |
| 2024-07-26 |
Heikki Linnakangas | Fix fallback behavior when server sends an ERROR early... |
commit | commitdiff | tree |
| 2024-07-26 |
Fujii Masao | doc: Enhance documentation for postgres_fdw_get_connect... |
commit | commitdiff | tree |
| 2024-07-26 |
Daniel Gustafsson | Disable all TLS session tickets |
commit | commitdiff | tree |
| 2024-07-26 |
Amit Langote | SQL/JSON: Remove useless code in ExecInitJsonExpr() |
commit | commitdiff | tree |
| 2024-07-26 |
Amit Langote | SQL/JSON: Respect OMIT QUOTES when RETURNING domains... |
commit | commitdiff | tree |
| 2024-07-26 |
Amit Langote | SQL/JSON: Improve error-handling of JsonBehavior expres... |
commit | commitdiff | tree |
| 2024-07-26 |
Amit Langote | SQL/JSON: Fix error-handling of some JsonBehavior expre... |
commit | commitdiff | tree |
| 2024-07-25 |
Tom Lane | Doc: fix misleading syntax synopses for targetlists. |
commit | commitdiff | tree |
| 2024-07-25 |
Tom Lane | Doc: update some HTTP links to point to canonical URLs. |
commit | commitdiff | tree |
| 2024-07-25 |
Robert Haas | Document restrictions regarding incremental backups... |
commit | commitdiff | tree |
| 2024-07-25 |
Tom Lane | Add argument names to the regexp_XXX functions. |
commit | commitdiff | tree |
| 2024-07-25 |
Peter Eisentraut | pg_createsubscriber: Message improvements |
commit | commitdiff | tree |
| 2024-07-25 |
Daniel Gustafsson | pg_upgrade: Remove unused macro |
commit | commitdiff | tree |
| 2024-07-25 |
Daniel Gustafsson | pgcrypto: Remove unused binary from clean target |
commit | commitdiff | tree |
| 2024-07-25 |
Peter Eisentraut | Remove useless unconstify() call |
commit | commitdiff | tree |
| 2024-07-25 |
Peter Eisentraut | Fix -Wmissing-variable-declarations warnings for float... |
commit | commitdiff | tree |
| 2024-07-25 |
Peter Eisentraut | Add extern declarations for Bison global variables |
commit | commitdiff | tree |
| 2024-07-25 |
David Rowley | Add path column to pg_backend_memory_contexts view |
commit | commitdiff | tree |
| 2024-07-25 |
Thomas Munro | ci: Pin MacPorts version to 2.9.3. |
commit | commitdiff | tree |
| 2024-07-25 |
Michael Paquier | doc: Decorate psql page with application markup tags |
commit | commitdiff | tree |
| 2024-07-24 |
Thomas Munro | ci: Upgrade macOS version from 13 to 14. |
commit | commitdiff | tree |
| 2024-07-24 |
Nathan Bossart | pg_upgrade: Retrieve subscription count more efficiently. |
commit | commitdiff | tree |
| 2024-07-24 |
Alvaro Herrera | Fix a missing article in the documentation |
commit | commitdiff | tree |
| 2024-07-24 |
Fujii Masao | pg_stat_statements: Add regression test for privilege... |
commit | commitdiff | tree |
| 2024-07-24 |
Alvaro Herrera | Reset relhassubclass upon attaching table as a partition |
commit | commitdiff | tree |
| 2024-07-24 |
Amit Kapila | Doc: Fix the mistakes in the subscription's failover... |
commit | commitdiff | tree |
| 2024-07-24 |
Thomas Munro | Refactor tidstore.c iterator buffering. |
commit | commitdiff | tree |
| 2024-07-24 |
Amit Kapila | Allow altering of two_phase option of a SUBSCRIPTION. |
commit | commitdiff | tree |
| 2024-07-24 |
Peter Eisentraut | Move all extern declarations for GUC variables to heade... |
commit | commitdiff | tree |
| 2024-07-24 |
Nathan Bossart | Detect integer overflow in array_set_slice(). |
commit | commitdiff | tree |
| 2024-07-23 |
Peter Eisentraut | Move extern declarations for EXEC_BACKEND to header... |
commit | commitdiff | tree |
| 2024-07-23 |
Noah Misch | Fix private struct field name to match the code using it. |
commit | commitdiff | tree |
| 2024-07-23 |
Michael Paquier | Use more consistently int64 for page numbers in SLRU... |
commit | commitdiff | tree |
| 2024-07-23 |
Peter Eisentraut | ldapurl is supported with simple bind |
commit | commitdiff | tree |
| 2024-07-23 |
Peter Eisentraut | Get rid of a global variable |
commit | commitdiff | tree |
| 2024-07-23 |
Michael Paquier | Improve comments in slru.{c,h} about segment name format |
commit | commitdiff | tree |
| 2024-07-23 |
Peter Eisentraut | Replace remaining strtok() with strtok_r() |
commit | commitdiff | tree |
| 2024-07-23 |
Peter Eisentraut | Windows replacement for strtok_r() |
commit | commitdiff | tree |
| 2024-07-23 |
Richard Guo | Remove redundant code in create_gather_merge_path |
commit | commitdiff | tree |
| 2024-07-23 |
Richard Guo | Fix rowcount estimate for gather (merge) paths |
commit | commitdiff | tree |
| 2024-07-22 |
Tom Lane | Doc: improve description of plpgsql's FETCH and MOVE... |
commit | commitdiff | tree |
| 2024-07-22 |
Melanie Plageman | Revert "Test that vacuum removes tuples older than... |
commit | commitdiff | tree |
| 2024-07-22 |
Robert Haas | Initialize wal_level in the initial checkpoint record. |
commit | commitdiff | tree |
| 2024-07-22 |
Robert Haas | Remove grotty use of disable_cost for TID scan plans. |
commit | commitdiff | tree |
| 2024-07-22 |
Robert Haas | Add missing call to ConditionVariableCancelSleep(). |
commit | commitdiff | tree |
| 2024-07-22 |
Peter Eisentraut | Replace some strtok() with strsep() |
commit | commitdiff | tree |
| 2024-07-22 |
Alvaro Herrera | postgres_fdw: Split out the query_cancel test to its... |
commit | commitdiff | tree |
| 2024-07-22 |
Peter Eisentraut | Add port/ replacement for strsep() |
commit | commitdiff | tree |
| 2024-07-22 |
Richard Guo | Fix unstable test in select_parallel.sql |
commit | commitdiff | tree |
| 2024-07-22 |
Michael Paquier | Add new error code for "file name too long" |
commit | commitdiff | tree |
| 2024-07-20 |
Andres Freund | meson: Add dependency lookups via names used by cmake |
commit | commitdiff | tree |
| 2024-07-20 |
Andres Freund | meson: Add support for detecting ossp-uuid without... |
commit | commitdiff | tree |
| 2024-07-20 |
Andres Freund | meson: Add support for detecting gss without pkg-config |
commit | commitdiff | tree |
| 2024-07-20 |
Andres Freund | meson: Add missing argument to gssapi.h check |
commit | commitdiff | tree |
| 2024-07-20 |
Tom Lane | Correctly check updatability of columns targeted by... |
commit | commitdiff | tree |
| 2024-07-20 |
Noah Misch | Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG. |
commit | commitdiff | tree |
| 2024-07-20 |
Noah Misch | Add a way to create read stream object by using SMgrRel... |
commit | commitdiff | tree |
| 2024-07-20 |
Noah Misch | Refactor PinBufferForBlock() to remove checks about... |
commit | commitdiff | tree |
| 2024-07-20 |
Noah Misch | Remove "smgr_persistence == 0" dead code. |
commit | commitdiff | tree |
| 2024-07-19 |
Nathan Bossart | Add overflow checks to money type. |
commit | commitdiff | tree |
| 2024-07-19 |
Melanie Plageman | Test that vacuum removes tuples older than OldestXmin |
commit | commitdiff | tree |
| 2024-07-19 |
Melanie Plageman | Ensure vacuum removes all visibly dead tuples older... |
commit | commitdiff | tree |
| 2024-07-19 |
Heikki Linnakangas | Move resowner from common JitContext to LLVM specific |
commit | commitdiff | tree |
| 2024-07-19 |
Michael Paquier | Add more test coverage for jsonpath "$.*" with arrays |
commit | commitdiff | tree |
| 2024-07-19 |
Etsuro Fujita | postgres_fdw: Avoid "cursor can only scan forward"... |
commit | commitdiff | tree |
| 2024-07-19 |
Michael Paquier | Propagate query IDs of utility statements in functions |
commit | commitdiff | tree |
| 2024-07-18 |
Tom Lane | Improve pg_ctl's message for shutdown after recovery. |
commit | commitdiff | tree |
| 2024-07-18 |
Tom Lane | Doc: improve description of plpgsql's RAISE command. |
commit | commitdiff | tree |
| 2024-07-18 |
Robert Haas | Do not summarize WAL if generated with wal_level=minimal. |
commit | commitdiff | tree |
| 2024-07-18 |
Michael Paquier | Add INJECTION_POINT_CACHED() to run injection points... |
commit | commitdiff | tree |
| 2024-07-17 |
Tom Lane | Doc: fix minor syntax error in example. |
commit | commitdiff | tree |
| 2024-07-17 |
Nathan Bossart | Use PqMsg_* macros in more places. |
commit | commitdiff | tree |
| 2024-07-17 |
Andrew Dunstan | Avoid error in recovery test if history file is not... |
commit | commitdiff | tree |
| 2024-07-17 |
Amit Langote | SQL/JSON: Rethink c2d93c3802b |
commit | commitdiff | tree |
| 2024-07-17 |
Michael Paquier | Make write of pgstats file durable at shutdown |
commit | commitdiff | tree |
| 2024-07-16 |
Jeff Davis | When creating materialized views, use REFRESH to load... |
commit | commitdiff | tree |
| 2024-07-16 |
Nathan Bossart | Add a couple of recent commits to .git-blame-ignore... |
commit | commitdiff | tree |
| 2024-07-16 |
Andrew Dunstan | Adjust recently added test for pg_signal_autovacuum... |
commit | commitdiff | tree |
| 2024-07-16 |
Amit Langote | SQL/JSON: Fix a paragraph in JSON_TABLE documentation |
commit | commitdiff | tree |
| 2024-07-16 |
Michael Paquier | Add tap test for pg_signal_autovacuum role |
commit | commitdiff | tree |
| 2024-07-15 |
Andres Freund | Fix bad indentation introduced in 43cd30bcd1c |
commit | commitdiff | tree |
| 2024-07-15 |
Andres Freund | ci: Use newer LLVM version with gcc, to avoid compiler... |
commit | commitdiff | tree |
| 2024-07-15 |
Jeff Davis | Add missing RestrictSearchPath() calls. |
commit | commitdiff | tree |
| 2024-07-15 |
Andres Freund | ci: Upgrade to Debian Bookworm |
commit | commitdiff | tree |
| 2024-07-15 |
Andres Freund | Fix type confusion in guc_var_compare() |
commit | commitdiff | tree |
| 2024-07-15 |
Tom Lane | Doc: minor improvements for plpgsql "Transaction Manage... |
commit | commitdiff | tree |
| 2024-07-15 |
Thomas Munro | Run LLVM verify pass on IR in assert builds. |
commit | commitdiff | tree |
| 2024-07-15 |
Heikki Linnakangas | Use correct type for pq_mq_parallel_leader_proc_number... |
commit | commitdiff | tree |
| 2024-07-15 |
Heikki Linnakangas | Use atomics to avoid locking in InjectionPointRun() |
commit | commitdiff | tree |
| 2024-07-15 |
Fujii Masao | Fix unstable tests in partition_merge.sql and partition... |
commit | commitdiff | tree |
| 2024-07-15 |
Fujii Masao | Fix tablespace handling in MERGE/SPLIT partition commands. |
commit | commitdiff | tree |
| 2024-07-15 |
Richard Guo | Check lateral references within PHVs for memoize cache... |
commit | commitdiff | tree |
| 2024-07-14 |
Tom Lane | Avoid unhelpful internal error for incorrect recursive... |
commit | commitdiff | tree |
| 2024-07-13 |
Noah Misch | Fix new assertion for MERGE view_name ... DO NOTHING. |
commit | commitdiff | tree |
| 2024-07-13 |
Noah Misch | Don't lose partitioned table reltuples=0 after relhassu... |
commit | commitdiff | tree |
| next |