Commit Graph

59630 Commits (f244a2bb4c5520fc0271e638598abcbe7c9bc8cf)
 

Author SHA1 Message Date
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
Tom Lane 293fd24425 ecpg: remove check_rules.pl. 1 year ago
Tom Lane 00b0e7204d ecpg: clean up documentation of parse.pl, and add more input checking. 1 year ago
Masahiko Sawada 7be4ba4a9d Remove obsolete comment in reorderbuffer.h. 1 year ago
Masahiko Sawada 4681ad4b2f Use construct_array_builtin for FLOAT8OID instead of construct_array. 1 year ago
Peter Eisentraut c594f1ad2b Track scan reversals in MergeJoin 1 year ago
Peter Eisentraut 0d2aa4d493 Track sort direction in SortGroupClause 1 year ago
Peter Eisentraut e7d0cf42b1 Allow TAP tests to force checksums off when calling init() 1 year ago
Peter Eisentraut 199ad00e4b Run pgperltidy on newly-added test code 1 year ago
Daniel Gustafsson 40f4f2fa65 doc: Add anchors for COPY format descriptions 1 year ago
Peter Eisentraut a2d9a9b95a Remove traces of BeOS. 1 year ago
Michael Paquier 9f34cae142 psql: Fix \watch when using interval values less than 1ms 1 year ago
Jeff Davis 35a015a600 Fixup for pg_set_relation_stats(). 1 year ago
Michael Paquier c0b74323dc Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers 1 year ago
Tom Lane 9f954177b1 Correctly identify which EC members are computable at a plan node. 1 year ago
Jeff Davis 98c5b191e7 Fix missed case for builtin collation provider. 1 year ago
Jeff Davis e839c8ecc9 Create functions pg_set_relation_stats, pg_clear_relation_stats. 1 year ago
Daniel Gustafsson 6f782a2a17 Avoid mixing custom and OpenSSL BIO functions 1 year ago
Nathan Bossart 4e1fad3787 Add pg_ls_summariesdir(). 1 year ago
Heikki Linnakangas add77755ce Mark consume_xids test functions VOLATILE and PARALLEL UNSAFE 1 year ago
Daniel Gustafsson 682512dca8 Fix typo in connection limits test 1 year ago
Álvaro Herrera 099c572d33
Use deconstruct_array_builtin instead of deconstruct_array 1 year ago
Tatsuo Ishii cae0f3c405 pgbench: Improve result outputs related to failed transactions. 1 year ago
David Rowley 161320b4b9 Adjust EXPLAIN's output for disabled nodes 1 year ago
Tom Lane c75c6f8d28 Don't hard-code the input file name in gen_tabcomplete.pl's output. 1 year ago
Tom Lane 95eb4cd4ff Avoid possible segfault in psql's tab completion. 1 year ago
Álvaro Herrera fd64ed60b6
Unbreak overflow test for attinhcount/coninhcount 1 year ago
Fujii Masao 1909835c28 Improve descriptions of some pg_stat_checkpoints functions in pg_proc.dat. 1 year ago
Tom Lane 5a4416192d Avoid crash in estimate_array_length with null root pointer. 1 year ago
Michael Paquier f3f06b1330 Apply GUC name from central table in more places of guc.c 1 year ago
Richard Guo 67a54b9e83 Allow pushdown of HAVING clauses with grouping sets 1 year ago
Richard Guo 828e94c9d2 Consider explicit incremental sort for mergejoins 1 year ago
Daniel Gustafsson c4528fdfa9 Remove incorrect function import from pgindent 1 year ago
Tom Lane 9735428661 Allow roles created by new test to log in under SSPI. 1 year ago
Michael Paquier cf54a2c002 pg_stat_statements: Add columns to track parallel worker activity 1 year ago
Michael Paquier de3a2ea3b2 Introduce two fields in EState to track parallel worker activity 1 year ago
Tom Lane 01fce8dab1 Silence assorted annoying test output. 1 year ago
Tom Lane 2d24fd942c Add min and max aggregates for bytea type. 1 year ago
Andres Freund 57f3702471 Use aux process resource owner in walsender 1 year ago
Andres Freund 755a4c10d1 bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers() 1 year ago
Andres Freund 488f826c72 bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync=off 1 year ago
Tom Lane c01fd93088 Silence buildfarm warning chatter from bd1276a3c. 1 year ago
Heikki Linnakangas 05d1b9b5c2 Fix typo and run pgperltidy on newly-added test 1 year ago
Heikki Linnakangas 2bbc261ddb Use an shmem_exit callback to remove backend from PMChildFlags on exit 1 year ago
Heikki Linnakangas 85ec945b78 Add test for dead-end backends 1 year ago
Heikki Linnakangas 6a1d0d470e Add test for connection limits 1 year ago