index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix executor prune failure when plan already pruned
Alvaro Herrera
2018-08-16
*
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-16
*
Update FSM on WAL replay of page all-visible/frozen
Alvaro Herrera
2018-08-15
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Remove obsolete comment
Peter Eisentraut
2018-08-13
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Adjust comment atop ExecShutdownNode.
Amit Kapila
2018-08-13
*
Prohibit shutting down resources if there is a possibility of back up.
Amit Kapila
2018-08-13
*
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-13
*
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-11
*
Revert changes in execMain.c from commit 16828d5c0273b
Andrew Dunstan
2018-08-10
*
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
*
Fix typo in SP-GiST error message
Alexander Korotkov
2018-08-10
*
Spell "partitionwise" consistently.
Heikki Linnakangas
2018-08-09
*
Restrict access to reindex of shared catalogs for non-privileged users
Michael Paquier
2018-08-09
*
Remove bogus Assert in make_partitionedrel_pruneinfo().
Tom Lane
2018-08-08
*
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
*
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-08
*
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-08-07
*
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-08-07
*
Translation updates
Peter Eisentraut
2018-08-06
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-08-03
*
Fix buffer usage stats for parallel nodes.
Amit Kapila
2018-08-03
*
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-08-03
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Fix logical replication slot initialization
Alvaro Herrera
2018-08-01
*
Fix per-tuple memory leak in partition tuple routing
Alvaro Herrera
2018-08-01
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Remove dead code left behind by 1b6801051.
Tom Lane
2018-07-30
*
Verify range bounds to bms_add_range when necessary
Alvaro Herrera
2018-07-30
*
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
*
Document security implications of qualified names.
Noah Misch
2018-07-28
*
Fix the buffer release order for parallel index scans.
Amit Kapila
2018-07-27
*
Avoid crash in eval_const_expressions if a Param's type changes.
Tom Lane
2018-07-26
*
LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.
Andres Freund
2018-07-25
*
LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.
Andres Freund
2018-07-25
*
Pad semaphores to avoid false sharing.
Thomas Munro
2018-07-25
*
Fix calculation for WAL segment recycling and removal
Michael Paquier
2018-07-24
*
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-22
*
LLVMJIT: Fix LLVM build for LLVM > 7.
Andres Freund
2018-07-22
*
Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Andres Freund
2018-07-22
*
Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.
Andres Freund
2018-07-22
*
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-19
*
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
*
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-19
*
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-19
[next]