aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make new GENERATED-expressions code more bulletproof.Tom Lane2023-01-15
* Doc: fix typo in backup.sgml.Tatsuo Ishii2023-01-14
* doc: Simplify description of functions for pg_walinspectMichael Paquier2023-01-13
* Fix WaitEventSetWait() buffer overrun.Thomas Munro2023-01-13
* Fix jsonpath existense checking of missing variablesAlexander Korotkov2023-01-12
* Acquire spinlock when updating 2PC slot data during logical decoding creationMichael Paquier2023-01-12
* Fix MERGE's test for unreachable WHEN clauses.Dean Rasheed2023-01-10
* Remove the streaming files for incomplete xacts after restart.Amit Kapila2023-01-07
* Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed2023-01-06
* Fix pg_truncate() on Windows.Thomas Munro2023-01-06
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Improve documentation of the CREATEROLE attibute.Robert Haas2023-01-03
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund2023-01-02
* Avoid reference to nonexistent array element in ExecInitAgg().Tom Lane2023-01-02
* Update copyright for 2023Bruce Momjian2023-01-02
* ci: Change macOS builds from Intel to ARM.Thomas Munro2023-01-01
* Fix assert in BRIN build_distancesTomas Vondra2022-12-30
* Rework <warning> box about column list combining in logical replicationAlvaro Herrera2022-12-23
* Fix end LSN determination in recently added testAlvaro Herrera2022-12-23
* Fix event trigger exampleAlvaro Herrera2022-12-23
* Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier2022-12-23
* Fix come incorrect elog() messages in aclchk.cMichael Paquier2022-12-23
* Add some recursion and looping defenses in prepjointree.c.Tom Lane2022-12-22
* Fix contrib/seg to be more wary of long input numbers.Tom Lane2022-12-21
* Fix inability to reference CYCLE column from inside its CTE.Tom Lane2022-12-16
* Re-adjust drop-index-concurrently-1 isolation testDavid Rowley2022-12-16
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Fix jsonb subscripting to cope with toasted subscript values.Tom Lane2022-12-12
* Fix failure to advance content pointer in sendFileWithContent.Robert Haas2022-12-12
* Add subquery pullup handling for WindowClause runConditionDavid Rowley2022-12-10
* Update MERGE docs to mention that ONLY is supported.Dean Rasheed2022-12-09
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-08
* Fix FK comment think-oPeter Eisentraut2022-12-07
* Fix 32-bit build dangling pointer issue in WindowAggDavid Rowley2022-12-07
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* doc: Add missing <varlistentry> markups for developer GUCsMichael Paquier2022-12-05
* Fix broken MemoizePath support in reparameterize_path().Tom Lane2022-12-04
* Fix generate_partitionwise_join_paths() to tolerate failure.Tom Lane2022-12-04
* Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed2022-12-03
* Prevent pgstats from getting confused when relkind of a relation changesAndres Freund2022-12-02
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-01
* Doc: add example of round(v, s) with negative s.Tom Lane2022-12-01
* Doc: word-smith the discussion of secure schema usage patterns.Tom Lane2022-12-01
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-01
* revert: add transaction processing chapter with internals infoBruce Momjian2022-12-01
* Reject missing database name in pg_regress and cohorts.Tom Lane2022-11-30
* doc: add transaction processing chapter with internals infoBruce Momjian2022-11-29