summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-10-21Update outdated comment on WAL-logged locks with invalid XIDHeikki Linnakangas
2024-10-21Fix race condition in committing a serializable transactionHeikki Linnakangas
2024-10-21Fix grammar of a comment in bufmgr.cMichael Paquier
2024-10-21injection_points: Add basic isolation testMichael Paquier
2024-10-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-10-19Fix comment about pg_authid.Tom Lane
2024-10-18Disable autovacuum for tables in stats import tests.Jeff Davis
2024-10-18Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis
2024-10-18Optimize nbtree backwards scans.Peter Geoghegan
2024-10-18Fix memory leaks from incorrect strsep() usesPeter Eisentraut
2024-10-18Fix strsep() use for SCRAM secrets parsingPeter Eisentraut
2024-10-18Remove unused code for unlogged materialized views.Fujii Masao
2024-10-18Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-10-17Improve ThrowErrorData() comments for use with soft errors.Jeff Davis
2024-10-17ecpg: fix more minor mishandling of bad input in preprocessor.Tom Lane
2024-10-17Fix extreme skew detection in Parallel Hash Join.Thomas Munro
2024-10-17Remove superfluous forward declarationPeter Eisentraut
2024-10-17Fix whitespacePeter Eisentraut
2024-10-17Fix unnecessary casts of copyObject() resultPeter Eisentraut
2024-10-17Improve node type forward referencePeter Eisentraut
2024-10-17jsonapi: fully initialize dummy lexerPeter Eisentraut
2024-10-17Fix unusual include stylePeter Eisentraut
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-10-16Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier
2024-10-16Rewrite some regression queries for option checks with COPYMichael Paquier
2024-10-16nbtree: fix read page recheck typo.Peter Geoghegan
2024-10-16Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane
2024-10-16Whitespace fixup from generated unicode tables.Jeff Davis
2024-10-16Fix #include order from e839c8ecc9.Jeff Davis
2024-10-16Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada
2024-10-16ecpg: fix some minor mishandling of bad input in preprocessor.Tom Lane
2024-10-16Normalize nbtree truncated high key array behavior.Peter Geoghegan
2024-10-16Fix typo in comment of transformJsonAggConstructor()Amit Langote
2024-10-16initdb: Change default to using data checksums.Peter Eisentraut
2024-10-15Add type cast to foreach_internal's loop variable.Nathan Bossart
2024-10-15Move clause_sides_match_join() into restrictinfo.hDavid Rowley
2024-10-15Add contrib/pg_logicalinspect.Masahiko Sawada
2024-10-15Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.Masahiko Sawada
2024-10-14ecpg: invent a saner syntax for ecpg.addons entries.Tom Lane
2024-10-14ecpg: add cross-checks to parse.pl for usage of internal tables.Tom Lane
2024-10-14Move libc-specific code from pg_locale.c into pg_locale_libc.c.Jeff Davis
2024-10-14ecpg: avoid breaking the IDENT precedence level in two.Tom Lane
2024-10-14Move ICU-specific code from pg_locale.c into pg_locale_icu.c.Jeff Davis
2024-10-14ecpg: improve preprocessor's memory management.Tom Lane
2024-10-14ecpg: move some functions into a new file ecpg/preproc/util.c.Tom Lane
2024-10-14ecpg: re-implement preprocessor's string management.Tom Lane
2024-10-14ecpg: major cleanup, simplification, and documentation of parse.pl.Tom Lane
2024-10-14ecpg: remove check_rules.pl.Tom Lane
2024-10-14ecpg: clean up documentation of parse.pl, and add more input checking.Tom Lane
2024-10-14Remove obsolete comment in reorderbuffer.h.Masahiko Sawada