aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve implementation of pg_attribute_always_inline.Tom Lane2018-01-23
* Teach reparameterize_path() to handle AppendPaths.Tom Lane2018-01-23
* Remove unnecessary includeAlvaro Herrera2018-01-23
* Update obsolete sentence in README.parallel.Robert Haas2018-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
* Support huge pages on WindowsMagnus Hagander2018-01-21
* Suppress possibly-uninitialized-variable warnings.Tom Lane2018-01-19
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Fix CompareIndexInfo's attnum comparisonsAlvaro Herrera2018-01-19
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera2018-01-19
* Transfer state pertaining to pending REINDEX operations to workers.Robert Haas2018-01-19
* Fix typo in recent commitSimon Riggs2018-01-19
* Update commentPeter Eisentraut2018-01-18
* Reorder C includesBruce Momjian2018-01-17
* Remove useless lookup of root partitioned rel in ExecInitModifyTable().Tom Lane2018-01-17
* Ability to advance replication slotsSimon Riggs2018-01-17
* Centralize json and jsonb handling of datetime typesAndrew Dunstan2018-01-16
* Remove useless use of bit-masking macrosPeter Eisentraut2018-01-16
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-12
* Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane2018-01-12
* Remove hard-coded schema knowledge about pg_attribute from genbki.plAlvaro Herrera2018-01-12
* C comment: fix "the the" mentions in C commentsBruce Momjian2018-01-11
* Add QueryEnvironment to ExplainOneQuery_hook's parameter list.Tom Lane2018-01-11
* Fix Latin spellingPeter Eisentraut2018-01-11
* Revert "Move portal pinning from PL/pgSQL to SPI"Peter Eisentraut2018-01-10
* Remove dubious micro-optimization in ckpt_buforder_comparator().Tom Lane2018-01-10
* Add missing "return" statement to accumulate_append_subpath.Robert Haas2018-01-10
* Move portal pinning from PL/pgSQL to SPIPeter Eisentraut2018-01-10
* Give more accurate error message for dropping pinned portalPeter Eisentraut2018-01-10
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-09
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Implement TZH and TZM timestamp format patternsAndrew Dunstan2018-01-09
* Remove PortalGetQueryDesc()Peter Eisentraut2018-01-09
* Update portal-related memory context names and APIPeter Eisentraut2018-01-09
* Rewrite list_qsort() to avoid trashing its input list.Tom Lane2018-01-09
* Improve the heuristic for ordering child paths of a parallel append.Tom Lane2018-01-09
* While waiting for a condition variable, detect postmaster death.Tom Lane2018-01-09
* Fix race condition during replication origin drop.Tom Lane2018-01-09
* Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs.Tom Lane2018-01-09
* Don't allow VACUUM VERBOSE ANALYZE VERBOSE.Robert Haas2018-01-09
* Fix comment.Robert Haas2018-01-09
* Cosmetic improvements in condition_variable.[hc].Tom Lane2018-01-08