summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-285-10/+10
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-253-16/+82
* Add missing source files to pg_waldump/nls.mkAlvaro Herrera2022-09-251-3/+4
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-221-11/+19
* Fix thinko in comment.Etsuro Fujita2022-09-221-2/+2
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-212-7/+0
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-206-6/+9
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-191-1/+8
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-171-1/+1
* Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund2022-09-172-2/+2
* Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane2022-09-163-4/+76
* Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier2022-09-141-4/+6
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-142-0/+50
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-122-3/+2
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-096-123/+151
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-083-10/+52
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-068-83/+119
* Backpatch nbtree page deletion hardening.Peter Geoghegan2022-09-051-1/+17
* Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane2022-09-023-20/+54
* Fix some possibly latent bugs in slab.cDavid Rowley2022-09-011-6/+8
* Prevent long-term memory leakage in autovacuum launcher.Tom Lane2022-08-311-0/+3
* In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane2022-08-311-1/+17
* On NetBSD, force dynamic symbol resolution at postmaster start.Tom Lane2022-08-301-0/+9
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-291-5/+19
* Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane2022-08-276-0/+184
* Fix typo in comment.Etsuro Fujita2022-08-261-1/+1
* Defend against stack overrun in a few more places.Tom Lane2022-08-244-2/+14
* Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane2022-08-231-1/+1
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-231-0/+2
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-183-8/+96
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-163-0/+11
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-152-1/+5
* Fix outdated --help message for postgres -fMichael Paquier2022-08-151-1/+1
* Preserve memory context of VarStringSortSupport buffers.Tom Lane2022-08-141-10/+6
* Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane2022-08-131-1/+4
* Catch stack overflow when recursing in transformFromClauseItem().Tom Lane2022-08-131-0/+3
* Add missing fields to _outConstraint()Peter Eisentraut2022-08-131-0/+2
* pg_upgrade: Fix some minor code issuesPeter Eisentraut2022-08-132-2/+1
* Fix _outConstraint() for "identity" constraintsPeter Eisentraut2022-08-121-2/+1
* Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila2022-08-1211-85/+72
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-113-8/+143
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-103-3/+48
* Stabilize output of new regression test.Tom Lane2022-08-081-0/+3
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-0820-42/+540
* Translation updatesAlvaro Herrera2022-08-0876-25148/+24905
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-071-1/+1
* Improve recently-added test reliabilityAlvaro Herrera2022-08-061-24/+11
* Partially undo commit 94da73281.Tom Lane2022-08-052-13/+19
* Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane2022-08-054-23/+50
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-053-1/+76