| 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 |
| 2025-11-05 |
Tom Lane | Avoid possible crash within libsanitizer. |
commit | commitdiff | tree |
| 2025-11-05 |
Peter Eisentraut | doc: Add section for temporal tables |
commit | commitdiff | tree |
| 2025-11-05 |
Alexander Korotkov | Implement WAIT FOR command |
commit | commitdiff | tree |
| 2025-11-05 |
Alexander Korotkov | Add infrastructure for efficient LSN waiting |
commit | commitdiff | tree |
| 2025-11-05 |
Alexander Korotkov | Add pairingheap_initialize() for shared memory usage |
commit | commitdiff | tree |
| 2025-11-05 |
Richard Guo | Avoid creating duplicate ordered append paths |
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 |
Amit Kapila | Add sequence synchronization for logical replication. |
commit | commitdiff | tree |
| 2025-11-05 |
Michael Paquier | Drop unnamed portal immediately after execution to... |
commit | commitdiff | tree |
| 2025-11-05 |
Richard Guo | Fix comments for ChangeVarNodes() and related functions |
commit | commitdiff | tree |
| 2025-11-05 |
Michael Paquier | Add assertions checking for the startup process in... |
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 |
David Rowley | Fix possible usage of incorrect UPPERREL_SETOP RelOptInfo |
commit | commitdiff | tree |
| 2025-11-04 |
Álvaro Herrera | Fix snapshot handling bug in recent BRIN fix |
commit | commitdiff | tree |
| 2025-11-04 |
Tomas Vondra | Trim TIDs during parallel GIN builds more eagerly |
commit | commitdiff | tree |
| 2025-11-04 |
Masahiko Sawada | psql: Add tab completion for COPY ... PROGRAM. |
commit | commitdiff | tree |
| 2025-11-04 |
Masahiko Sawada | psql: Improve tab completion for COPY ... STDIN/STDOUT. |
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 |
Jeff Davis | Remove redundant memset() introduced by a0942f4. |
commit | commitdiff | tree |
| 2025-11-04 |
Tom Lane | Allow "SET list_guc TO NULL" to specify setting the... |
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 | libpq: Improve error handling in passwordFromFile() |
commit | commitdiff | tree |
| 2025-11-04 |
Álvaro Herrera | Use USECS_PER_SEC from datatype/timestamp.h |
commit | commitdiff | tree |
| 2025-11-04 |
Michael Paquier | Add assertion check for WAL receiver state during strea... |
commit | commitdiff | tree |
| 2025-11-04 |
Michael Paquier | Add WalRcvGetState() to retrieve the state of a WAL... |
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 |
Masahiko Sawada | Fix outdated comment of COPY in gram.y. |
commit | commitdiff | tree |
| 2025-11-03 |
Álvaro Herrera | Add \pset options for boolean value display |
commit | commitdiff | tree |
| 2025-11-03 |
Álvaro Herrera | Prevent setting a column as identity if its not-null... |
commit | commitdiff | tree |
| 2025-11-03 |
Álvaro Herrera | Remove WaitPMResult enum in pg_createsubscriber |
commit | commitdiff | tree |
| 2025-11-03 |
Michael Paquier | Add wal_fpi_bytes to VACUUM and ANALYZE logs |
commit | commitdiff | tree |
| 2025-11-03 |
Peter Eisentraut | Sort guc_parameters.dat alphabetically by name |
commit | commitdiff | tree |
| 2025-11-02 |
Tom Lane | Change "long" numGroups fields to be Cardinality (i... |
commit | commitdiff | tree |
| 2025-11-02 |
Tom Lane | Improve planner's estimates of tuple hash table sizes. |
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-11-01 |
Tom Lane | Remove unused variable in recovery/t/006_logical_decodi... |
commit | commitdiff | tree |
| 2025-11-01 |
Tom Lane | Fix contrib/ltree's subpath() with negative offset. |
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-31 |
Peter Eisentraut | Mark function arguments of type "Datum *" as "const... |
commit | commitdiff | tree |
| 2025-10-31 |
Peter Eisentraut | formatting.c cleanup: Change fill_str() return type... |
commit | commitdiff | tree |
| 2025-10-31 |
Peter Eisentraut | formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_* |
commit | commitdiff | tree |
| 2025-10-31 |
Peter Eisentraut | formatting.c cleanup: Change several int fields to... |
commit | commitdiff | tree |
| 2025-10-31 |
Peter Eisentraut | formatting.c cleanup: Change TmFromChar.clock field... |
commit | commitdiff | tree |
| 2025-10-31 |
Michael Paquier | Add test tracking WAL receiver shutdown for primary_con... |
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 |
Tom Lane | Use BumpContext contexts in TupleHashTables, and do... |
commit | commitdiff | tree |
| 2025-10-30 |
Peter Eisentraut | Mark ItemPointer arguments as const throughout |
commit | commitdiff | tree |
| 2025-10-30 |
Álvaro Herrera | Simplify coding in ProcessQuery |
commit | commitdiff | tree |
| 2025-10-30 |
Peter Eisentraut | Fix some confusing uses of const |
commit | commitdiff | tree |
| 2025-10-30 |
Peter Eisentraut | docs: Link to the correct protocol version inspection... |
commit | commitdiff | tree |
| next |