summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-09-28Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane
2018-09-28Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila
2018-09-28Fix WAL recycling on standbys depending on archive_modeMichael Paquier
2018-09-27Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane
2018-09-27Minor formatting cleanup for 2a6368343fAlexander Korotkov
2018-09-27Remove extra usage of BoxPGetDatum() macroAlexander Korotkov
2018-09-27Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.Andres Freund
2018-09-26Switch flags tracking pending interrupts to sig_atomic_tMichael Paquier
2018-09-26Recurse to sequences on ownership change for all relkindsPeter Eisentraut
2018-09-26Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-09-26Update dummy CREATE ASSERTION grammarPeter Eisentraut
2018-09-26Fix problems in handling the line data typeTomas Vondra
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-09-25Remove absolete function TupleDescGetSlot().Andres Freund
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-09-25Remove function list from prologue of execTuples.c.Andres Freund
2018-09-25Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund
2018-09-25Remove obsolete commentAlvaro Herrera
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-25Constify dsa_size_class_map and use a better type.Thomas Munro
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-09-24Make EXPLAIN output for JIT compilation more dense.Andres Freund
2018-09-24Fast default trigger and expand_tuple fixesAndrew Dunstan
2018-09-24Fix over-allocation of space for array_out()'s result string.Tom Lane
2018-09-24Document aclitem functions and operatorsJoe Conway
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-23Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane
2018-09-22Replace CAS loop with single TAS in ProcArrayGroupClearXid()Alexander Korotkov
2018-09-22Make GUC wal_sender_timeout user-settableMichael Paquier
2018-09-21Use size_t consistently in dsa.{ch}.Thomas Munro
2018-09-20Add a "return" statement to pacify perlcritic.Tom Lane
2018-09-20Teach genbki.pl to auto-generate pg_type entries for array types.Tom Lane
2018-09-20Fix handling of format string text characters in to_timestamp()/to_date()Alexander Korotkov
2018-09-20Fix segment_bins corruption in dsa.c.Thomas Munro
2018-09-20Defer restoration of libraries in parallel workers.Thomas Munro
2018-09-19Fix minor error message style guide violation.Tom Lane
2018-09-19Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.Tom Lane
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-09-18Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane
2018-09-18Fix some probably-minor oversights in readfuncs.c.Tom Lane
2018-09-18Allow DSM allocation to be interrupted.Thomas Munro
2018-09-18Refactor routines for subscription and publication lookupsMichael Paquier
2018-09-17Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane
2018-09-16Add outfuncs.c support for RawStmt nodes.Tom Lane
2018-09-15In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-14Move PartitionDispatchData struct definition to execPartition.cAlvaro Herrera
2018-09-14Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera