summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-21Support huge pages on WindowsMagnus Hagander
2018-01-20Suppress possibly-uninitialized-variable warnings.Tom Lane
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Fix CompareIndexInfo's attnum comparisonsAlvaro Herrera
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-19Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera
2018-01-19Transfer state pertaining to pending REINDEX operations to workers.Robert Haas
2018-01-19Fix typo in recent commitSimon Riggs
2018-01-19Update commentPeter Eisentraut
2018-01-17Reorder C includesBruce Momjian
2018-01-17Remove useless lookup of root partitioned rel in ExecInitModifyTable().Tom Lane
2018-01-17Ability to advance replication slotsSimon Riggs
2018-01-17Centralize json and jsonb handling of datetime typesAndrew Dunstan
2018-01-16Remove useless use of bit-masking macrosPeter Eisentraut
2018-01-12Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane
2018-01-12Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane
2018-01-12Remove hard-coded schema knowledge about pg_attribute from genbki.plAlvaro Herrera
2018-01-12C comment: fix "the the" mentions in C commentsBruce Momjian
2018-01-11Add QueryEnvironment to ExplainOneQuery_hook's parameter list.Tom Lane
2018-01-11Fix Latin spellingPeter Eisentraut
2018-01-10Revert "Move portal pinning from PL/pgSQL to SPI"Peter Eisentraut
2018-01-10Remove dubious micro-optimization in ckpt_buforder_comparator().Tom Lane
2018-01-10Add missing "return" statement to accumulate_append_subpath.Robert Haas
2018-01-10Move portal pinning from PL/pgSQL to SPIPeter Eisentraut
2018-01-10Give more accurate error message for dropping pinned portalPeter Eisentraut
2018-01-09Expression evaluation based aggregate transition invocation.Andres Freund
2018-01-09Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera
2018-01-09Implement TZH and TZM timestamp format patternsAndrew Dunstan
2018-01-09Remove PortalGetQueryDesc()Peter Eisentraut
2018-01-09Update portal-related memory context names and APIPeter Eisentraut
2018-01-09Rewrite list_qsort() to avoid trashing its input list.Tom Lane
2018-01-09Improve the heuristic for ordering child paths of a parallel append.Tom Lane
2018-01-09While waiting for a condition variable, detect postmaster death.Tom Lane
2018-01-09Fix race condition during replication origin drop.Tom Lane
2018-01-09Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs.Tom Lane
2018-01-09Don't allow VACUUM VERBOSE ANALYZE VERBOSE.Robert Haas
2018-01-09Fix comment.Robert Haas
2018-01-08Cosmetic improvements in condition_variable.[hc].Tom Lane
2018-01-08Improve error detection capability in proclists.Tom Lane
2018-01-08Back off chattiness in RemovePgTempFiles().Tom Lane
2018-01-06Add TIMELINE to backup_label fileSimon Riggs
2018-01-06Default monitoring roles - errataSimon Riggs
2018-01-06Remove return values of ConditionVariableSignal/Broadcast.Tom Lane
2018-01-06Reorder steps in ConditionVariablePrepareToSleep for more safety.Tom Lane
2018-01-06Rewrite ConditionVariableBroadcast() to avoid live-lock.Tom Lane
2018-01-05Factor error generation out of ExecPartitionCheck.Robert Haas
2018-01-05Fix failure to delete spill files of aborted transactionsAlvaro Herrera