index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
*
Mark a few parallelism-related variables with PGDLLIMPORT.
Robert Haas
2017-12-19
*
Add shared tuplestores.
Andres Freund
2017-12-18
*
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-18
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Fix a number of copy & paste comment errors in common/int.h.
Andres Freund
2017-12-14
*
Allow executor nodes to change their ExecProcNode function.
Andres Freund
2017-12-13
*
Add pg_attribute_always_inline.
Andres Freund
2017-12-13
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Provide overflow safe integer math inline functions.
Andres Freund
2017-12-12
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-05
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
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
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Add infrastructure for sharing temporary files between backends.
Andres Freund
2017-12-01
*
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-12-01
*
SQL procedures
Peter Eisentraut
2017-11-30
*
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
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Update buffile.h/.c comments for removal of non-temp option.
Tom Lane
2017-11-25
*
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
Robert Haas
2017-11-25
*
Generational memory allocator
Simon Riggs
2017-11-23
*
Add support for Motorola 88K to s_lock.h.
Tom Lane
2017-11-20
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-18
*
Set proargmodes for satisfies_hash_partition.
Robert Haas
2017-11-17
*
Provide DSM segment to ExecXXXInitializeWorker functions.
Andres Freund
2017-11-16
*
Clean up warnings in MinGW builds.
Tom Lane
2017-11-16
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
*
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-16
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC builds.
Tom Lane
2017-11-16
*
Back out the session_start and session_end hooks feature.
Andrew Dunstan
2017-11-16
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16
*
Remove TRUE and FALSE
Peter Eisentraut
2017-11-15
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15
*
Add hooks for session start and session end
Andrew Dunstan
2017-11-15
*
Add parallel_leader_participation GUC.
Robert Haas
2017-11-15
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
*
Rearrange c.h to create a "compiler characteristics" section.
Tom Lane
2017-11-14
*
Simplify index_[constraint_]create API
Alvaro Herrera
2017-11-14
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
*
Account for the effect of lossy pages when costing bitmap scans.
Robert Haas
2017-11-10
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
[next]