| 2024-07-30 |
Michael Paquier | Add more debugging information when failing to read... |
commit | commitdiff | tree |
| 2024-07-30 |
Amit Langote | SQL/JSON: Fix casting for integer EXISTS columns in... |
commit | commitdiff | tree |
| 2024-07-30 |
Amit Langote | SQL/JSON: Some fixes to JsonBehavior expression casting |
commit | commitdiff | tree |
| 2024-07-29 |
Jeff Davis | Do not return NULL from pg_newlocale_from_collation(). |
commit | commitdiff | tree |
| 2024-07-29 |
Heikki Linnakangas | Detach syslogger from shared memory |
commit | commitdiff | tree |
| 2024-07-29 |
Heikki Linnakangas | Remove dead generators for cyrillic encoding conversion... |
commit | commitdiff | tree |
| 2024-07-29 |
Nathan Bossart | Remove tab completion for CREATE UNLOGGED MATERIALIZED... |
commit | commitdiff | tree |
| 2024-07-29 |
Tom Lane | Count individual SQL commands in pg_restore's --transac... |
commit | commitdiff | tree |
| 2024-07-29 |
Tom Lane | Reduce number of commands dumpTableSchema emits for... |
commit | commitdiff | tree |
| 2024-07-29 |
Heikki Linnakangas | Fix double-release of spinlock |
commit | commitdiff | tree |
| 2024-07-29 |
Heikki Linnakangas | Fix compiler warning/error about typedef redefinitions |
commit | commitdiff | tree |
| 2024-07-29 |
Heikki Linnakangas | Move cancel key generation to after forking the backend |
commit | commitdiff | tree |
| 2024-07-29 |
Heikki Linnakangas | Fix outdated comment in smgrtruncate() |
commit | commitdiff | tree |
| 2024-07-29 |
Richard Guo | Reduce memory used by partitionwise joins |
commit | commitdiff | tree |
| 2024-07-29 |
Richard Guo | Simplify create_merge_append_path for clarity |
commit | commitdiff | tree |
| 2024-07-28 |
Jeff Davis | Refactor pg_set_regex_collation() for clarity. |
commit | commitdiff | tree |
| 2024-07-28 |
David Rowley | Add missing pointer dereference in pg_backend_memory_co... |
commit | commitdiff | tree |
| 2024-07-28 |
Jeff Davis | Fix whitespace in commit 005c6b833f. |
commit | commitdiff | tree |
| 2024-07-28 |
Jeff Davis | Refactor: make default_locale internal to pg_locale.c. |
commit | commitdiff | tree |
| 2024-07-28 |
Jeff Davis | Change collation cache to use simplehash.h. |
commit | commitdiff | tree |
| 2024-07-28 |
Alexander Korotkov | amcheck: Optimize speed of checking for unique constrai... |
commit | commitdiff | tree |
| 2024-07-28 |
David Rowley | Fix incorrect return value for pg_size_pretty(bigint) |
commit | commitdiff | tree |
| 2024-07-28 |
Peter Eisentraut | libpq: Use strerror_r instead of strerror |
commit | commitdiff | tree |
| 2024-07-27 |
Tom Lane | Doc: fix text's description of regexp_replace's arguments. |
commit | commitdiff | tree |
| 2024-07-27 |
David Rowley | Optimize escaping of JSON strings |
commit | commitdiff | tree |
| 2024-07-27 |
Heikki Linnakangas | Support falling back to non-preferred readline implemen... |
commit | commitdiff | tree |
| 2024-07-27 |
Heikki Linnakangas | Support absolute bindir/libdir in regression tests... |
commit | commitdiff | tree |
| 2024-07-27 |
Heikki Linnakangas | Fallback to clang in PATH with meson |
commit | commitdiff | tree |
| 2024-07-27 |
Heikki Linnakangas | Fallback to uuid for ossp-uuid with meson |
commit | commitdiff | tree |
| 2024-07-26 |
Michael Paquier | Fix more holes with SLRU code in need of int64 for... |
commit | commitdiff | tree |
| 2024-07-26 |
Nathan Bossart | Introduce num_os_semaphores GUC. |
commit | commitdiff | tree |
| 2024-07-26 |
Robert Haas | Wait for WAL summarization to catch up before creating... |
commit | commitdiff | tree |
| 2024-07-26 |
Fujii Masao | postgres_fdw: Fix bug in connection status check. |
commit | commitdiff | tree |
| 2024-07-26 |
Nathan Bossart | pg_upgrade: Move live_check variable to user_opts. |
commit | commitdiff | tree |
| 2024-07-26 |
Tom Lane | Clarify error message and documentation related to... |
commit | commitdiff | tree |
| 2024-07-26 |
Robert Haas | Fix indentation. |
commit | commitdiff | tree |
| 2024-07-26 |
Daniel Gustafsson | Fix macro placement in pg_config.h.in |
commit | commitdiff | tree |
| 2024-07-26 |
Robert Haas | Allow WAL summarization to back up when timeline changes. |
commit | commitdiff | tree |
| 2024-07-26 |
Fujii Masao | postgres_fdw: Add connection status check to postgres_f... |
commit | commitdiff | tree |
| 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 |
| next |