aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Improve error detection capability in proclists.Tom Lane2018-01-08
* Back off chattiness in RemovePgTempFiles().Tom Lane2018-01-07
* Add TIMELINE to backup_label fileSimon Riggs2018-01-06
* Default monitoring roles - errataSimon Riggs2018-01-06
* Remove return values of ConditionVariableSignal/Broadcast.Tom Lane2018-01-05
* Reorder steps in ConditionVariablePrepareToSleep for more safety.Tom Lane2018-01-05
* Rewrite ConditionVariableBroadcast() to avoid live-lock.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
* Add missing includesPeter Eisentraut2018-01-04
* Minor preparatory refactoring for UPDATE row movement.Robert Haas2018-01-04
* Fix build with older OpenSSL versionsPeter Eisentraut2018-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
* Define LDAPS_PORT if it's missing and disable implicit LDAPS on WindowsPeter Eisentraut2018-01-04
* Code review for Parallel Append.Robert Haas2018-01-04
* Clean up tupdesc.c for recent changes.Tom Lane2018-01-03
* Fix typoAlvaro Herrera2018-01-03
* Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera2018-01-03
* Fix some minor errors in new PHJ code.Tom Lane2018-01-03
* Teach eval_const_expressions() to handle some more cases.Tom Lane2018-01-03
* 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
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* Don't cast between GinNullCategory and boolPeter Eisentraut2018-01-02
* Fix EXPLAIN ANALYZE output for Parallel Hash.Andres Freund2018-01-01