summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-10Stamp 9.4.26.REL9_4_26REL9_4_STABLETom Lane
2020-02-10Last-minute updates for release notes.Tom Lane
2020-02-10createuser: fix parsing of --connection-limit argumentAlvaro Herrera
2020-02-10Translation updatesPeter Eisentraut
2020-02-09Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26.Tom Lane
2020-02-06Add note about access permission checks by inherited TRUNCATE and LOCK TABLE.Fujii Masao
2020-02-03Revert commit 56bc82a511.Fujii Masao
2020-02-01Fix memory leak on DSM slot exhaustion.Thomas Munro
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-31Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane
2020-01-30Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-21Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund
2020-01-21Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier
2020-01-20Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2020-01-12Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane
2020-01-10doc: Fix naming of SELinuxMichael Paquier
2020-01-08Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27doc: add examples of creative use of unique expression indexesBruce Momjian
2019-12-27docs: clarify infinite range values from data-type infinitiesBruce Momjian
2019-12-27Forbid DROP SCHEMA on temporary namespacesMichael Paquier
2019-12-24Rotate instead of shifting hash join batch number.Thomas Munro
2019-12-23Disallow null category in crosstab_hashJoe Conway
2019-12-23Prevent a rowtype from being included in itself via a range.Tom Lane
2019-12-23Combine initdb tests that successfully create a data directory.Michael Paquier
2019-12-22Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane
2019-12-21In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.Tom Lane
2019-12-21docs: clarify handling of column lists in COPY TO/FROMBruce Momjian
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-17Fix error reporting for index expressions of prohibited types.Tom Lane
2019-12-16On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.Tom Lane
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-11Doc: back-patch documentation about limitations of CHECK constraints.Tom Lane
2019-12-09Fix race condition in our Windows signal emulation.Tom Lane
2019-12-08Document search_path security with untrusted dbowner or CREATEROLE.Noah Misch
2019-12-03Ensure maxlen is at leat 1 in dict_intTomas Vondra
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-30Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra
2019-11-27Fix typo in comment.Etsuro Fujita
2019-11-24Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-11-20Remove incorrect markupMagnus Hagander