Commit Graph

59675 Commits (1a43de5e0a591b66ef3d92f3fac5aefcc2dc02fe)
 

Author SHA1 Message Date
Heikki Linnakangas 1a43de5e0a Fix race condition in committing a serializable transaction 1 year ago
Michael Paquier 57a36e890d Fix grammar of a comment in bufmgr.c 1 year ago
Michael Paquier a7800cf498 injection_points: Add basic isolation test 1 year ago
Álvaro Herrera f1c141fe14
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified 1 year ago
Amit Langote 11c87216d1 SQL/JSON: Fix some oversights in commit b6e1157e7 1 year ago
Tom Lane 52475b4d30 Fix comment about pg_authid. 1 year ago
Jeff Davis 779972e534 Disable autovacuum for tables in stats import tests. 1 year ago
Jeff Davis b391d882ff Allow pg_set_relation_stats() to set relpages to -1. 1 year ago
Peter Geoghegan 1bd4bc85ca Optimize nbtree backwards scans. 1 year ago
Nathan Bossart 9e2d813d59 Adjust documentation for configuring Linux huge pages. 1 year ago
Peter Eisentraut 4b652692e9 Fix memory leaks from incorrect strsep() uses 1 year ago
Peter Eisentraut 24a36f91e3 Fix strsep() use for SCRAM secrets parsing 1 year ago
Fujii Masao 9272bdeac8 Remove unused code for unlogged materialized views. 1 year ago
Michael Paquier 19567b3eb4 Fix description of PostgreSQL::Test::Cluster::wait_for_event() 1 year ago
Jeff Davis eecd9138a0 Improve ThrowErrorData() comments for use with soft errors. 1 year ago
Tom Lane 1fed234f9f ecpg: fix more minor mishandling of bad input in preprocessor. 1 year ago
Thomas Munro 98c7c7152d Fix extreme skew detection in Parallel Hash Join. 1 year ago
Peter Eisentraut d893a299ce Remove superfluous forward declaration 1 year ago
Peter Eisentraut 6234a9ce0e Fix whitespace 1 year ago
Peter Eisentraut 665785d85f Fix unnecessary casts of copyObject() result 1 year ago
Peter Eisentraut eafda78fc4 Improve node type forward reference 1 year ago
Peter Eisentraut 41b023946d jsonapi: fully initialize dummy lexer 1 year ago
Peter Eisentraut 342fb8a332 Fix unusual include style 1 year ago
David Rowley 9ca67658d1 Don't store intermediate hash values in ExprState->resvalue 1 year ago
Michael Paquier 089aac631b Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases 1 year ago
Michael Paquier 03bf0d9a4b Rewrite some regression queries for option checks with COPY 1 year ago
Peter Geoghegan c0490b0ef7 nbtree: fix read page recheck typo. 1 year ago
Tom Lane c96de42c4b Further refine _SPI_execute_plan's rule for atomic execution. 1 year ago
Jeff Davis a7f2f6adc2 Whitespace fixup from generated unicode tables. 1 year ago
Jeff Davis b360d1762b Fix #include order from e839c8ecc9. 1 year ago
Masahiko Sawada 1b9b6cc345 Reduce memory block size for decoded tuple storage to 8kB. 1 year ago
Tom Lane 9b4bf51690 ecpg: fix some minor mishandling of bad input in preprocessor. 1 year ago
Peter Geoghegan 79fa7b3b1a Normalize nbtree truncated high key array behavior. 1 year ago
Amit Langote c259b1578e Fix typo in comment of transformJsonAggConstructor() 1 year ago
Peter Eisentraut 04bec894a0 initdb: Change default to using data checksums. 1 year ago
Peter Eisentraut 67846550dc doc: Fix initdb option xreflabels 1 year ago
Nathan Bossart d5ca15ee54 Add type cast to foreach_internal's loop variable. 1 year ago
David Rowley 2453196107 Move clause_sides_match_join() into restrictinfo.h 1 year ago
Masahiko Sawada 7cdfeee320 Add contrib/pg_logicalinspect. 1 year ago
Masahiko Sawada e2fd615ecc Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h. 1 year ago
Tom Lane dbedc461b4 ecpg: invent a saner syntax for ecpg.addons entries. 1 year ago
Nathan Bossart 143e3a1ab8 Add commit 7f7474a8e4 to .git-blame-ignore-revs. 1 year ago
Tom Lane d2f41b4621 ecpg: add cross-checks to parse.pl for usage of internal tables. 1 year ago
Jeff Davis 66ac94cdc7 Move libc-specific code from pg_locale.c into pg_locale_libc.c. 1 year ago
Tom Lane 9812138593 ecpg: avoid breaking the IDENT precedence level in two. 1 year ago
Jeff Davis f244a2bb4c Move ICU-specific code from pg_locale.c into pg_locale_icu.c. 1 year ago
Tom Lane 1acd0f5527 ecpg: improve preprocessor's memory management. 1 year ago
Tom Lane f18231e817 ecpg: move some functions into a new file ecpg/preproc/util.c. 1 year ago
Tom Lane a542d5614b ecpg: re-implement preprocessor's string management. 1 year ago
Tom Lane 6b00549944 ecpg: major cleanup, simplification, and documentation of parse.pl. 1 year ago