summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-16Fix some BufFileRead() error reportingPeter Eisentraut
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-12Fix WaitEventSetWait() buffer overrun.Thomas Munro
2023-01-12Fix jsonpath existense checking of missing variablesAlexander Korotkov
2023-01-11Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier
2023-01-06Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-03Improve documentation of the CREATEROLE attibute.Robert Haas
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2023-01-02Avoid reference to nonexistent array element in ExecInitAgg().Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-23Fix event trigger exampleAlvaro Herrera
2022-12-23Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier
2022-12-23Fix come incorrect elog() messages in aclchk.cMichael Paquier
2022-12-22Add some recursion and looping defenses in prepjointree.c.Tom Lane
2022-12-21Fix contrib/seg to be more wary of long input numbers.Tom Lane
2022-12-15Re-adjust drop-index-concurrently-1 isolation testDavid Rowley
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-05doc: Add missing <varlistentry> markups for developer GUCsMichael Paquier
2022-12-04Fix generate_partitionwise_join_paths() to tolerate failure.Tom Lane
2022-12-03Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed
2022-12-03Prevent pgstats from getting confused when relkind of a relation changesAndres Freund
2022-12-01Fix memory leak for hashing with nondeterministic collations.Jeff Davis
2022-12-01Doc: add example of round(v, s) with negative s.Tom Lane
2022-12-01revert: add transaction processing chapter with internals infoBruce Momjian
2022-11-30Reject missing database name in pg_regress and cohorts.Tom Lane
2022-11-30doc: add transaction processing chapter with internals infoBruce Momjian
2022-11-29Fix comment in fe-auth-scram.cMichael Paquier
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-29Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane
2022-11-27Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan
2022-11-26Remove temporary portlock directory during make [dist]clean.Tom Lane
2022-11-26Add portlock directory to .gitignoreAndrew Dunstan
2022-11-25Allow building with MSVC and Strawberry perlAndrew Dunstan
2022-11-25Fix uninitialized access to InitialRunningXacts during decoding.Amit Kapila
2022-11-24Make multixact error message more explicitAlvaro Herrera
2022-11-23Fix perl warning from commit 9b4eafcaf4Andrew Dunstan
2022-11-22YA attempt at taming worst-case behavior of get_actual_variable_range.Tom Lane
2022-11-22Prevent port collisions between concurrent TAP testsAndrew Dunstan
2022-11-22Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera
2022-11-21Replace link to Hunspell with the current homepageDaniel Gustafsson
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-11-19Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bitAndres Freund
2022-11-19Doc: sync src/tutorial/basics.source with SGML documentation.Tom Lane
2022-11-19pg_dump: avoid unsafe function calls in getPolicies().Tom Lane
2022-11-19Postpone calls of unsafe server-side functions in pg_dump.Tom Lane
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-11-14Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila