aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera2017-12-27
* Add support for static assertions in C++Peter Eisentraut2017-12-26
* Add includes to make header files self-containedPeter Eisentraut2017-12-26
* Add polygon opclass for SP-GiSTTeodor Sigaev2017-12-25
* Add optional compression method to SP-GiSTTeodor Sigaev2017-12-22
* Minor edits to catalog files and scriptsAlvaro Herrera2017-12-21
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-21
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Try again to fix accumulation of parallel worker instrumentation.Robert Haas2017-12-19
* Mark a few parallelism-related variables with PGDLLIMPORT.Robert Haas2017-12-19
* Add shared tuplestores.Andres Freund2017-12-18
* Move SCRAM-related name definitions to scram-common.hPeter Eisentraut2017-12-18
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Fix a number of copy & paste comment errors in common/int.h.Andres Freund2017-12-14
* Allow executor nodes to change their ExecProcNode function.Andres Freund2017-12-13
* Add pg_attribute_always_inline.Andres Freund2017-12-13
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Provide overflow safe integer math inline functions.Andres Freund2017-12-12
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund2017-12-05
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Fix warnings from cpluspluscheckPeter Eisentraut2017-12-04