summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-26Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane
2018-01-26Use abstracted SSL API in server connection log messagesPeter Eisentraut
2018-01-26Remove byte-masking macros for Datum conversion macrosPeter Eisentraut
2018-01-24Avoid referencing off the end of subplan_partition_offsets.Robert Haas
2018-01-24Improve implementation of pg_attribute_always_inline.Tom Lane
2018-01-23Report an ERROR if a parallel worker fails to start properly.Robert Haas
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-23Move SSL API comments to header filesPeter Eisentraut
2018-01-23Move EDH support to common filesPeter Eisentraut
2018-01-23Split out documentation of SSL parameters into their own sectionPeter Eisentraut
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-19Transfer state pertaining to pending REINDEX operations to workers.Robert Haas
2018-01-17Ability to advance replication slotsSimon Riggs
2018-01-17Fix compiler warnings due to commit cc4fededAndrew Dunstan
2018-01-17Centralize json and jsonb handling of datetime typesAndrew Dunstan
2018-01-12Remove hard-coded schema knowledge about pg_attribute from genbki.plAlvaro Herrera
2018-01-11Add QueryEnvironment to ExplainOneQuery_hook's parameter list.Tom Lane
2018-01-09Remove outdated/removed Win32 URLs in C commentsBruce Momjian
2018-01-09Expression evaluation based aggregate transition invocation.Andres Freund
2018-01-09Remove PortalGetQueryDesc()Peter Eisentraut
2018-01-09Update portal-related memory context names and APIPeter Eisentraut
2018-01-09Improve the heuristic for ordering child paths of a parallel append.Tom Lane
2018-01-09Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs.Tom Lane
2018-01-08Cosmetic improvements in condition_variable.[hc].Tom Lane
2018-01-08Improve error detection capability in proclists.Tom Lane
2018-01-06Remove return values of ConditionVariableSignal/Broadcast.Tom Lane
2018-01-05Factor error generation out of ExecPartitionCheck.Robert Haas
2018-01-05Fix failure to delete spill files of aborted transactionsAlvaro Herrera
2018-01-05Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut
2018-01-04Minor preparatory refactoring for UPDATE row movement.Robert Haas
2018-01-04Simplify and encapsulate tuple routing support code.Robert Haas
2018-01-04Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut
2018-01-04Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut
2018-01-04Code review for Parallel Append.Robert Haas
2018-01-03Allow ldaps when using ldap authenticationPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-03Simplify representation of aggregate transition values a bit.Andres Freund
2018-01-03Ensure proper alignment of tuples in HashMemoryChunkData buffers.Tom Lane
2018-01-02Don't cast between GinNullCategory and boolPeter Eisentraut
2018-01-01Fix EXPLAIN ANALYZE output for Parallel Hash.Andres Freund
2017-12-29Perform slot validity checks in a separate pass over expression.Andres Freund
2017-12-27Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera
2017-12-26Add support for static assertions in C++Peter Eisentraut
2017-12-26Add includes to make header files self-containedPeter Eisentraut
2017-12-25Add polygon opclass for SP-GiSTTeodor Sigaev