aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix up references to scram-sha-256Peter Eisentraut2018-01-30
* Introduce ExecQualAndReset() helper.Andres Freund2018-01-29
* Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane2018-01-29
* Prevent growth of simplehash tables when they're "too empty".Andres Freund2018-01-29
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane2018-01-26
* Use abstracted SSL API in server connection log messagesPeter Eisentraut2018-01-26
* Remove byte-masking macros for Datum conversion macrosPeter Eisentraut2018-01-26
* Avoid referencing off the end of subplan_partition_offsets.Robert Haas2018-01-24
* Improve implementation of pg_attribute_always_inline.Tom Lane2018-01-23
* Report an ERROR if a parallel worker fails to start properly.Robert Haas2018-01-23
* Extract common bits from OpenSSL implementationPeter Eisentraut2018-01-23
* Move SSL API comments to header filesPeter Eisentraut2018-01-23
* Move EDH support to common filesPeter Eisentraut2018-01-23
* Split out documentation of SSL parameters into their own sectionPeter Eisentraut2018-01-23
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Transfer state pertaining to pending REINDEX operations to workers.Robert Haas2018-01-19
* Ability to advance replication slotsSimon Riggs2018-01-17
* Fix compiler warnings due to commit cc4fededAndrew Dunstan2018-01-17
* Centralize json and jsonb handling of datetime typesAndrew Dunstan2018-01-16
* Remove hard-coded schema knowledge about pg_attribute from genbki.plAlvaro Herrera2018-01-12
* Add QueryEnvironment to ExplainOneQuery_hook's parameter list.Tom Lane2018-01-11
* Remove outdated/removed Win32 URLs in C commentsBruce Momjian2018-01-09
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-09
* Remove PortalGetQueryDesc()Peter Eisentraut2018-01-09
* Update portal-related memory context names and APIPeter Eisentraut2018-01-09
* Improve the heuristic for ordering child paths of a parallel append.Tom Lane2018-01-09
* Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs.Tom Lane2018-01-09
* Cosmetic improvements in condition_variable.[hc].Tom Lane2018-01-08
* Improve error detection capability in proclists.Tom Lane2018-01-08
* Remove return values of ConditionVariableSignal/Broadcast.Tom Lane2018-01-05
* Factor error generation out of ExecPartitionCheck.Robert Haas2018-01-05
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut2018-01-04
* Minor preparatory refactoring for UPDATE row movement.Robert Haas2018-01-04
* Simplify and encapsulate tuple routing support code.Robert Haas2018-01-04
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut2018-01-04
* Code review for Parallel Append.Robert Haas2018-01-04
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Simplify representation of aggregate transition values a bit.Andres Freund2018-01-02
* Ensure proper alignment of tuples in HashMemoryChunkData buffers.Tom Lane2018-01-02
* Don't cast between GinNullCategory and boolPeter Eisentraut2018-01-02
* Fix EXPLAIN ANALYZE output for Parallel Hash.Andres Freund2018-01-01
* Perform slot validity checks in a separate pass over expression.Andres Freund2017-12-29