| 2023-12-20 |
Robert Haas | Add a new WAL summarizer process. |
commit | commitdiff | tree |
| 2023-12-20 |
Michael Paquier | Fix generation of distribution tarball |
commit | commitdiff | tree |
| 2023-12-20 |
Jeff Davis | Additional write barrier in AdvanceXLInsertBuffer(). |
commit | commitdiff | tree |
| 2023-12-20 |
Jeff Davis | Use 64-bit atomics for xlblocks array elements. |
commit | commitdiff | tree |
| 2023-12-20 |
Michael Paquier | Remove MSVC scripts |
commit | commitdiff | tree |
| 2023-12-19 |
Michael Paquier | basic_archive: Fix comments related to NO_INSTALLCHECK |
commit | commitdiff | tree |
| 2023-12-19 |
Robert Haas | Move src/bin/pg_verifybackup/parse_manifest.c into... |
commit | commitdiff | tree |
| 2023-12-19 |
Robert Haas | Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a... |
commit | commitdiff | tree |
| 2023-12-19 |
Tom Lane | Prevent integer overflow when forming tuple width estim... |
commit | commitdiff | tree |
| 2023-12-19 |
Peter Eisentraut | Update comment for Cardinality typedef |
commit | commitdiff | tree |
| 2023-12-19 |
Daniel Gustafsson | doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example |
commit | commitdiff | tree |
| 2023-12-19 |
Heikki Linnakangas | Simplify newNode() by removing special cases |
commit | commitdiff | tree |
| 2023-12-19 |
Michael Paquier | pageinspect: Fix failure with hash_bitmap_info() for... |
commit | commitdiff | tree |
| 2023-12-19 |
Michael Paquier | pgstattuple: Fix failure with pgstathashindex() for... |
commit | commitdiff | tree |
| 2023-12-19 |
Amit Kapila | pgoutput: Raise an error for missing protocol version... |
commit | commitdiff | tree |
| 2023-12-18 |
Tom Lane | compute_bitmap_pages' loop_count parameter should be... |
commit | commitdiff | tree |
| 2023-12-18 |
Nathan Bossart | Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64. |
commit | commitdiff | tree |
| 2023-12-18 |
Nathan Bossart | Micro-optimize datum_to_json_internal() some more. |
commit | commitdiff | tree |
| 2023-12-18 |
Thomas Munro | Provide vectored variants of smgrread() and smgrwrite(). |
commit | commitdiff | tree |
| 2023-12-17 |
Tom Lane | Doc: add a bit to indices.sgml about what is an indexab... |
commit | commitdiff | tree |
| 2023-12-16 |
Michael Paquier | Refactor pgstat_prepare_io_time() with an input argumen... |
commit | commitdiff | tree |
| 2023-12-16 |
Alvaro Herrera | Remove useless LIMIT_OPTION_DEFAULT value from LimitOption |
commit | commitdiff | tree |
| 2023-12-16 |
Thomas Munro | Provide multi-block smgrprefetch(). |
commit | commitdiff | tree |
| 2023-12-15 |
Tom Lane | Fix bugs in manipulation of large objects. |
commit | commitdiff | tree |
| 2023-12-14 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2023-12-13 |
Daniel Gustafsson | docs: Fix typo in pg_stat_statements documentation |
commit | commitdiff | tree |
| 2023-12-12 |
Michael Paquier | Prevent tuples to be marked as dead in subtransactions... |
commit | commitdiff | tree |
| 2023-12-12 |
Daniel Gustafsson | Fix typo in comment |
commit | commitdiff | tree |
| 2023-12-12 |
Thomas Munro | Provide vectored variants of FileRead() and FileWrite(). |
commit | commitdiff | tree |
| 2023-12-11 |
Thomas Munro | Provide helper for retrying partial vectored I/O. |
commit | commitdiff | tree |
| 2023-12-11 |
Thomas Munro | Define unconstify() and unvolatize() for C++. |
commit | commitdiff | tree |
| 2023-12-11 |
Tom Lane | Be more wary about OpenSSL not setting errno on error. |
commit | commitdiff | tree |
| 2023-12-11 |
Alvaro Herrera | Simplify productions for FORMAT JSON [ ENCODING name ] |
commit | commitdiff | tree |
| 2023-12-11 |
Michael Paquier | Remove trace_recovery_messages |
commit | commitdiff | tree |
| 2023-12-11 |
Amit Kapila | Fix an undetected deadlock due to apply worker. |
commit | commitdiff | tree |
| 2023-12-10 |
Peter Eisentraut | Remove some unnecessary includes of "access/xlog_intern... |
commit | commitdiff | tree |
| 2023-12-08 |
Peter Geoghegan | Fix nbtree backward scan race condition comments. |
commit | commitdiff | tree |
| 2023-12-08 |
Nathan Bossart | Micro-optimize JSONTYPE_NUMERIC code path in json.c. |
commit | commitdiff | tree |
| 2023-12-08 |
Jeff Davis | Cache opaque handle for GUC option to avoid repeasted... |
commit | commitdiff | tree |
| 2023-12-08 |
Peter Geoghegan | Optimize nbtree backward scan boundary cases. |
commit | commitdiff | tree |
| 2023-12-08 |
Tomas Vondra | Allow parallel CREATE INDEX for BRIN indexes |
commit | commitdiff | tree |
| 2023-12-08 |
Tomas Vondra | Add empty BRIN ranges during CREATE INDEX |
commit | commitdiff | tree |
| 2023-12-08 |
Daniel Gustafsson | Don't clean initdb files on template creation failure |
commit | commitdiff | tree |
| 2023-12-08 |
Heikki Linnakangas | Remove some unnecessary #includes of postmaster/interrupt.h |
commit | commitdiff | tree |
| 2023-12-08 |
Alvaro Herrera | Test that it works to RESET an invalid reloption |
commit | commitdiff | tree |
| 2023-12-08 |
Heikki Linnakangas | Rename ShmemVariableCache to TransamVariables |
commit | commitdiff | tree |
| 2023-12-08 |
Heikki Linnakangas | Initialize ShmemVariableCache like other shmem areas |
commit | commitdiff | tree |
| 2023-12-08 |
Heikki Linnakangas | Don't try to open visibilitymap when analyzing a foreig... |
commit | commitdiff | tree |
| 2023-12-08 |
Thomas Munro | Fix potential pointer overflow in xlogreader.c. |
commit | commitdiff | tree |
| 2023-12-08 |
Bruce Momjian | doc: clarify handling of ON CONFLICT with triggers |
commit | commitdiff | tree |
| 2023-12-08 |
Michael Paquier | Fix path of regress shared library in pg_upgrade test |
commit | commitdiff | tree |
| 2023-12-08 |
Bruce Momjian | doc, pg_upgrade: add vacuumdb w/ tips for generating... |
commit | commitdiff | tree |
| 2023-12-08 |
Bruce Momjian | doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an... |
commit | commitdiff | tree |
| 2023-12-08 |
Bruce Momjian | doc, intagg: fix one-to-many mention to many-to-many |
commit | commitdiff | tree |
| 2023-12-07 |
Jeff Davis | Shrink Unicode category table. |
commit | commitdiff | tree |
| 2023-12-07 |
David Rowley | Verify that attribute counts match in ExecCopySlot |
commit | commitdiff | tree |
| 2023-12-07 |
Michael Paquier | Improve some error messages with invalid indexes for... |
commit | commitdiff | tree |
| 2023-12-07 |
Amit Kapila | Fix issues in binary_upgrade_logical_slot_has_caught_up(). |
commit | commitdiff | tree |
| 2023-12-06 |
Michael Paquier | Fix assertion failure with REINDEX and event triggers |
commit | commitdiff | tree |
| 2023-12-06 |
Nathan Bossart | Suppress -Wunused-result warning about write(). |
commit | commitdiff | tree |
| 2023-12-06 |
Peter Eisentraut | Use signal-safe functions in signal handler |
commit | commitdiff | tree |
| 2023-12-06 |
Michael Paquier | Fix compilation on Windows with WAL_DEBUG |
commit | commitdiff | tree |
| 2023-12-06 |
Michael Paquier | Apply filters to dump files all the time in 002_pg_upgr... |
commit | commitdiff | tree |
| 2023-12-05 |
Alexander Korotkov | Add support for deparsing semi-joins to contrib/postgre... |
commit | commitdiff | tree |
| 2023-12-05 |
Robert Haas | Rename pg_verifybackup's JsonManifestParseContext callb... |
commit | commitdiff | tree |
| 2023-12-05 |
Robert Haas | Rename JsonManifestParseContext callbacks. |
commit | commitdiff | tree |
| 2023-12-05 |
Daniel Gustafsson | Fix indentation |
commit | commitdiff | tree |
| 2023-12-05 |
Daniel Gustafsson | Fix incorrect error message for IDENTIFY_SYSTEM |
commit | commitdiff | tree |
| 2023-12-05 |
Alvaro Herrera | Fix handling of errors in libpq pipelines |
commit | commitdiff | tree |
| 2023-12-05 |
Amit Kapila | Fix a random failure in 003_logical_slots.pl. |
commit | commitdiff | tree |
| 2023-12-05 |
Jeff Davis | Optimize SearchPathCache by saving the last entry. |
commit | commitdiff | tree |
| 2023-12-04 |
Nathan Bossart | Teach convert() and friends to avoid copying when possible. |
commit | commitdiff | tree |
| 2023-12-04 |
Heikki Linnakangas | Remove now-unnecessary Autovacuum[Launcher|Worker]IAm... |
commit | commitdiff | tree |
| 2023-12-04 |
Alvaro Herrera | Don't use pgbench -j in tests |
commit | commitdiff | tree |
| 2023-12-04 |
Peter Eisentraut | Remove unnecessary include of <math.h> |
commit | commitdiff | tree |
| 2023-12-04 |
Peter Eisentraut | Remove unnecessary include of <sys/socket.h> |
commit | commitdiff | tree |
| 2023-12-04 |
Peter Eisentraut | Remove unnecessary includes of <signal.h> |
commit | commitdiff | tree |
| 2023-12-04 |
Michael Paquier | Add support for REINDEX in event triggers |
commit | commitdiff | tree |
| 2023-12-03 |
Michael Paquier | doc: Remove reference to trigger file regarding promotion |
commit | commitdiff | tree |
| 2023-12-03 |
Heikki Linnakangas | Refactor how InitProcess is called |
commit | commitdiff | tree |
| 2023-12-03 |
Heikki Linnakangas | Pass BackgroundWorker entry in the parameter file in... |
commit | commitdiff | tree |
| 2023-12-03 |
Heikki Linnakangas | Refactor CreateSharedMemoryAndSemaphores |
commit | commitdiff | tree |
| 2023-12-01 |
Heikki Linnakangas | Silence Valgrind complaint with EXEC_BACKEND |
commit | commitdiff | tree |
| 2023-12-01 |
Peter Eisentraut | pgindent fix |
commit | commitdiff | tree |
| 2023-12-01 |
Peter Eisentraut | Check collation when creating partitioned index |
commit | commitdiff | tree |
| 2023-12-01 |
Peter Eisentraut | doc: Update info on information schema usage tables |
commit | commitdiff | tree |
| 2023-12-01 |
Amit Kapila | Fix an uninitialized access in hash_xlog_squeeze_page(). |
commit | commitdiff | tree |
| 2023-12-01 |
Andres Freund | meson: Stop using deprecated way getting path of files |
commit | commitdiff | tree |
| 2023-12-01 |
Thomas Munro | Adjust obsolete comment explaining set_stack_base(). |
commit | commitdiff | tree |
| 2023-11-30 |
Heikki Linnakangas | Print lwlock stats also for aux processes, when built... |
commit | commitdiff | tree |
| 2023-11-30 |
Alexander Korotkov | Fix typo in 5a1dfde8334b |
commit | commitdiff | tree |
| 2023-11-30 |
Daniel Gustafsson | Fix spelling and punctuation |
commit | commitdiff | tree |
| 2023-11-30 |
Daniel Gustafsson | Add missing file to nls Makefile |
commit | commitdiff | tree |
| 2023-11-30 |
Daniel Gustafsson | Fix array subscript warnings |
commit | commitdiff | tree |
| 2023-11-30 |
Alexander Korotkov | Fix warning due non-standard inline declaration in... |
commit | commitdiff | tree |
| 2023-11-30 |
John Naylor | Remove redundant setting of hashkey after insertion |
commit | commitdiff | tree |
| 2023-11-30 |
Peter Eisentraut | meson: Improve/fix Python version selection |
commit | commitdiff | tree |
| 2023-11-30 |
Masahiko Sawada | Add tests for XID wraparound. |
commit | commitdiff | tree |
| 2023-11-30 |
Michael Paquier | doc: Mention how to use quotes with GUC names in error... |
commit | commitdiff | tree |
| 2023-11-30 |
Michael Paquier | Apply quotes more consistently to GUC names in logs |
commit | commitdiff | tree |
| next |