index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Speed up isolation test for concurrent VACUUM/ANALYZE behavior.
Robert Haas
2017-12-07
*
Report failure to start a background worker.
Robert Haas
2017-12-06
*
Fix Parallel Append crash.
Robert Haas
2017-12-06
*
Adjust regression test cases added by commit ab7271677.
Tom Lane
2017-12-05
*
doc: Flex is not a GNU package
Peter Eisentraut
2017-12-05
*
Fix broken markup.
Tom Lane
2017-12-05
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
doc: Update memory requirements for FOP
Peter Eisentraut
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
*
postgres_fdw: Fix failing regression test.
Robert Haas
2017-12-05
*
postgres_fdw: Judge password use by run-as user, not session user.
Robert Haas
2017-12-05
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
doc: Turn on generate.consistent.ids parameter
Peter Eisentraut
2017-12-05
*
Treat directory open failures as hard errors in ResetUnloggedRelations().
Tom Lane
2017-12-04
*
Fix warnings from cpluspluscheck
Peter Eisentraut
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
*
Fix uninitialized-variable compiler warning induced by commit e4128ee76.
Tom Lane
2017-12-03
*
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
*
postgres_fdw: Fix test that didn't test what it claimed.
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
*
pg_basebackup: Fix progress messages when writing to a file
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 non-GNU makefiles for AIX make.
Noah Misch
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
*
Add some regression tests that exercise hash join code.
Andres Freund
2017-11-29
*
New C function: bms_add_range
Robert Haas
2017-11-29
*
Add extensive tests for partition pruning.
Robert Haas
2017-11-29
*
PL/Python: Fix remaining scan-build warnings
Peter Eisentraut
2017-11-29
*
Add compiler hints to PLy_elog()
Peter Eisentraut
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
*
Revert "PL/Python: Fix potential NULL pointer dereference"
Peter Eisentraut
2017-11-28
[next]