aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut2019-04-18
* postgresql.conf.sample: add proper defaults for include actionsBruce Momjian2019-04-17
* Fix assorted minor bogosity in GSSAPI transport error messages.Tom Lane2019-04-17
* Minor jsonpath fixes.Tom Lane2019-04-17
* Return NULL for checksum failures if checksums are not enabledMagnus Hagander2019-04-17
* Fix thinko introduced by 82a5649 in slot.cMichael Paquier2019-04-17
* Simplify some ERROR paths clearing wait events and transient filesMichael Paquier2019-04-17
* Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier2019-04-17
* Remove duplicate assignment when initializing logical decoder contextMichael Paquier2019-04-16
* Fix pg_mcv_list deserializationTomas Vondra2019-04-16
* Fix failure with textual partition hash keys.Tom Lane2019-04-15
* Fix division by zero in _bt_vacuum_needs_cleanup()Alexander Korotkov2019-04-15
* Fix thinko in ExecCleanupTupleRouting().Etsuro Fujita2019-04-15
* Unbreak index optimization for LIKE on byteaPeter Eisentraut2019-04-15
* Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier2019-04-15
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-12
* Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut2019-04-12
* Fix GetNewTransactionId()'s interaction with xidVacLimit.Thomas Munro2019-04-12
* Fix typos in reloptions.cMichael Paquier2019-04-12
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-12
* Fix backwards test in operator_precedence_warning logic.Tom Lane2019-04-10
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* Fix typos.Thomas Munro2019-04-10
* Prevent inlining of multiply-referenced CTEs with outer recursive refs.Tom Lane2019-04-09
* Fix typoAlvaro Herrera2019-04-09
* Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch2019-04-09
* Replace tabs with spaces in one .sql filePeter Eisentraut2019-04-09
* Fix example in comment.Heikki Linnakangas2019-04-09
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* Reset memory context once per tuple in validateForeignKeyConstraint.Andres Freund2019-04-07
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-07
* Avoid fetching past the end of the indoption array.Tom Lane2019-04-07
* Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane2019-04-07
* Report progress of REINDEX operationsPeter Eisentraut2019-04-07
* Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut2019-04-07
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-06
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Add facility to copy replication slotsAlvaro Herrera2019-04-05
* Wake up interested backends when a checkpoint fails.Thomas Munro2019-04-06
* Fix compiler warningPeter Eisentraut2019-04-05
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Fix bugs in mdsyncfiletag().Thomas Munro2019-04-05
* Remove unused struct member, enforce multi_insert callback presence.Andres Freund2019-04-04
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-04