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
*
Use platform independent type for TupleTableSlot->tts_off.
Andres Freund
2018-02-20
*
Error message improvement
Peter Eisentraut
2018-02-20
*
Fix typo
Magnus Hagander
2018-02-20
*
Fix crash in pg_replication_slot_advance
Alvaro Herrera
2018-02-19
*
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
*
Remove redundant initialization of a local variable.
Tom Lane
2018-02-18
*
Remove redundant function declaration
Peter Eisentraut
2018-02-18
*
Message style fix
Peter Eisentraut
2018-02-18
*
Move function comment to the right place
Peter Eisentraut
2018-02-17
*
Minor comment fix
Peter Eisentraut
2018-02-17
*
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
*
Fix typo in comment
Magnus Hagander
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
*
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-14
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
*
Add procedure support to pg_get_functiondef
Peter Eisentraut
2018-02-13
*
Fix typo
Peter Eisentraut
2018-02-12
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
*
Fix parallel index builds for dynamic_shared_memory_type=none.
Robert Haas
2018-02-12
*
Avoid premature free of pass-by-reference CALL arguments.
Tom Lane
2018-02-10
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
*
Clear stmt_timeout_active if we disable_all_timeouts.
Robert Haas
2018-02-09
*
Fix incorrect method name in comment.
Robert Haas
2018-02-08
*
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
*
Fix possible infinite loop with Parallel Append.
Robert Haas
2018-02-08
*
Add more information_schema columns
Peter Eisentraut
2018-02-07
*
Update out-of-date comment in StartupXLOG.
Robert Haas
2018-02-07
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Fix incorrect grammar.
Robert Haas
2018-02-06
*
Avoid valgrind complaint about write() of uninitalized bytes.
Robert Haas
2018-02-06
*
Doc: move info for btree opclass implementors into main documentation.
Tom Lane
2018-02-06
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
Fix RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-02-05
*
Skip setting up shared instrumentation for Hash node if not needed.
Tom Lane
2018-02-04
*
Fix another instance of unsafe coding for shm_toc_lookup failure.
Tom Lane
2018-02-02
*
Be more wary about shm_toc_lookup failure.
Tom Lane
2018-02-02
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Refactor code for partition bound searching
Robert Haas
2018-02-02
*
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-02-02
*
Fix possible failure to mark hash metapage dirty.
Robert Haas
2018-02-01
[next]