index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2018-01-26
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-24
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-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-19
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-17
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-12
Remove hard-coded schema knowledge about pg_attribute from genbki.pl
Alvaro Herrera
2018-01-11
Add QueryEnvironment to ExplainOneQuery_hook's parameter list.
Tom Lane
2018-01-09
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-08
Cosmetic improvements in condition_variable.[hc].
Tom Lane
2018-01-08
Improve error detection capability in proclists.
Tom Lane
2018-01-06
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-03
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2018-01-03
Simplify representation of aggregate transition values a bit.
Andres Freund
2018-01-03
Ensure proper alignment of tuples in HashMemoryChunkData buffers.
Tom Lane
2018-01-02
Don't cast between GinNullCategory and bool
Peter Eisentraut
2018-01-01
Fix EXPLAIN ANALYZE output for Parallel Hash.
Andres Freund
2017-12-29
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-27
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-26
Add support for static assertions in C++
Peter Eisentraut
2017-12-26
Add includes to make header files self-contained
Peter Eisentraut
2017-12-25
Add polygon opclass for SP-GiST
Teodor Sigaev
[next]