| 6 days ago |
Thomas Munro | Define PS_USE_CLOBBER_ARGV on GNU/Hurd. |
commit | commitdiff | tree |
| 6 days ago |
David Rowley | Adjust MemSet macro to use size_t rather than long |
commit | commitdiff | tree |
| 6 days ago |
David Rowley | Get rid of long datatype in CATCACHE_STATS enabled... |
commit | commitdiff | tree |
| 6 days ago |
Michael Paquier | Add test for temporary file removal and WITH HOLD cursor |
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 |
Alexander Korotkov | Fix incorrect function name in comments |
commit | commitdiff | tree |
| 8 days ago |
Alexander Korotkov | Fix WaitLSNWakeup() fast-path check for InvalidXLogRecPtr |
commit | commitdiff | tree |
| 8 days ago |
Daniel Gustafsson | Add test for postgresql.conf.sample line syntax |
commit | commitdiff | tree |
| 9 days ago |
Nathan Bossart | Comment out autovacuum_worker_slots in postgresql.conf... |
commit | commitdiff | tree |
| 9 days ago |
Nathan Bossart | Add note about CreateStatistics()'s selective use of... |
commit | commitdiff | tree |
| 9 days ago |
Bruce Momjian | doc: clarify that logical slots track transaction... |
commit | commitdiff | tree |
| 9 days ago |
Bruce Momjian | doc: double-quote use of %f, %p, and %r in literal... |
commit | commitdiff | tree |
| 9 days ago |
Bruce Momjian | doc: remove verbiage about "receiving" data from rep... |
commit | commitdiff | tree |
| 9 days ago |
Fujii Masao | pgbench: Fix assertion failure with multiple \syncpipel... |
commit | commitdiff | tree |
| 9 days ago |
Álvaro Herrera | Doc: add IDs to copy.sgml's <varlistentry> and <refsect1> |
commit | commitdiff | tree |
| 9 days ago |
Michael Paquier | Revert "Drop unnamed portal immediately after execution... |
commit | commitdiff | tree |
| 9 days ago |
Bruce Momjian | doc: adjust "Replication Slot" to mention physical... |
commit | commitdiff | tree |
| 9 days ago |
Bruce Momjian | doc: clarify "logical" replication slots |
commit | commitdiff | tree |
| 9 days ago |
Bruce Momjian | doc: clarify "physical" replication slot creation on... |
commit | commitdiff | tree |
| 9 days ago |
Bruce Momjian | doc: reorder logical replication benefits in a logical... |
commit | commitdiff | tree |
| 10 days ago |
Daniel Gustafsson | Document that pg_getaddrinfo_all does not accept null... |
commit | commitdiff | tree |
| 10 days ago |
Dean Rasheed | doc: Improve description of RLS policies applied by... |
commit | commitdiff | tree |
| 10 days ago |
Thomas Munro | Add some missing #include <limits.h>. |
commit | commitdiff | tree |
| 10 days ago |
Michael Paquier | Add commit c2b0e3a0351e to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 10 days ago |
Michael Paquier | Fix indentation issue |
commit | commitdiff | tree |
| 10 days ago |
Michael Paquier | Replace off_t by pgoff_t in I/O routines |
commit | commitdiff | tree |
| 10 days ago |
Fujii Masao | Fix incorrect assignment of InvalidXLogRecPtr to a... |
commit | commitdiff | tree |
| 11 days ago |
Nathan Bossart | Remove obsolete autovacuum comment. |
commit | commitdiff | tree |
| 11 days ago |
Nathan Bossart | test_dsa: Avoid leaking LWLock tranches. |
commit | commitdiff | tree |
| 11 days ago |
Nathan Bossart | Teach DSM registry to ERROR if attaching to an uninitia... |
commit | commitdiff | tree |
| 11 days ago |
Heikki Linnakangas | Clear 'xid' in dummy async notify entries written to... |
commit | commitdiff | tree |
| 11 days ago |
Heikki Linnakangas | Fix remaining race condition with CLOG truncation and... |
commit | commitdiff | tree |
| 11 days ago |
Heikki Linnakangas | Fix bug where we truncated CLOG that was still needed... |
commit | commitdiff | tree |
| 11 days ago |
Heikki Linnakangas | Escalate ERRORs during async notify processing to FATAL |
commit | commitdiff | tree |
| 11 days ago |
Daniel Gustafsson | doc: Document effects of ownership change on privileges |
commit | commitdiff | tree |
| 11 days ago |
Álvaro Herrera | Split out innards of pg_tablespace_location() |
commit | commitdiff | tree |
| 11 days ago |
Alexander Korotkov | Add tab completion support for the WAIT FOR command |
commit | commitdiff | tree |
| 11 days ago |
Daniel Gustafsson | Fix range for commit_siblings in sample conf |
commit | commitdiff | tree |
| 11 days ago |
Daniel Gustafsson | libpq: threadsafety for SSL certificate callback |
commit | commitdiff | tree |
| 11 days ago |
Álvaro Herrera | Change coding pattern for CURL_IGNORE_DEPRECATION() |
commit | commitdiff | tree |
| 11 days ago |
Michael Paquier | Fix comments of output routines for pg_ndistinct and... |
commit | commitdiff | tree |
| 11 days ago |
Heikki Linnakangas | Fix pg_upgrade around multixid and mxoff wraparound |
commit | commitdiff | tree |
| 11 days ago |
Amit Kapila | Doc: Add documentation for sequence synchronization. |
commit | commitdiff | tree |
| 11 days ago |
Michael Paquier | Move code specific to pg_dependencies to new file |
commit | commitdiff | tree |
| 11 days ago |
Michael Paquier | Move code specific to pg_ndistinct to new file |
commit | commitdiff | tree |
| 11 days ago |
Fujii Masao | doc: Fix incorrect synopsis for ALTER PUBLICATION ... |
commit | commitdiff | tree |
| 11 days ago |
Amit Kapila | Remove unused assignment in CREATE PUBLICATION grammar. |
commit | commitdiff | tree |
| 11 days ago |
Thomas Munro | Prefer spelling "cacheable" over "cachable". |
commit | commitdiff | tree |
| 11 days ago |
Michael Paquier | injection_points: Add tests for name limits |
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 |
Heikki Linnakangas | Add warning to pg_controldata on PG_CONTROL_VERSION... |
commit | commitdiff | tree |
| 12 days ago |
Heikki Linnakangas | Add pg_resetwal and pg_controldata support for new... |
commit | commitdiff | tree |
| 12 days ago |
Peter Eisentraut | Clean up qsort comparison function for GUC entries |
commit | commitdiff | tree |
| 13 days ago |
Heikki Linnakangas | Bump PG_CONTROL_VERSION for commit 3e0ae46d90 |
commit | commitdiff | tree |
| 13 days ago |
Nathan Bossart | Check for CREATE privilege on the schema in CREATE... |
commit | commitdiff | tree |
| 13 days ago |
Jacob Champion | libpq: Prevent some overflows of int/size_t |
commit | commitdiff | tree |
| 13 days ago |
Heikki Linnakangas | Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h |
commit | commitdiff | tree |
| 13 days ago |
Daniel Gustafsson | Fix typos in nodeWindowAgg comments |
commit | commitdiff | tree |
| 13 days ago |
Michael Paquier | Add more tests for relation statistics with rewrites |
commit | commitdiff | tree |
| 13 days ago |
David Rowley | Doc: more uppercase keywords in SQLs |
commit | commitdiff | tree |
| 13 days ago |
Michael Paquier | injection_points: Add variant for injection_point_attach() |
commit | commitdiff | tree |
| 2025-11-08 |
Michael Paquier | Fix comment in copyto.c |
commit | commitdiff | tree |
| 2025-11-08 |
Bruce Momjian | doc: consistently use "structname" and "structfield... |
commit | commitdiff | tree |
| 2025-11-08 |
Bruce Momjian | docs: fix text by adding/removing parentheses |
commit | commitdiff | tree |
| 2025-11-08 |
Bruce Momjian | Remove blank line in C code. |
commit | commitdiff | tree |
| 2025-11-07 |
Thomas Munro | Fix generic read and write barriers for Clang. |
commit | commitdiff | tree |
| 2025-11-07 |
Alexander Korotkov | Fix checking for recovery state in WaitForLSN() |
commit | commitdiff | tree |
| 2025-11-07 |
Daniel Gustafsson | doc: Fix incorrect wording for --file in pg_dump |
commit | commitdiff | tree |
| 2025-11-07 |
Fujii Masao | pgbench: Add --continue-on-error option. |
commit | commitdiff | tree |
| 2025-11-07 |
Peter Eisentraut | Fix "inconsistent DLL linkage" warning on Windows MSVC |
commit | commitdiff | tree |
| 2025-11-07 |
Amit Kapila | Add seq_sync_error_count to subscription statistics. |
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 |
Andres Freund | bufmgr: Use atomic sub for unpinning buffers |
commit | commitdiff | tree |
| 2025-11-06 |
Andres Freund | bufmgr: Allow some buffer state modifications while... |
commit | commitdiff | tree |
| 2025-11-06 |
David Rowley | Tidyup WARNING ereports in subscriptioncmds.c |
commit | commitdiff | tree |
| 2025-11-06 |
Álvaro Herrera | Use XLogRecPtrIsValid() in various places |
commit | commitdiff | tree |
| 2025-11-06 |
Álvaro Herrera | Introduce XLogRecPtrIsValid() |
commit | commitdiff | tree |
| 2025-11-06 |
Álvaro Herrera | Refer readers of \? to "\? variables" for pset options |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | Disallow generated columns in COPY WHERE clause |
commit | commitdiff | tree |
| 2025-11-06 |
Heikki Linnakangas | Refactor shared memory allocation for semaphores |
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 |
John Naylor | Cosmetic fixes in GiST README |
commit | commitdiff | tree |
| 2025-11-06 |
Amit Kapila | Fix few issues in commit 5509055d69. |
commit | commitdiff | tree |
| 2025-11-06 |
Thomas Munro | ci: Improve OpenBSD core dump backtrace handling. |
commit | commitdiff | tree |
| 2025-11-06 |
Michael Paquier | Document some structures in attribute_stats.c |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | Fix spurious output in configure |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | MSVC: Improve warning options set |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | Re-run autoheader |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | Re-run autoconf |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | Update code comment |
commit | commitdiff | tree |
| 2025-11-06 |
David Rowley | Fix UNION planner estimate_num_groups with varno==0 |
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 |
David Rowley | Doc: use uppercase keywords in SQLs |
commit | commitdiff | tree |
| 2025-11-06 |
David Rowley | Use stack allocated StringInfoDatas, where possible |
commit | commitdiff | tree |
| 2025-11-06 |
Thomas Munro | ci: Add missing "set -e" to scripts run by su. |
commit | commitdiff | tree |
| next |