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 a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-26
*
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-02-24
*
Fix filtering of unsupported relations in logical replication
Peter Eisentraut
2018-02-23
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
*
Support parameters in CALL
Peter Eisentraut
2018-02-22
*
Add user-callable SHA-2 functions
Peter Eisentraut
2018-02-22
*
Be lazier about partition tuple routing.
Robert Haas
2018-02-22
*
Use platform independent type for TupleTableSlot->tts_off.
Andres Freund
2018-02-20
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Fix StaticAssertExpr() under C++
Peter Eisentraut
2018-02-18
*
Refactor format_type APIs to be more modular
Alvaro Herrera
2018-02-17
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
*
Fix crash when canceling parallel query
Peter Eisentraut
2018-02-16
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
*
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-15
*
Cast to void in StaticAssertExpr, not its callers.
Tom Lane
2018-02-15
*
Move the extern declaration for ExceptionalCondition into c.h.
Tom Lane
2018-02-14
*
Return implementation defined value if pg_$op_s$bit_overflow overflows.
Andres Freund
2018-02-14
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
*
Mark assorted GUC variables as PGDLLIMPORT.
Robert Haas
2018-02-09
*
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
*
Remove prototype for fmgr() function, which no longer exists.
Robert Haas
2018-02-07
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-02-02
*
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-30
*
Introduce ExecQualAndReset() helper.
Andres Freund
2018-01-29
*
Save a few bytes by removing useless last argument to SearchCatCacheList.
Tom Lane
2018-01-29
*
Prevent growth of simplehash tables when they're "too empty".
Andres Freund
2018-01-29
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-26
*
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-26
*
Remove byte-masking macros for Datum conversion macros
Peter Eisentraut
2018-01-26
*
Avoid referencing off the end of subplan_partition_offsets.
Robert Haas
2018-01-24
*
Improve implementation of pg_attribute_always_inline.
Tom Lane
2018-01-23
*
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-23
*
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-23
*
Move SSL API comments to header files
Peter Eisentraut
2018-01-23
*
Move EDH support to common files
Peter Eisentraut
2018-01-23
*
Split out documentation of SSL parameters into their own section
Peter Eisentraut
2018-01-23
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
[next]