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
*
Improve comment about PartitionBoundInfoData.
Robert Haas
2017-12-11
*
Fix typo
Magnus Hagander
2017-12-09
*
Prohibit identity columns on typed tables and partitions
Peter Eisentraut
2017-12-08
*
Fix mistake in comment
Peter Eisentraut
2017-12-08
*
Apply identity sequence values on COPY
Peter Eisentraut
2017-12-08
*
Report failure to start a background worker.
Robert Haas
2017-12-06
*
Fix Parallel Append crash.
Robert Haas
2017-12-06
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-05
*
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-05
*
Treat directory open failures as hard errors in ResetUnloggedRelations().
Tom Lane
2017-12-04
*
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
*
Improve error handling in RemovePgTempFiles().
Tom Lane
2017-12-04
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
Robert Haas
2017-12-04
*
Support boolean columns in functional-dependency statistics.
Tom Lane
2017-12-04
*
Remove memory leak protection from Gather and Gather Merge nodes.
Robert Haas
2017-12-04
*
Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.
Andres Freund
2017-12-01
*
Add infrastructure for sharing temporary files between backends.
Andres Freund
2017-12-01
*
Minor code beautification in partition_bounds_equal.
Robert Haas
2017-12-01
*
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-12-01
*
Try to exclude partitioned tables in toto.
Robert Haas
2017-12-01
*
Fix uninitialized memory reference.
Robert Haas
2017-12-01
*
Check channel binding flag at end of SCRAM exchange
Peter Eisentraut
2017-12-01
*
Remove extra word from comment.
Robert Haas
2017-11-30
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Make create_unique_path manage memory like mark_dummy_rel.
Robert Haas
2017-11-30
*
Fix neqjoinsel's behavior for semi/anti join cases.
Tom Lane
2017-11-29
*
Add a barrier primitive for synchronizing backends.
Andres Freund
2017-11-29
*
New C function: bms_add_range
Robert Haas
2017-11-29
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Clarify old comment about qual_is_pushdown_safe's handling of subplans.
Tom Lane
2017-11-28
*
Make memset() use sizeof() rather than re-compute size
Alvaro Herrera
2017-11-29
*
Fix extstat collection when no stats are produced for a column
Alvaro Herrera
2017-11-28
*
Fix wrong function name in comment.
Robert Haas
2017-11-28
*
If a range-partitioned table has no default partition, reject null keys.
Robert Haas
2017-11-28
*
Fix ReinitializeParallelDSM to tolerate finding no error queues.
Robert Haas
2017-11-28
*
Teach bitmap heap scan to cope with absence of a DSA.
Robert Haas
2017-11-28
*
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-28
*
Fix typo.
Robert Haas
2017-11-28
*
Fix assorted syscache lookup sloppiness in partition-related code.
Tom Lane
2017-11-27
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Pad XLogReaderState's per-buffer data_bufsz more aggressively.
Simon Riggs
2017-11-27
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Make has_sequence_privilege support WITH GRANT OPTION
Joe Conway
2017-11-26
*
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
*
Update buffile.h/.c comments for removal of non-temp option.
Tom Lane
2017-11-25
*
Improve planner's handling of set-returning functions in grouping columns.
Tom Lane
2017-11-25
*
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
Robert Haas
2017-11-25
*
Improve valgrind logic in aset.c, and fix multiple issues in generation.c.
Tom Lane
2017-11-24
[next]