aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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
* Re-adjust drop-index-concurrently-1 isolation testDavid Rowley2022-12-16
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* doc: Add missing <varlistentry> markups for developer GUCsMichael Paquier2022-12-05
* 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 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
* 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
* Fix comment in fe-auth-scram.cMichael Paquier2022-11-30
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane2022-11-29
* Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan2022-11-27
* Remove temporary portlock directory during make [dist]clean.Tom Lane2022-11-26
* Add portlock directory to .gitignoreAndrew Dunstan2022-11-26
* Allow building with MSVC and Strawberry perlAndrew Dunstan2022-11-25
* Fix uninitialized access to InitialRunningXacts during decoding.Amit Kapila2022-11-25
* Make multixact error message more explicitAlvaro Herrera2022-11-24
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-11-23
* YA attempt at taming worst-case behavior of get_actual_variable_range.Tom Lane2022-11-22
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-22
* Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera2022-11-22
* Replace link to Hunspell with the current homepageDaniel Gustafsson2022-11-21
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bitAndres Freund2022-11-19
* Doc: sync src/tutorial/basics.source with SGML documentation.Tom Lane2022-11-19
* pg_dump: avoid unsafe function calls in getPolicies().Tom Lane2022-11-19
* Postpone calls of unsafe server-side functions in pg_dump.Tom Lane2022-11-19
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-17
* Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila2022-11-14
* Fix theoretical torn page hazard.Jeff Davis2022-11-11
* Fix alter_table.sql test case to test what it claims to.Tom Lane2022-11-10
* Re-allow building on Microsoft Visual Studio 2013.Tom Lane2022-11-10
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier2022-11-09
* Doc: improve tutorial section about grouped aggregates.Tom Lane2022-11-08
* Stamp 13.9.REL_13_9Tom Lane2022-11-07
* Translation updatesPeter Eisentraut2022-11-07