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
*
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
*
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Transfer state pertaining to pending REINDEX operations to workers.
Robert Haas
2018-01-19
*
Ability to advance replication slots
Simon Riggs
2018-01-17
*
Fix compiler warnings due to commit cc4feded
Andrew Dunstan
2018-01-17
*
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-16
*
Remove hard-coded schema knowledge about pg_attribute from genbki.pl
Alvaro Herrera
2018-01-12
*
Add QueryEnvironment to ExplainOneQuery_hook's parameter list.
Tom Lane
2018-01-11
*
Remove outdated/removed Win32 URLs in C comments
Bruce Momjian
2018-01-09
*
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
*
Remove PortalGetQueryDesc()
Peter Eisentraut
2018-01-09
*
Update portal-related memory context names and API
Peter Eisentraut
2018-01-09
*
Improve the heuristic for ordering child paths of a parallel append.
Tom Lane
2018-01-09
*
Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs.
Tom Lane
2018-01-09
*
Cosmetic improvements in condition_variable.[hc].
Tom Lane
2018-01-08
*
Improve error detection capability in proclists.
Tom Lane
2018-01-08
*
Remove return values of ConditionVariableSignal/Broadcast.
Tom Lane
2018-01-05
*
Factor error generation out of ExecPartitionCheck.
Robert Haas
2018-01-05
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-04
*
Minor preparatory refactoring for UPDATE row movement.
Robert Haas
2018-01-04
*
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-04
*
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
*
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-04
*
Code review for Parallel Append.
Robert Haas
2018-01-04
*
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Simplify representation of aggregate transition values a bit.
Andres Freund
2018-01-02
*
Ensure proper alignment of tuples in HashMemoryChunkData buffers.
Tom Lane
2018-01-02
*
Don't cast between GinNullCategory and bool
Peter Eisentraut
2018-01-02
*
Fix EXPLAIN ANALYZE output for Parallel Hash.
Andres Freund
2018-01-01
*
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-29
[next]