Commit Graph

59802 Commits (3293b718a01310c8ce765ace3cb15efcb956a84e)
 

Author SHA1 Message Date
David Rowley 9ca67658d1 Don't store intermediate hash values in ExprState->resvalue 9 months ago
Michael Paquier 089aac631b Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases 9 months ago
Michael Paquier 03bf0d9a4b Rewrite some regression queries for option checks with COPY 9 months ago
Peter Geoghegan c0490b0ef7 nbtree: fix read page recheck typo. 9 months ago
Tom Lane c96de42c4b Further refine _SPI_execute_plan's rule for atomic execution. 9 months ago
Jeff Davis a7f2f6adc2 Whitespace fixup from generated unicode tables. 9 months ago
Jeff Davis b360d1762b Fix #include order from e839c8ecc9. 9 months ago
Masahiko Sawada 1b9b6cc345 Reduce memory block size for decoded tuple storage to 8kB. 9 months ago
Tom Lane 9b4bf51690 ecpg: fix some minor mishandling of bad input in preprocessor. 9 months ago
Peter Geoghegan 79fa7b3b1a Normalize nbtree truncated high key array behavior. 9 months ago
Amit Langote c259b1578e Fix typo in comment of transformJsonAggConstructor() 9 months ago
Peter Eisentraut 04bec894a0 initdb: Change default to using data checksums. 9 months ago
Peter Eisentraut 67846550dc doc: Fix initdb option xreflabels 9 months ago
Nathan Bossart d5ca15ee54 Add type cast to foreach_internal's loop variable. 9 months ago
David Rowley 2453196107 Move clause_sides_match_join() into restrictinfo.h 9 months ago
Masahiko Sawada 7cdfeee320 Add contrib/pg_logicalinspect. 9 months ago
Masahiko Sawada e2fd615ecc Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h. 9 months ago
Tom Lane dbedc461b4 ecpg: invent a saner syntax for ecpg.addons entries. 9 months ago
Nathan Bossart 143e3a1ab8 Add commit 7f7474a8e4 to .git-blame-ignore-revs. 9 months ago
Tom Lane d2f41b4621 ecpg: add cross-checks to parse.pl for usage of internal tables. 9 months ago
Jeff Davis 66ac94cdc7 Move libc-specific code from pg_locale.c into pg_locale_libc.c. 9 months ago
Tom Lane 9812138593 ecpg: avoid breaking the IDENT precedence level in two. 9 months ago
Jeff Davis f244a2bb4c Move ICU-specific code from pg_locale.c into pg_locale_icu.c. 9 months ago
Tom Lane 1acd0f5527 ecpg: improve preprocessor's memory management. 9 months ago
Tom Lane f18231e817 ecpg: move some functions into a new file ecpg/preproc/util.c. 9 months ago
Tom Lane a542d5614b ecpg: re-implement preprocessor's string management. 9 months ago
Tom Lane 6b00549944 ecpg: major cleanup, simplification, and documentation of parse.pl. 9 months ago
Tom Lane 293fd24425 ecpg: remove check_rules.pl. 9 months ago
Tom Lane 00b0e7204d ecpg: clean up documentation of parse.pl, and add more input checking. 9 months ago
Masahiko Sawada 7be4ba4a9d Remove obsolete comment in reorderbuffer.h. 9 months ago
Masahiko Sawada 4681ad4b2f Use construct_array_builtin for FLOAT8OID instead of construct_array. 9 months ago
Peter Eisentraut c594f1ad2b Track scan reversals in MergeJoin 9 months ago
Peter Eisentraut 0d2aa4d493 Track sort direction in SortGroupClause 9 months ago
Peter Eisentraut e7d0cf42b1 Allow TAP tests to force checksums off when calling init() 9 months ago
Peter Eisentraut 199ad00e4b Run pgperltidy on newly-added test code 9 months ago
Daniel Gustafsson 40f4f2fa65 doc: Add anchors for COPY format descriptions 9 months ago
Peter Eisentraut a2d9a9b95a Remove traces of BeOS. 9 months ago
Michael Paquier 9f34cae142 psql: Fix \watch when using interval values less than 1ms 9 months ago
Jeff Davis 35a015a600 Fixup for pg_set_relation_stats(). 9 months ago
Michael Paquier c0b74323dc Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers 9 months ago
Tom Lane 9f954177b1 Correctly identify which EC members are computable at a plan node. 9 months ago
Jeff Davis 98c5b191e7 Fix missed case for builtin collation provider. 9 months ago
Jeff Davis e839c8ecc9 Create functions pg_set_relation_stats, pg_clear_relation_stats. 9 months ago
Daniel Gustafsson 6f782a2a17 Avoid mixing custom and OpenSSL BIO functions 9 months ago
Nathan Bossart 4e1fad3787 Add pg_ls_summariesdir(). 9 months ago
Heikki Linnakangas add77755ce Mark consume_xids test functions VOLATILE and PARALLEL UNSAFE 9 months ago
Daniel Gustafsson 682512dca8 Fix typo in connection limits test 9 months ago
Álvaro Herrera 099c572d33
Use deconstruct_array_builtin instead of deconstruct_array 9 months ago
Tatsuo Ishii cae0f3c405 pgbench: Improve result outputs related to failed transactions. 9 months ago
David Rowley 161320b4b9 Adjust EXPLAIN's output for disabled nodes 9 months ago