summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-20Remove assertions that some compiler say are tautologicalHeikki Linnakangas
2024-03-20Add tests for domain-related information schema viewsPeter Eisentraut
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-19Inline pg_popcount{32,64} into pg_popcount().Nathan Bossart
2024-03-19Postpone reparameterization of paths until create_plan().Tom Lane
2024-03-19gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut
2024-03-19pg_upgrade: run all data type checks per connectionDaniel Gustafsson
2024-03-19Use half-open interval notation in without_overlaps testsPeter Eisentraut
2024-03-19Fix misleading commentsPeter Eisentraut
2024-03-19Use daterange and YMD in without_overlaps tests instead of tsrange.Peter Eisentraut
2024-03-19Add some UUID support functionsPeter Eisentraut
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-19Fix documentation oversights from 2d819a08a1.Jeff Davis
2024-03-18Update src/common/unicode/README.Jeff Davis
2024-03-18Fix another warning, introduced by 846311051e.Jeff Davis
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-18dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera
2024-03-18Fix unreachable code warning from commit 2d819a08a1.Jeff Davis
2024-03-18Add missing source files to nls.mkPeter Eisentraut
2024-03-18Put libpq_pipeline cancel test backAlvaro Herrera
2024-03-18Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas
2024-03-18Add some const decorationsPeter Eisentraut
2024-03-18Move code for backend startup to separate fileHeikki Linnakangas
2024-03-18Refactor postmaster child process launchingHeikki Linnakangas
2024-03-18Move some functions from postmaster.c to a new source fileHeikki Linnakangas
2024-03-18Split registration of Win32 deadchild callback to separate functionHeikki Linnakangas
2024-03-18Remove references to backup_fs_hot() in Cluster.pmMichael Paquier
2024-03-18Initialize variables to placate compiler.Nathan Bossart
2024-03-17Support json_errdetail in FRONTEND codeDaniel Gustafsson
2024-03-17Mark hash_corrupted() as pg_attribute_noreturn.Tom Lane
2024-03-17Fix PDF doc generation.Dean Rasheed
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Add attstattarget to FormExtraData_pg_attributePeter Eisentraut
2024-03-17Generalize handling of nullable pg_attribute columns in DDLPeter Eisentraut
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-17Fix EXPLAIN output for subplans in MERGE.Dean Rasheed
2024-03-17Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-16psql: fix variable existence tab completionAlexander Korotkov
2024-03-15Use locale-aware value for \watch in 005_timeouts.plAlexander Korotkov
2024-03-15Fix handling of expecteddir in pg_regressDaniel Gustafsson
2024-03-15Fix backstop in gin test if injection point is not reachedHeikki Linnakangas
2024-03-15Try to unbreak injection-fault tests in the buildfarmHeikki Linnakangas
2024-03-15Fix wordings in timeouts TAP testAlexander Korotkov
2024-03-15Fix race condition in transaction timeout TAP testsAlexander Korotkov
2024-03-15Improve log messages referring to background worker processesHeikki Linnakangas
2024-03-15Disable tests using injection points in installcheckHeikki Linnakangas
2024-03-14Add basic TAP tests for the low-level backup method, take twoMichael Paquier
2024-03-14Refactor initial hash lookup in dynahash.cMichael Paquier