aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-19
* Improve some comments related to executor result relations.Tom Lane2018-10-17
* Reorder FmgrBuiltin members, saving 25% in size.Andres Freund2018-10-16
* Add macro to cast away const without allowing changes to underlying type.Andres Freund2018-10-16
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-16
* Correct constness of a few variables.Andres Freund2018-10-15
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-15
* Move generic slot support functions from heaptuple.c into execTuples.c.Andres Freund2018-10-15
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-11
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Turn transaction_isolation into GUC enumPeter Eisentraut2018-10-09
* Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane2018-10-09
* Add pg_ls_archive_statusdir functionMichael Paquier2018-10-09
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane2018-10-08
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Improve snprintf.c's handling of NaN, Infinity, and minus zero.Tom Lane2018-10-08
* Avoid O(N^2) cost in ExecFindRowMark().Tom Lane2018-10-08
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Remove more redundant relation locking during executor startup.Tom Lane2018-10-06
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Add pg_ls_tmpdir functionMichael Paquier2018-10-05
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-04
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-04
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Make assorted performance improvements in snprintf.c.Tom Lane2018-10-03
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-02
* Refactor relation opening for VACUUM and ANALYZEMichael Paquier2018-10-02
* Add assertions that we hold some relevant lock during relation open.Tom Lane2018-10-01
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Add application_name to connection authorized msgStephen Frost2018-09-28
* Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane2018-09-28
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27