aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Add missing source files to pg_waldump/nls.mkAlvaro Herrera2022-09-25
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-22
* Fix thinko in comment.Etsuro Fujita2022-09-22
* docs: Fix snapshot name in SET TRANSACTION docs.Fujii Masao2022-09-22
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-21
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-20
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund2022-09-17
* Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane2022-09-16
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-14
* Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier2022-09-14
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-14
* doc: Fix link to FreeBSD documentation projectDaniel Gustafsson2022-09-12
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-09
* Reject bogus output from uuid_create(3).Tom Lane2022-09-09
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-06
* Backpatch nbtree page deletion hardening.Peter Geoghegan2022-09-05
* Doc: clarify partitioned table limitationsDavid Rowley2022-09-05
* doc: simplify docs about analyze and inheritance/partitionsBruce Momjian2022-09-02
* doc: clarify recursion internal behaviorBruce Momjian2022-09-02
* Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane2022-09-02
* Fix some possibly latent bugs in slab.cDavid Rowley2022-09-01
* doc: in create statistics docs, mention analyze for parent infoBruce Momjian2022-08-31
* doc: mention "bloom" as a possible index access methodBruce Momjian2022-08-31
* doc: use FILTER in aggregate exampleBruce Momjian2022-08-31
* doc: split out the NATURAL/CROSS JOIN in SELECT syntaxBruce Momjian2022-08-31
* Port regress-python3-mangle.mk to Solaris "sed", redux.Tom Lane2022-08-31
* doc: warn of SECURITY DEFINER schemas for non-sql_body functionsBruce Momjian2022-08-31
* doc: mention that SET TIME ZONE often needs to be quotedBruce Momjian2022-08-31
* doc: document the maximum char/varchar length valueBruce Momjian2022-08-31
* doc: show direction is optional in FETCH/MOVE's FROM/IN syntaxBruce Momjian2022-08-31
* doc: simplify WITH clause syntax in CREATE DATABASEBruce Momjian2022-08-31
* Prevent long-term memory leakage in autovacuum launcher.Tom Lane2022-08-31
* In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane2022-08-31
* On NetBSD, force dynamic symbol resolution at postmaster start.Tom Lane2022-08-30
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* Doc: fix example of recursive query.Tom Lane2022-08-28
* Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane2022-08-27
* Fix typo in comment.Etsuro Fujita2022-08-26
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Doc: document possible need to raise kernel's somaxconn limit.Tom Lane2022-08-23
* Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane2022-08-23
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* doc: fix wrong tag used in create sequence manual.Tatsuo Ishii2022-08-16