2025-07-10 |
Fujii Masao | Change unit of idle_replication_slot_timeout to seconds. |
commit | commitdiff | tree |
2025-07-10 |
Daniel Gustafsson | Fix sslkeylogfile error handling logging |
commit | commitdiff | tree |
2025-07-10 |
Nathan Bossart | pg_dump: Fix object-type sort priority for large objects. |
commit | commitdiff | tree |
2025-07-10 |
Michael Paquier | btree_gist: Merge the last two versions into version 1.8 |
commit | commitdiff | tree |
2025-07-10 |
Michael Paquier | injection_points: Add injection_points_list() |
commit | commitdiff | tree |
2025-07-09 |
Andres Freund | Use pg_assume() to avoid compiler warning below exec_se... |
commit | commitdiff | tree |
2025-07-09 |
Andres Freund | Add pg_assume(expr) macro |
commit | commitdiff | tree |
2025-07-09 |
Tom Lane | Link libpq with libdl if the platform needs that. |
commit | commitdiff | tree |
2025-07-09 |
Jeff Davis | Change wchar2char() and char2wchar() to accept a locale_t. |
commit | commitdiff | tree |
2025-07-09 |
Tom Lane | Minor tweaks for pg_test_timing. |
commit | commitdiff | tree |
2025-07-09 |
Nathan Bossart | Introduce pg_dsm_registry_allocations view. |
commit | commitdiff | tree |
2025-07-09 |
Masahiko Sawada | Fix tab-completion for COPY and \copy options. |
commit | commitdiff | tree |
2025-07-09 |
Fujii Masao | psql: Improve psql tab completion for GRANT/REVOKE... |
commit | commitdiff | tree |
2025-07-09 |
John Naylor | Hide ICU C++ APIs from pg_locale.h |
commit | commitdiff | tree |
2025-07-09 |
Michael Paquier | libpq: Add TAP test for nested service file |
commit | commitdiff | tree |
2025-07-09 |
Amit Kapila | Doc: Improve logical replication failover documentation. |
commit | commitdiff | tree |
2025-07-09 |
Michael Paquier | libpq: Remove PQservice() |
commit | commitdiff | tree |
2025-07-08 |
Tom Lane | Fix up misuse of "volatile" in contrib/xml2. |
commit | commitdiff | tree |
2025-07-08 |
Tom Lane | Fix low-probability memory leak in XMLSERIALIZE(..... |
commit | commitdiff | tree |
2025-07-08 |
Γlvaro Herrera | Fix a couple more places in docs for pg_lsn change |
commit | commitdiff | tree |
2025-07-08 |
Tom Lane | Change pg_test_timing to measure in nanoseconds not... |
commit | commitdiff | tree |
2025-07-08 |
Michael Paquier | pg_walsummary: Improve stability of test checking stati... |
commit | commitdiff | tree |
2025-07-08 |
Andres Freund | aio: Combine io_uring memory mappings, if supported |
commit | commitdiff | tree |
2025-07-08 |
Richard Guo | Consider explicit incremental sort for Append and Merge... |
commit | commitdiff | tree |
2025-07-07 |
Jacob Champion | oauth: Fix kqueue detection on OpenBSD |
commit | commitdiff | tree |
2025-07-07 |
Γlvaro Herrera | Adapt pg_upgrade test to pg_lsn output format difference |
commit | commitdiff | tree |
2025-07-07 |
Tom Lane | Restore the ability to run pl/pgsql expression queries... |
commit | commitdiff | tree |
2025-07-07 |
Γlvaro Herrera | Refactor some repetitive SLRU code |
commit | commitdiff | tree |
2025-07-07 |
Γlvaro Herrera | Standardize LSN formatting by zero padding |
commit | commitdiff | tree |
2025-07-07 |
Michael Paquier | Integrate FullTransactionIds deeper into two-phase... |
commit | commitdiff | tree |
2025-07-06 |
Michael Paquier | Fix incompatibility with libxml2 >= 2.14 |
commit | commitdiff | tree |
2025-07-06 |
Etsuro Fujita | postgres_fdw: Add Assert to estimate_path_cost_size(). |
commit | commitdiff | tree |
2025-07-04 |
Γlvaro Herrera | Fix new pg_upgrade query not to rely on regnamespace |
commit | commitdiff | tree |
2025-07-04 |
Γlvaro Herrera | pg_upgrade: Add missing newline in error message |
commit | commitdiff | tree |
2025-07-04 |
Γlvaro Herrera | pg_upgrade: check for inconsistencies in not-null const... |
commit | commitdiff | tree |
2025-07-04 |
Fujii Masao | amcheck: Remove unused IndexCheckableCallback typedef. |
commit | commitdiff | tree |
2025-07-04 |
Michael Paquier | Disable commit timestamps during bootstrap |
commit | commitdiff | tree |
2025-07-04 |
Fujii Masao | Speed up truncation of temporary relations. |
commit | commitdiff | tree |
2025-07-03 |
Tom Lane | Simplify COALESCE() with one surviving argument. |
commit | commitdiff | tree |
2025-07-03 |
Tom Lane | Add more cross-type comparisons to contrib/btree_gin. |
commit | commitdiff | tree |
2025-07-03 |
Tom Lane | Add cross-type comparisons to contrib/btree_gin. |
commit | commitdiff | tree |
2025-07-03 |
Tom Lane | Break out xxx2yyy_opt_overflow APIs for more datetime... |
commit | commitdiff | tree |
2025-07-03 |
Tom Lane | Obtain required table lock during cross-table updates... |
commit | commitdiff | tree |
2025-07-03 |
Γlvaro Herrera | Add tab-completion for ALTER TABLE not-nulls |
commit | commitdiff | tree |
2025-07-03 |
Fujii Masao | Remove leftover dead code from commit_ts.h. |
commit | commitdiff | tree |
2025-07-03 |
Γlvaro Herrera | Fix broken XML |
commit | commitdiff | tree |
2025-07-03 |
Fujii Masao | doc: Update outdated descriptions of wal_status in... |
commit | commitdiff | tree |
2025-07-03 |
Γlvaro Herrera | Prevent creation of duplicate not-null constraints... |
commit | commitdiff | tree |
2025-07-03 |
Γlvaro Herrera | Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error |
commit | commitdiff | tree |
2025-07-03 |
Michael Paquier | Refactor subtype field of AlterDomainStmt |
commit | commitdiff | tree |
2025-07-03 |
Fujii Masao | doc: Remove incorrect note about wal_status in pg_repli... |
commit | commitdiff | tree |
2025-07-03 |
Fujii Masao | Support multi-line headers in COPY FROM command. |
commit | commitdiff | tree |
2025-07-03 |
Michael Paquier | Improve checks for GUC recovery_target_timeline |
commit | commitdiff | tree |
2025-07-03 |
Richard Guo | Enable use of Memoize for ANTI joins |
commit | commitdiff | tree |
2025-07-02 |
Michael Paquier | Add InjectionPointList() to retrieve list of injection... |
commit | commitdiff | tree |
2025-07-02 |
Tom Lane | Correctly copy the target host identification in PQcanc... |
commit | commitdiff | tree |
2025-07-02 |
Nathan Bossart | Fix cross-version upgrade test breakage from commit... |
commit | commitdiff | tree |
2025-07-02 |
Nathan Bossart | Make more use of RELATION_IS_OTHER_TEMP(). |
commit | commitdiff | tree |
2025-07-02 |
Nathan Bossart | Add GetNamedDSA() and GetNamedDSHash(). |
commit | commitdiff | tree |
2025-07-02 |
Peter Geoghegan | Update obsolete row compare preprocessing comments. |
commit | commitdiff | tree |
2025-07-02 |
Tom Lane | Allow width_bucket()'s "operand" input to be NaN. |
commit | commitdiff | tree |
2025-07-02 |
Γlvaro Herrera | Fix error message for ALTER CONSTRAINT ... NOT VALID |
commit | commitdiff | tree |
2025-07-02 |
Peter Geoghegan | Make row compares robust during nbtree array scans. |
commit | commitdiff | tree |
2025-07-02 |
Peter Geoghegan | Make handling of redundant nbtree keys more robust. |
commit | commitdiff | tree |
2025-07-02 |
Daniel Gustafsson | doc: pg_buffercache documentation wordsmithing |
commit | commitdiff | tree |
2025-07-02 |
Peter Eisentraut | meson: Increase minimum version to 0.57.2 |
commit | commitdiff | tree |
2025-07-02 |
Peter Eisentraut | Reformat some node comments |
commit | commitdiff | tree |
2025-07-02 |
Masahiko Sawada | Fix missing FSM vacuum opportunities on tables without... |
commit | commitdiff | tree |
2025-07-02 |
John Naylor | Remove implicit cast from 'void *' |
commit | commitdiff | tree |
2025-07-02 |
Michael Paquier | Fix bug in archive streamer with LZ4 decompression |
commit | commitdiff | tree |
2025-07-02 |
Michael Paquier | Move code for the bytea data type from varlena.c to... |
commit | commitdiff | tree |
2025-07-01 |
Michael Paquier | Show sizes of FETCH queries as constants in pg_stat_sta... |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Update comment for IndexInfo.ii_NullsNotDistinct |
commit | commitdiff | tree |
2025-07-01 |
Nathan Bossart | Add commit 9e345415bc to .git-blame-ignore-revs. |
commit | commitdiff | tree |
2025-07-01 |
Nathan Bossart | Make more use of binaryheap_empty() and binaryheap_size(). |
commit | commitdiff | tree |
2025-07-01 |
Nathan Bossart | Document pg_get_multixact_members(). |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Update comment for IndexInfo.ii_WithoutOverlaps |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Fix outdated comment for IndexInfo |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Improve code comment |
commit | commitdiff | tree |
2025-07-01 |
Tom Lane | Make sure IOV_MAX is defined. |
commit | commitdiff | tree |
2025-07-01 |
Tom Lane | Make safeguard against incorrect flags for fsync more... |
commit | commitdiff | tree |
2025-07-01 |
Jeff Davis | Remove provider field from pg_locale_t. |
commit | commitdiff | tree |
2025-07-01 |
Jeff Davis | Control ctype behavior internally with a method table. |
commit | commitdiff | tree |
2025-07-01 |
Jeff Davis | Use pg_ascii_tolower()/pg_ascii_toupper() where appropr... |
commit | commitdiff | tree |
2025-07-01 |
Tomas Vondra | Fix indentation in pg_numa code |
commit | commitdiff | tree |
2025-07-01 |
Tomas Vondra | Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages |
commit | commitdiff | tree |
2025-07-01 |
Tomas Vondra | Silence valgrind about pg_numa_touch_mem_if_required |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | amcheck: Improve confusing message |
commit | commitdiff | tree |
2025-07-01 |
Tomas Vondra | Limit the size of numa_move_pages requests |
commit | commitdiff | tree |
2025-07-01 |
Amit Kapila | Fix typo in pg_publication.h. |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | doc: TOAST not toast |
commit | commitdiff | tree |
2025-07-01 |
Peter Eisentraut | Enable MSVC conforming preprocessor |
commit | commitdiff | tree |
2025-07-01 |
Michael Paquier | xml2: Improve error handling of libxml2 calls |
commit | commitdiff | tree |
2025-07-01 |
Amit Langote | Fix typos in comments |
commit | commitdiff | tree |
2025-07-01 |
Michael Paquier | Fix typo in system_views.sql's definition of pg_stat_ac... |
commit | commitdiff | tree |
2025-06-30 |
Michael Paquier | Improve error handling of libxml2 calls in xml.c |
commit | commitdiff | tree |
2025-06-30 |
Tom Lane | Improve error report for PL/pgSQL reserved word used... |
commit | commitdiff | tree |
2025-06-30 |
Tom Lane | De-reserve keywords EXECUTE and STRICT in PL/pgSQL. |
commit | commitdiff | tree |
2025-06-30 |
Nathan Bossart | Add new OID alias type regdatabase. |
commit | commitdiff | tree |
2025-06-30 |
Andres Freund | aio: Fix reference to outdated name |
commit | commitdiff | tree |
next |