| 29 hours ago |
Thomas Munro | jit: Adjust AArch64-only code for LLVM 21. REL_18_STABLE github/REL_18_STABLE |
commit | commitdiff | tree |
| 3 days ago |
Tomas Vondra | Handle EPERM in pg_numa_init |
commit | commitdiff | tree |
| 3 days ago |
Fujii Masao | doc: Update pg_upgrade documentation to match recent... |
commit | commitdiff | tree |
| 3 days ago |
Heikki Linnakangas | Print new OldestXID value in pg_resetwal when it's... |
commit | commitdiff | tree |
| 3 days ago |
Nathan Bossart | doc: Update formula for vacuum insert threshold. |
commit | commitdiff | tree |
| 4 days ago |
Richard Guo | Fix typo in nodeHash.c |
commit | commitdiff | tree |
| 4 days ago |
Tom Lane | Fix pg_popcount_aarch64.c to build with ancient glibc... |
commit | commitdiff | tree |
| 4 days ago |
Álvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 4 days ago |
Tom Lane | Don't allow CTEs to determine semantic levels of aggreg... |
commit | commitdiff | tree |
| 5 days ago |
Bruce Momjian | doc: clarify that pg_upgrade preserves "optimizer... |
commit | commitdiff | tree |
| 5 days ago |
Tom Lane | Fix pg_crc32c_armv8_choose.c to build with ancient... |
commit | commitdiff | tree |
| 5 days ago |
Nathan Bossart | Update .abi-compliance-history for change to CreateStat... |
commit | commitdiff | tree |
| 5 days ago |
Tom Lane | Clean up match_orclause_to_indexcol(). |
commit | commitdiff | tree |
| 6 days ago |
Daniel Gustafsson | Mention md5 deprecation in postgresql.conf.sample |
commit | commitdiff | tree |
| 6 days ago |
Thomas Munro | Define PS_USE_CLOBBER_ARGV on GNU/Hurd. |
commit | commitdiff | tree |
| 6 days ago |
Dean Rasheed | Fix Assert failure in EXPLAIN ANALYZE MERGE with a... |
commit | commitdiff | tree |
| 6 days ago |
David Rowley | Doc: include MERGE in variable substitution command... |
commit | commitdiff | tree |
| 8 days ago |
Nathan Bossart | Comment out autovacuum_worker_slots in postgresql.conf... |
commit | commitdiff | tree |
| 8 days ago |
Nathan Bossart | Add note about CreateStatistics()'s selective use of... |
commit | commitdiff | tree |
| 8 days ago |
Fujii Masao | pgbench: Fix assertion failure with multiple \syncpipel... |
commit | commitdiff | tree |
| 10 days ago |
Dean Rasheed | doc: Improve description of RLS policies applied by... |
commit | commitdiff | tree |
| 10 days ago |
Nathan Bossart | Teach DSM registry to ERROR if attaching to an uninitia... |
commit | commitdiff | tree |
| 10 days ago |
Heikki Linnakangas | Clear 'xid' in dummy async notify entries written to... |
commit | commitdiff | tree |
| 10 days ago |
Heikki Linnakangas | Fix remaining race condition with CLOG truncation and... |
commit | commitdiff | tree |
| 10 days ago |
Heikki Linnakangas | Fix bug where we truncated CLOG that was still needed... |
commit | commitdiff | tree |
| 10 days ago |
Heikki Linnakangas | Escalate ERRORs during async notify processing to FATAL |
commit | commitdiff | tree |
| 10 days ago |
Daniel Gustafsson | doc: Document effects of ownership change on privileges |
commit | commitdiff | tree |
| 11 days ago |
Daniel Gustafsson | Fix range for commit_siblings in sample conf |
commit | commitdiff | tree |
| 11 days ago |
Álvaro Herrera | Change coding pattern for CURL_IGNORE_DEPRECATION() |
commit | commitdiff | tree |
| 11 days ago |
Heikki Linnakangas | Fix pg_upgrade around multixid and mxoff wraparound |
commit | commitdiff | tree |
| 11 days ago |
Fujii Masao | doc: Fix incorrect synopsis for ALTER PUBLICATION ... |
commit | commitdiff | tree |
| 11 days ago |
Michael Paquier | Report better object limits in error messages for injec... |
commit | commitdiff | tree |
| 11 days ago |
Michael Paquier | Add check for large files in meson.build |
commit | commitdiff | tree |
| 12 days ago |
Tom Lane | Stamp 18.1. REL_18_1 |
commit | commitdiff | tree |
| 12 days ago |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
| 12 days ago |
Nathan Bossart | Check for CREATE privilege on the schema in CREATE... |
commit | commitdiff | tree |
| 12 days ago |
Jacob Champion | libpq: Prevent some overflows of int/size_t |
commit | commitdiff | tree |
| 13 days ago |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 13 days ago |
Tom Lane | Release notes for 18.1, 17.7, 16.11, 15.15, 14.20,... |
commit | commitdiff | tree |
| 2025-11-07 |
Thomas Munro | Fix generic read and write barriers for Clang. |
commit | commitdiff | tree |
| 2025-11-07 |
Tom Lane | First-draft release notes for 18.1. |
commit | commitdiff | tree |
| 2025-11-07 |
Fujii Masao | doc: Fix descriptions of some PGC_POSTMASTER parameters. |
commit | commitdiff | tree |
| 2025-11-07 |
Fujii Masao | doc: Clarify units for io_combine_limit and io_max_comb... |
commit | commitdiff | tree |
| 2025-11-06 |
Álvaro Herrera | Introduce XLogRecPtrIsValid() |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | Disallow generated columns in COPY WHERE clause |
commit | commitdiff | tree |
| 2025-11-06 |
Heikki Linnakangas | Add comment to explain why PGReserveSemaphores() is... |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | Fix redundancy in error message |
commit | commitdiff | tree |
| 2025-11-06 |
Thomas Munro | ci: Improve OpenBSD core dump backtrace handling. |
commit | commitdiff | tree |
| 2025-11-06 |
Etsuro Fujita | Update obsolete comment in ExecScanReScan(). |
commit | commitdiff | tree |
| 2025-11-06 |
Etsuro Fujita | postgres_fdw: Add more test coverage for EvalPlanQual... |
commit | commitdiff | tree |
| 2025-11-06 |
Thomas Munro | ci: Add missing "set -e" to scripts run by su. |
commit | commitdiff | tree |
| 2025-11-05 |
Tom Lane | Avoid possible crash within libsanitizer. |
commit | commitdiff | tree |
| 2025-11-05 |
Richard Guo | Fix assertion failure in generate_orderedappend_paths() |
commit | commitdiff | tree |
| 2025-11-05 |
Michael Paquier | Fix timing-dependent failure in recovery test 004_timel... |
commit | commitdiff | tree |
| 2025-11-05 |
Richard Guo | Fix comments for ChangeVarNodes() and related functions |
commit | commitdiff | tree |
| 2025-11-05 |
Andres Freund | aio: Improve assertions related to io_method |
commit | commitdiff | tree |
| 2025-11-05 |
Andres Freund | jit: Fix accidentally-harmless type confusion |
commit | commitdiff | tree |
| 2025-11-05 |
Jeff Davis | Special case C_COLLATION_OID in pg_newlocale_from_colla... |
commit | commitdiff | tree |
| 2025-11-04 |
Masahiko Sawada | Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers. |
commit | commitdiff | tree |
| 2025-11-04 |
Álvaro Herrera | Fix snapshot handling bug in recent BRIN fix |
commit | commitdiff | tree |
| 2025-11-04 |
Andres Freund | ci: debian: Switch to Debian Trixie release |
commit | commitdiff | tree |
| 2025-11-04 |
Tomas Vondra | Limit the size of TID lists during parallel GIN build |
commit | commitdiff | tree |
| 2025-11-04 |
Álvaro Herrera | Have psql's "\? variables" show csv_fieldsep |
commit | commitdiff | tree |
| 2025-11-04 |
Peter Eisentraut | Tighten check for generated column in partition key... |
commit | commitdiff | tree |
| 2025-11-04 |
Álvaro Herrera | BRIN autosummarization may need a snapshot |
commit | commitdiff | tree |
| 2025-11-04 |
Peter Eisentraut | Error message stylistic correction |
commit | commitdiff | tree |
| 2025-11-04 |
Michael Paquier | Fix unconditional WAL receiver shutdown during stream... |
commit | commitdiff | tree |
| 2025-11-03 |
Noah Misch | Doc: cover index CONCURRENTLY causing errors in INSERT... |
commit | commitdiff | tree |
| 2025-11-03 |
Álvaro Herrera | Prevent setting a column as identity if its not-null... |
commit | commitdiff | tree |
| 2025-11-02 |
Peter Geoghegan | Document nbtree row comparison design. |
commit | commitdiff | tree |
| 2025-11-02 |
Peter Geoghegan | Remove obsolete nbtree equality key comments. |
commit | commitdiff | tree |
| 2025-11-02 |
Tom Lane | Avoid mixing void and integer in a conditional expression. |
commit | commitdiff | tree |
| 2025-10-31 |
Álvaro Herrera | pg_createsubscriber: reword dry-run log messages |
commit | commitdiff | tree |
| 2025-10-31 |
Álvaro Herrera | pg_createsubscriber: Fix error complaining about the... |
commit | commitdiff | tree |
| 2025-10-30 |
Bruce Momjian | doc: rewrite random_page_cost description |
commit | commitdiff | tree |
| 2025-10-30 |
Andres Freund | ci: macos: Upgrade to Sequoia |
commit | commitdiff | tree |
| 2025-10-30 |
Andres Freund | ci: Fix Windows and MinGW task names |
commit | commitdiff | tree |
| 2025-10-30 |
Peter Eisentraut | docs: Link to the correct protocol version inspection... |
commit | commitdiff | tree |
| 2025-10-30 |
Michael Paquier | Fix regression with slot invalidation checks |
commit | commitdiff | tree |
| 2025-10-30 |
Richard Guo | Disable parallel plans for RIGHT_SEMI joins |
commit | commitdiff | tree |
| 2025-10-30 |
David Rowley | Fix bogus use of "long" in AllocSetCheck() |
commit | commitdiff | tree |
| 2025-10-29 |
Álvaro Herrera | pg_stat_statements: Fix handling of duplicate constant... |
commit | commitdiff | tree |
| 2025-10-29 |
Michael Paquier | Simplify newline handling in libpq TAP test |
commit | commitdiff | tree |
| 2025-10-28 |
Peter Eisentraut | Check that index can return in get_actual_variable_range() |
commit | commitdiff | tree |
| 2025-10-27 |
Amit Kapila | Fix GUC check_hook validation for synchronized_standby_... |
commit | commitdiff | tree |
| 2025-10-25 |
David Rowley | Fix incorrect logic for caching ResultRelInfos for... |
commit | commitdiff | tree |
| 2025-10-23 |
Tom Lane | Update expected output for contrib/sepgsql's regression... |
commit | commitdiff | tree |
| 2025-10-23 |
Daniel Gustafsson | doc: Remove mention of Git protocol support |
commit | commitdiff | tree |
| 2025-10-23 |
Tom Lane | Fix off-by-one Asserts in FreePageBtreeInsertInternal... |
commit | commitdiff | tree |
| 2025-10-23 |
Tom Lane | Fix resource leaks in PL/Python error reporting, redux. |
commit | commitdiff | tree |
| 2025-10-23 |
Fujii Masao | Add comments explaining overflow entries in the replica... |
commit | commitdiff | tree |
| 2025-10-23 |
Masahiko Sawada | Add copyright notice to vacuum_horizon_floor.pl test. |
commit | commitdiff | tree |
| 2025-10-23 |
David Rowley | Fix incorrect zero extension of Datum in JIT tuple... |
commit | commitdiff | tree |
| 2025-10-22 |
Tom Lane | Fix memory leaks in pg_combinebackup/reconstruct.c. |
commit | commitdiff | tree |
| 2025-10-22 |
Fujii Masao | Make invalid primary_slot_name follow standard GUC... |
commit | commitdiff | tree |
| 2025-10-22 |
Fujii Masao | Fix stalled lag columns in pg_stat_replication when... |
commit | commitdiff | tree |
| 2025-10-21 |
Nathan Bossart | Update .abi-compliance-history file. |
commit | commitdiff | tree |
| 2025-10-21 |
Nathan Bossart | Add previous commit to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2025-10-21 |
Nathan Bossart | Re-pgindent brin.c. |
commit | commitdiff | tree |
| 2025-10-21 |
David Rowley | Fix BRIN 32-bit counter wrap issue with huge tables |
commit | commitdiff | tree |
| next |