summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-11-01Lower error level from PANIC to FATAL when restoring slots at startupMichael Paquier
2018-11-01Remove obsolete pg_constraint.consrc columnPeter Eisentraut
2018-11-01Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut
2018-11-01Fix error message typo introduced 691d79a07933.Andres Freund
2018-11-01Adjust trace_sort log messages.Peter Geoghegan
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2018-10-31Fix memory leak in repeated SPGIST index scans.Tom Lane
2018-10-31Fix typo in xlog.c.Andres Freund
2018-10-30Fix interaction of CASE and ArrayCoerceExpr.Tom Lane
2018-10-30Add pg_partition_tree to display information about partitionsMichael Paquier
2018-10-28Remove incorrect comment in dshash.c.Thomas Munro
2018-10-25Add pg_promote functionMichael Paquier
2018-10-25Apply unconstify() in more placesPeter Eisentraut
2018-10-24Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan
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-23Drop const cast from dlsym() callsPeter Eisentraut
2018-10-23Sprinkle some const decorationsPeter Eisentraut
2018-10-22Set pg_class.relhassubclass for partitioned indexesMichael Paquier
2018-10-20Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-10-19Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane
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-17Const-ify a few more large static tables.Tom Lane
2018-10-17Fix crash in multi-insert COPYPeter Eisentraut
2018-10-16Reorder FmgrBuiltin members, saving 25% in size.Andres Freund
2018-10-16Mark constantly allocated dest receiver as const.Andres Freund
2018-10-16Be smarter about age-counter overflow in formatting.c caches.Tom Lane
2018-10-16Avoid statically allocating formatting.c's format string caches.Tom Lane
2018-10-16Correct constness of system attributes in heap.c & prerequisites.Andres Freund
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane
2018-10-16Correct constness of a few variables.Andres Freund
2018-10-16Move TupleTableSlots boolean member into one flag variable.Andres Freund
2018-10-15Move generic slot support functions from heaptuple.c into execTuples.c.Andres Freund
2018-10-15Move the replication lag tracker into heap memory.Thomas Munro
2018-10-15Check for stack overrun in standard_ProcessUtility().Tom Lane
2018-10-15Make spelling of "acknowledgment" consistentPeter Eisentraut
2018-10-14Use PlaceHolderVars within the quals of a FULL JOIN.Tom Lane
2018-10-14Avoid duplicate XIDs at recovery when building initial snapshotMichael Paquier
2018-10-12Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane
2018-10-12Correct attach/detach logic for FKs in partitionsAlvaro Herrera
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-11Move timeofday() implementation out of nabstime.c.Andres Freund
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-10Slightly correct context check for event triggersPeter Eisentraut
2018-10-09Turn transaction_isolation into GUC enumPeter Eisentraut
2018-10-09Add pg_ls_archive_statusdir functionMichael Paquier
2018-10-08Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro
2018-10-08Advance transaction timestamp for intra-procedure transactions.Tom Lane