aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix some minor postmaster-state-machine issues.Tom Lane2019-04-24
* Unify error messagesAlvaro Herrera2019-04-24
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-23
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-23
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Don't request pretty-printed output from xmlNodeDump().Tom Lane2019-04-23
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-22
* Fix mvdistinct and dependencies size calculationsTomas Vondra2019-04-21
* Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund2019-04-19
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-19
* Fix problems with auto-held portals.Tom Lane2019-04-19
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-19
* Fix potential use-after-free for BEFORE UPDATE row triggers on non-core AMs.Andres Freund2019-04-18
* 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