summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-17Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane
2018-11-17Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-16Inline hot path of slot_getsomeattrs().Andres Freund
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-16Add dummy field to currently empty struct TupleTableSlotOps.Andres Freund
2018-11-16Don't generate tuple deforming functions for virtual slots.Andres Freund
2018-11-16Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-11-15A small tweak to some comments for PartitionKeyDataPeter Eisentraut
2018-11-15Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut
2018-11-15Make reformat-dat-files, reformat-dat-files VPATH safe.Andres Freund
2018-11-15Use 64 bit type for BufFileSize().Thomas Munro
2018-11-14Add a timezone-specific variant of date_trunc().Tom Lane
2018-11-14Lower lock level for renaming indexesPeter Eisentraut
2018-11-14Refactor code creating PartitionBoundInfoMichael Paquier
2018-11-10Fix missing role dependencies for some schema and type ACLs.Tom Lane
2018-11-10Don't require return slots for nodes without projection.Andres Freund
2018-11-09Fix incorrect routine name in xlog_heapam.hMichael Paquier
2018-11-08Revise attribute handling code on partition creationAlvaro Herrera
2018-11-07Fix inadequate autoconfiscation of copyfile() usage.Tom Lane
2018-11-07Move EEOP_*_SYSVAR evaluation out of line.Andres Freund
2018-11-07pg_upgrade: Allow use of file cloningPeter Eisentraut
2018-11-07Postpone calculating total_table_pages until after pruning/exclusion.Tom Lane
2018-11-06Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro
2018-11-06Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro
2018-11-06Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane
2018-11-06Reorganize format options of psql in alphabetical orderMichael Paquier
2018-11-06Switch pg_promote to be parallel-safeMichael Paquier
2018-11-06Remove dsm_resize() and dsm_remap().Thomas Munro
2018-11-05Remove unreferenced pg_opfamily entry.Tom Lane
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-11-01Remove obsolete pg_constraint.consrc columnPeter Eisentraut
2018-11-01Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut
2018-10-30Fix interaction of CASE and ArrayCoerceExpr.Tom Lane
2018-10-30Add pg_partition_tree to display information about partitionsMichael Paquier
2018-10-25Add pg_promote functionMichael Paquier
2018-10-25Improve unconstify() documentationPeter Eisentraut
2018-10-24List wait events in alphabetical orderMichael Paquier
2018-10-23Remove get_attidentity()Peter Eisentraut
2018-10-23Remove get_atttypmod()Peter Eisentraut
2018-10-23Sprinkle some const decorationsPeter Eisentraut
2018-10-22Clarify descriptions of relhassubclass and relispartition in pg_classMichael Paquier
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-10-17Improve some comments related to executor result relations.Tom Lane
2018-10-16Reorder FmgrBuiltin members, saving 25% in size.Andres Freund
2018-10-16Add macro to cast away const without allowing changes to underlying type.Andres Freund
2018-10-16Correct constness of system attributes in heap.c & prerequisites.Andres Freund