I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix an undetected deadlock due to apply worker. More... about 1 year ago
Remove some unnecessary includes of "access/xlog_internal.h" More... about 1 year ago
Fix nbtree backward scan race condition comments. More... about 1 year ago
Micro-optimize JSONTYPE_NUMERIC code path in json.c. More... about 1 year ago
Cache opaque handle for GUC option to avoid repeasted lookups. More... about 1 year ago
Optimize nbtree backward scan boundary cases. More... about 1 year ago
Allow parallel CREATE INDEX for BRIN indexes More... about 1 year ago
Add empty BRIN ranges during CREATE INDEX More... about 1 year ago
Don't clean initdb files on template creation failure More... about 1 year ago
Remove some unnecessary #includes of postmaster/interrupt.h More... about 1 year ago
Test that it works to RESET an invalid reloption
Álvaro Herrera
as Alvaro Herrera
More... about 1 year ago
Rename ShmemVariableCache to TransamVariables More... about 1 year ago
Initialize ShmemVariableCache like other shmem areas More... about 1 year ago
Don't try to open visibilitymap when analyzing a foreign table More... about 1 year ago
doc: clarify handling of ON CONFLICT with triggers More... about 1 year ago
Fix potential pointer overflow in xlogreader.c. More... about 1 year ago
Fix path of regress shared library in pg_upgrade test More... about 1 year ago
doc, pg_upgrade: add vacuumdb w/ tips for generating quick stats More... about 1 year ago
doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table alias More... about 1 year ago
doc, intagg: fix one-to-many mention to many-to-many More... about 1 year ago
Shrink Unicode category table. More... about 1 year ago
Verify that attribute counts match in ExecCopySlot More... about 1 year ago
Improve some error messages with invalid indexes for REINDEX CONCURRENTLY More... about 1 year ago
Fix issues in binary_upgrade_logical_slot_has_caught_up(). More... about 1 year ago
Fix assertion failure with REINDEX and event triggers More... about 1 year ago
Suppress -Wunused-result warning about write(). More... about 1 year ago
Use signal-safe functions in signal handler More... about 1 year ago
Fix compilation on Windows with WAL_DEBUG More... about 1 year ago
Apply filters to dump files all the time in 002_pg_upgrade.pl More... about 1 year ago
Add support for deparsing semi-joins to contrib/postgres_fdw More... about 1 year ago