2025-07-17 |
Amit Langote | Remove duplicate line master |
commit | commitdiff | tree |
2025-07-17 |
Michael Paquier | Split regression tests for TOAST compression methods... |
commit | commitdiff | tree |
2025-07-17 |
Michael Paquier | Fix inconsistent LWLock tranche names for MultiXact* |
commit | commitdiff | tree |
2025-07-16 |
Daniel Gustafsson | doc: Add example file for COPY |
commit | commitdiff | tree |
2025-07-16 |
Jeff Davis | Force LC_COLLATE to C in postmaster. |
commit | commitdiff | tree |
2025-07-16 |
Álvaro Herrera | Fix dumping of comments on invalid constraints on domains |
commit | commitdiff | tree |
2025-07-16 |
Peter Geoghegan | nbtree: Use only one notnullkey ScanKeyData. |
commit | commitdiff | tree |
2025-07-16 |
Jeff Davis | pg_dumpall: Skip global objects with --statistics-only... |
commit | commitdiff | tree |
2025-07-16 |
Nathan Bossart | psql: Fix note on project naming in output of \copyright. |
commit | commitdiff | tree |
2025-07-16 |
Michael Paquier | Refactor non-supported compression error message in... |
commit | commitdiff | tree |
2025-07-16 |
Fujii Masao | pgoutput: Initialize missing default for "origin" param... |
commit | commitdiff | tree |
2025-07-15 |
Fujii Masao | doc: Document default values for pgoutput options in... |
commit | commitdiff | tree |
2025-07-15 |
Fujii Masao | doc: Fix confusing description of streaming option... |
commit | commitdiff | tree |
2025-07-15 |
Fujii Masao | doc: Clarify that total_vacuum_time excludes VACUUM... |
commit | commitdiff | tree |
2025-07-15 |
Tom Lane | Doc: clarify description of regexp fields in pg_ident... |
commit | commitdiff | tree |
2025-07-15 |
Tom Lane | Clarify the ra != rb case in compareJsonbContainers(). |
commit | commitdiff | tree |
2025-07-15 |
Tom Lane | Silence uninitialized-value warnings in compareJsonbCon... |
commit | commitdiff | tree |
2025-07-15 |
Tom Lane | Doc: clarify description of current-date/time functions. |
commit | commitdiff | tree |
2025-07-15 |
Fujii Masao | psql: Fix tab-completion after GRANT/REVOKE on LARGE... |
commit | commitdiff | tree |
2025-07-15 |
Michael Paquier | Fix comments in index.c |
commit | commitdiff | tree |
2025-07-14 |
Fujii Masao | amcheck: Improve error message for partitioned index... |
commit | commitdiff | tree |
2025-07-14 |
Michael Paquier | psql: Add variable SERVICEFILE |
commit | commitdiff | tree |
2025-07-13 |
Tom Lane | In username-map substitution, cope with more than one \1. |
commit | commitdiff | tree |
2025-07-13 |
Michael Paquier | libpq: Add "servicefile" connection option |
commit | commitdiff | tree |
2025-07-12 |
Nathan Bossart | Remove XLogCtl->ckptFullXid. |
commit | commitdiff | tree |
2025-07-12 |
Tom Lane | Replace float8 with int in date2isoweek() and date2isoy... |
commit | commitdiff | tree |
2025-07-12 |
Andres Freund | Remove long-unused TransactionIdIsActive() |
commit | commitdiff | tree |
2025-07-12 |
Thomas Munro | aio: Fix configuration reload in IO workers. |
commit | commitdiff | tree |
2025-07-12 |
Thomas Munro | aio: Remove obsolete IO worker ID references. |
commit | commitdiff | tree |
2025-07-12 |
Thomas Munro | aio: Regularize IO worker internal naming. |
commit | commitdiff | tree |
2025-07-12 |
Thomas Munro | Fix stale idle flag when IO workers exit. |
commit | commitdiff | tree |
2025-07-11 |
Tom Lane | Fix inconsistent quoting of role names in ACLs. |
commit | commitdiff | tree |
2025-07-11 |
Jacob Champion | oauth: Run Autoconf tests with correct compiler flags |
commit | commitdiff | tree |
2025-07-11 |
Nathan Bossart | Add FLUSH_UNLOGGED option to CHECKPOINT command. |
commit | commitdiff | tree |
2025-07-11 |
Nathan Bossart | Add MODE option to CHECKPOINT command. |
commit | commitdiff | tree |
2025-07-11 |
Nathan Bossart | Add option list to CHECKPOINT command. |
commit | commitdiff | tree |
2025-07-11 |
Nathan Bossart | Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. |
commit | commitdiff | tree |
2025-07-11 |
Nathan Bossart | Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED. |
commit | commitdiff | tree |
2025-07-11 |
Tom Lane | Force LC_NUMERIC to C while running TAP tests. |
commit | commitdiff | tree |
2025-07-11 |
Amit Kapila | Fix the handling of two GUCs during upgrade. |
commit | commitdiff | tree |
2025-07-11 |
Tatsuo Ishii | Doc: fix outdated protocol version. |
commit | commitdiff | tree |
2025-07-10 |
Fujii Masao | doc: Clarify meaning of "idle" in idle_replication_slot... |
commit | commitdiff | tree |
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 |
next |