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 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
*
Rephrase a few comments for clarity.
Heikki Linnakangas
2018-07-19
*
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-07-19
*
Fix re-parameterize of MergeAppendPath
Michael Paquier
2018-07-19
*
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
*
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-16
*
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
*
doc: Update redirecting links
Peter Eisentraut
2018-07-16
*
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-14
*
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-13
*
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
*
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-13
*
Reset shmem_exit_inprogress after shmem_exit()
Peter Eisentraut
2018-07-12
*
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
*
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-12
*
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-07-11
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-11
*
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-07-10
*
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
2018-07-09
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
Add UtilityReturnsTuples() support for CALL
Peter Eisentraut
2018-07-09
*
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-09
*
Add separate error message for procedure does not exist
Peter Eisentraut
2018-07-07
*
Fix assert in nested SQL procedure call
Peter Eisentraut
2018-07-06
*
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-07-06
*
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-06
*
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-05
*
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-05
*
Use context with correct lifetime in hypothetical_dense_rank_final.
Andres Freund
2018-07-04
*
Check for interrupts inside the nbtree page deletion code.
Andres Freund
2018-07-04
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Remove dead code for temporary relations in partition planning
Michael Paquier
2018-07-04
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Fix crash when ALTER TABLE recreates indexes on partitions
Alvaro Herrera
2018-06-29
*
Make capitalization of term "OpenSSL" more consistent
Michael Paquier
2018-06-29
*
Fix thinko in comments.
Amit Kapila
2018-06-27
*
Remove duplicated return statement from llvmjit code.
Andres Freund
2018-06-26
*
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-27
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
Fix upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
*
Correct a comment on logtape.c's leader tape.
Peter Geoghegan
2018-06-26
*
Remove obsolete comment block in nbtsort.c.
Peter Geoghegan
2018-06-26
[next]