2025-07-14 |
Tom Lane | Stamp 18beta2. REL_18_BETA2 |
commit | commitdiff | tree |
2025-07-14 |
Peter Eisentraut | Translation updates |
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 |
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-09 |
Tom Lane | Link libpq with libdl if the platform needs that. |
commit | commitdiff | tree |
2025-07-09 |
Masahiko Sawada | Fix tab-completion for COPY and \copy options. |
commit | commitdiff | tree |
2025-07-09 |
Amit Kapila | Doc: Improve logical replication failover documentation. |
commit | commitdiff | tree |
2025-07-09 |
Michael Paquier | doc PG 18 relnotes: Remove item about PQservice() |
commit | commitdiff | tree |
2025-07-09 |
Michael Paquier | libpq: Remove PQservice() |
commit | commitdiff | tree |
2025-07-08 |
Tom Lane | Fix low-probability memory leak in XMLSERIALIZE(..... |
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-07 |
Jacob Champion | oauth: Fix kqueue detection on OpenBSD |
commit | commitdiff | tree |
2025-07-07 |
Tom Lane | Restore the ability to run pl/pgsql expression queries... |
commit | commitdiff | tree |
2025-07-06 |
Michael Paquier | Fix incompatibility with libxml2 >= 2.14 |
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 |
Michael Paquier | Disable commit timestamps during bootstrap |
commit | commitdiff | tree |
2025-07-03 |
Tom Lane | Obtain required table lock during cross-table updates... |
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 |
Fujii Masao | doc: Remove incorrect note about wal_status in pg_repli... |
commit | commitdiff | tree |
2025-07-02 |
Tom Lane | Correctly copy the target host identification in PQcanc... |
commit | commitdiff | tree |
2025-07-02 |
Peter Geoghegan | Update obsolete row compare preprocessing comments. |
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 |
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-01 |
Peter Eisentraut | Update comment for IndexInfo.ii_NullsNotDistinct |
commit | commitdiff | tree |
2025-07-01 |
Nathan Bossart | Add commit 07448b3969 to .git-blame-ignore-revs. |
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 |
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 |
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 |
Tomas Vondra | Limit the size of numa_move_pages requests |
commit | commitdiff | tree |
2025-07-01 |
Amit Langote | Fix typos in comments |
commit | commitdiff | tree |
2025-06-30 |
Andres Freund | aio: Fix reference to outdated name |
commit | commitdiff | tree |
2025-06-30 |
Daniel Gustafsson | doc: Fix typo in pg_sync_replication_slots documentation |
commit | commitdiff | tree |
2025-06-30 |
Joe Conway | Adapt REL_18_STABLE to its new status as a stable branch |
commit | commitdiff | tree |
2025-06-30 |
Joe Conway | Do pre-release housekeeping on catalog data. |
commit | commitdiff | tree |
2025-06-30 |
Joe Conway | Run pgperltidy |
commit | commitdiff | tree |
2025-06-29 |
Tom Lane | Fix some new issues with planning of PlaceHolderVars. |
commit | commitdiff | tree |
2025-06-29 |
Tom Lane | Obtain required table lock during cross-table constrain... |
commit | commitdiff | tree |
2025-06-29 |
Peter Eisentraut | pg_recvlogical: Rename --two-phase and --failover options. |
commit | commitdiff | tree |
2025-06-28 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
2025-06-27 |
Nathan Bossart | Use correct DatumGet*() function in test_shm_mq_main(). |
commit | commitdiff | tree |
2025-06-27 |
Alexander Korotkov | Fix CheckPointReplicationSlots() with max_replication_s... |
commit | commitdiff | tree |
2025-06-27 |
Michael Paquier | Correct list of files in src/backend/lib/README |
commit | commitdiff | tree |
2025-06-26 |
Peter Eisentraut | libpq: Message style improvements |
commit | commitdiff | tree |
2025-06-26 |
Peter Eisentraut | Correct misleading error messages |
commit | commitdiff | tree |
2025-06-26 |
Melanie Plageman | Remove unused check in heap_xlog_insert() |
commit | commitdiff | tree |
2025-06-26 |
Melanie Plageman | Simplify vacuum VM update logging counters |
commit | commitdiff | tree |
2025-06-26 |
Γlvaro Herrera | Fix typo in comment |
commit | commitdiff | tree |
2025-06-26 |
Γlvaro Herrera | docs: fix typo |
commit | commitdiff | tree |
2025-06-26 |
Γlvaro Herrera | pg_dump: include comments on valid not-null constraints... |
commit | commitdiff | tree |
2025-06-26 |
Fujii Masao | Make CREATE TABLE LIKE copy comments on NOT NULL constr... |
commit | commitdiff | tree |
2025-06-26 |
Dean Rasheed | doc: Updates for RETURNING OLD/NEW. |
commit | commitdiff | tree |
2025-06-26 |
Dean Rasheed | doc: Fix indentation of MERGE synopsis. |
commit | commitdiff | tree |
2025-06-26 |
Richard Guo | Expand virtual generated columns for ALTER COLUMN TYPE |
commit | commitdiff | tree |
2025-06-25 |
Peter Eisentraut | doc: Some copy-editing around constraint validation... |
commit | commitdiff | tree |
2025-06-25 |
Peter Eisentraut | pg_createsubscriber: Rename option --remove to --clean |
commit | commitdiff | tree |
2025-06-25 |
Peter Eisentraut | Restrict virtual columns to use built-in functions... |
commit | commitdiff | tree |
2025-06-25 |
Amit Kapila | Doc: Improve documentation of stream abort. |
commit | commitdiff | tree |
2025-06-25 |
Michael Paquier | Avoid scribbling of VACUUM options |
commit | commitdiff | tree |
2025-06-25 |
Fujii Masao | doc: Fix type description of io_workers GUC for consist... |
commit | commitdiff | tree |
2025-06-25 |
Fujii Masao | doc: Mention ANALYZE VERBOSE in track_cost_delay_timing... |
commit | commitdiff | tree |
2025-06-24 |
Fujii Masao | doc: Add secondary index entries for vacuum-related... |
commit | commitdiff | tree |
2025-06-24 |
Tom Lane | Prevent excessive delays before launching new logrep... |
commit | commitdiff | tree |
2025-06-24 |
Γlvaro Herrera | Make query jumbling also squash PARAM_EXTERN params |
commit | commitdiff | tree |
2025-06-24 |
Γlvaro Herrera | Improve jumble squashing through CoerceViaIO and Relabe... |
commit | commitdiff | tree |
2025-06-24 |
Melanie Plageman | Test that vacuum removes tuples older than OldestXmin |
commit | commitdiff | tree |
2025-06-24 |
Daniel Gustafsson | doc: Remove dead link to NewbieDoc Docbook Guide |
commit | commitdiff | tree |
2025-06-24 |
Peter Eisentraut | Fix virtual generated column type checking for ALTER... |
commit | commitdiff | tree |
2025-06-24 |
Fujii Masao | doc: Fix incorrect UUID index entry in function documen... |
commit | commitdiff | tree |
2025-06-24 |
Amit Kapila | Fix missing comment update in 1462aad2e4. |
commit | commitdiff | tree |
2025-06-24 |
Michael Paquier | psql: Rename meta-command \close to \close_prepared |
commit | commitdiff | tree |
2025-06-23 |
Alexander Korotkov | Temporarily remove 046_checkpoint_logical_slot.pl |
commit | commitdiff | tree |
2025-06-23 |
Alexander Korotkov | Remove excess assert from InvalidatePossiblyObsoleteSlot() |
commit | commitdiff | tree |
2025-06-23 |
Tom Lane | Include _mm512_zextsi128_si512() in AVX-512 configure... |
commit | commitdiff | tree |
2025-06-23 |
John Naylor | Properly fix AVX-512 CRC calculation bug |
commit | commitdiff | tree |
2025-06-22 |
Peter Eisentraut | meson: Fix meson warning |
commit | commitdiff | tree |
next |