aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* instr_time.h: add INSTR_TIME_SET_CURRENT_LAZYAlvaro Herrera2018-11-21
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Improve description of buffer used to store records in WAL readerMichael Paquier2018-11-21
* Add settings to control SSL/TLS protocol versionPeter Eisentraut2018-11-20
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane2018-11-17
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-16
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Add dummy field to currently empty struct TupleTableSlotOps.Andres Freund2018-11-15
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-15
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-15
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* A small tweak to some comments for PartitionKeyDataPeter Eisentraut2018-11-15
* Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut2018-11-15
* Make reformat-dat-files, reformat-dat-files VPATH safe.Andres Freund2018-11-15
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-15
* Add a timezone-specific variant of date_trunc().Tom Lane2018-11-14
* Lower lock level for renaming indexesPeter Eisentraut2018-11-14
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* Fix incorrect routine name in xlog_heapam.hMichael Paquier2018-11-10
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Fix inadequate autoconfiscation of copyfile() usage.Tom Lane2018-11-07
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-07
* pg_upgrade: Allow use of file cloningPeter Eisentraut2018-11-07
* Postpone calculating total_table_pages until after pruning/exclusion.Tom Lane2018-11-07
* Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro2018-11-07
* Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro2018-11-07
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Reorganize format options of psql in alphabetical orderMichael Paquier2018-11-06
* Switch pg_promote to be parallel-safeMichael Paquier2018-11-06
* Remove dsm_resize() and dsm_remap().Thomas Munro2018-11-06
* Remove unreferenced pg_opfamily entry.Tom Lane2018-11-05
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01
* Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut2018-11-01
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* Add pg_partition_tree to display information about partitionsMichael Paquier2018-10-30
* Add pg_promote functionMichael Paquier2018-10-25
* Improve unconstify() documentationPeter Eisentraut2018-10-25
* List wait events in alphabetical orderMichael Paquier2018-10-24
* Remove get_attidentity()Peter Eisentraut2018-10-23
* Remove get_atttypmod()Peter Eisentraut2018-10-23
* Sprinkle some const decorationsPeter Eisentraut2018-10-23
* Clarify descriptions of relhassubclass and relispartition in pg_classMichael Paquier2018-10-22