aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove get_attidentity()Peter Eisentraut2018-10-23
* Remove get_atttypmod()Peter Eisentraut2018-10-23
* Drop const cast from dlsym() callsPeter Eisentraut2018-10-23
* Sprinkle some const decorationsPeter Eisentraut2018-10-23
* Set pg_class.relhassubclass for partitioned indexesMichael Paquier2018-10-22
* Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane2018-10-19
* Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane2018-10-19
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-19
* Improve some comments related to executor result relations.Tom Lane2018-10-17
* Const-ify a few more large static tables.Tom Lane2018-10-17
* Fix crash in multi-insert COPYPeter Eisentraut2018-10-17
* Reorder FmgrBuiltin members, saving 25% in size.Andres Freund2018-10-16
* Mark constantly allocated dest receiver as const.Andres Freund2018-10-16
* Be smarter about age-counter overflow in formatting.c caches.Tom Lane2018-10-16
* Avoid statically allocating formatting.c's format string caches.Tom Lane2018-10-16
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-16
* Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane2018-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
* Move the replication lag tracker into heap memory.Thomas Munro2018-10-16
* Check for stack overrun in standard_ProcessUtility().Tom Lane2018-10-15
* Make spelling of "acknowledgment" consistentPeter Eisentraut2018-10-15
* Use PlaceHolderVars within the quals of a FULL JOIN.Tom Lane2018-10-14
* Avoid duplicate XIDs at recovery when building initial snapshotMichael Paquier2018-10-14
* 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
* Move timeofday() implementation out of nabstime.c.Andres Freund2018-10-11
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Slightly correct context check for event triggersPeter Eisentraut2018-10-10
* Turn transaction_isolation into GUC enumPeter Eisentraut2018-10-09
* Add pg_ls_archive_statusdir functionMichael Paquier2018-10-09
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* 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
* Silence compiler warning in Assert()Alvaro Herrera2018-10-08
* Track procedure calls in pg_stat_user_functionsPeter Eisentraut2018-10-08
* Improve two error messages related to foreign keys on partitioned tablesMichael Paquier2018-10-08
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera2018-10-06
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Restore sane locking behavior during parallel query.Tom Lane2018-10-06
* Remove more redundant relation locking during executor startup.Tom Lane2018-10-06
* Don't use is_infinite() where isinf() will do.Tom Lane2018-10-06
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Improve the accuracy of floating point statistical aggregates.Dean Rasheed2018-10-06
* Assign constraint name when cloning FK definition for partitionsMichael Paquier2018-10-06
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05