Commit Graph

4420 Commits (e8dbdb15dbc8529518ab0303bf358d07c7ad9e18)

Author SHA1 Message Date
Michael Paquier e8dbdb15db Refactor tests of pg_stat_statements for planning, utility and level tracking 3 years ago
Michael Paquier 35739b87dc Redesign archive modules 3 years ago
Peter Eisentraut bd944884e9 Consolidate ItemPointer to Datum conversion functions 3 years ago
Andres Freund 10a082bf72 Add tests for pg_stat_io 3 years ago
Michael Paquier ef7002dbe0 Fix various typos in code and tests 3 years ago
Andres Freund 30b789eafe Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Michael Paquier 9ba37b2cb6 Include values of A_Const nodes in query jumbling 3 years ago
Peter Eisentraut 54a177a948 Remove useless casts to (void *) in hash_search() calls 3 years ago
Andres Freund fbed4bc59e dblink: Fix variable confusion introduced in e4602483e9 3 years ago
Michael Paquier 3db72ebcbe Generate code for query jumbling through gen_node_support.pl 3 years ago
Tom Lane 3bef56e116 Invent "join domains" to replace the below_outer_join hack. 3 years ago
Tom Lane b448f1c8d8 Do assorted mop-up in the planner. 3 years ago
Tom Lane 2489d76c49 Make Vars be outer-join-aware. 3 years ago
Peter Eisentraut 81266442fb Remove gratuitous references to postmaster program 3 years ago
Michael Paquier 9d2d9728b8 Make auto_explain print the query identifier in verbose mode 3 years ago
Michael Paquier 9aeff092c0 Revert "Rename contrib module basic_archive to basic_wal_module" 3 years ago
Michael Paquier 0ad3c60caf Rename contrib module basic_archive to basic_wal_module 3 years ago
Andres Freund e4602483e9 dblink, postgres_fdw: Handle interrupts during connection establishment 3 years ago
Michael Paquier c31cf1c03d pg_walinspect: Add pg_get_wal_fpi_info() 3 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 3 years ago
Tom Lane 47bb9db759 Get rid of the "new" and "old" entries in a view's rangetable. 3 years ago
Tom Lane 8d83a5d0a2 Remove redundant grouping and DISTINCT columns. 3 years ago
Michael Paquier 2f31f405e1 Constify the arguments of copydir.h functions 3 years ago
Andres Freund 27da598961 meson: Add two missing regress tests 3 years ago
Tom Lane f0e6d6d3c9 Revert "Get rid of the "new" and "old" entries in a view's rangetable." 3 years ago
Tom Lane 1b4d280ea1 Get rid of the "new" and "old" entries in a view's rangetable. 3 years ago
Peter Eisentraut c96de2ce17 Common function for percent placeholder replacement 3 years ago
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h 3 years ago
Tom Lane 5687e7810f Doc: improve commentary about providing our own definitions of M_PI. 3 years ago
Tomas Vondra 57d11ef028 Check relkind before using TABLESAMPLE in postgres_fdw 3 years ago
Andrew Dunstan b1665bf01e Allow hyphens in ltree labels 3 years ago
Tomas Vondra 211d80c065 Fix stale comment about sample_frac adjustment 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
Tomas Vondra 8ad51b5f44 Sample postgres_fdw tables remotely during ANALYZE 3 years ago
Andrew Dunstan 203942243c Fix oversight in 7a05425d96 3 years ago
Andrew Dunstan 7a05425d96 Convert contrib/ltree's input functions to report errors softly 3 years ago
Andrew Dunstan 3b76622e04 Convert contrib/intarray's bqarr_in() to report errors softly 3 years ago
Tom Lane 197f98a848 Convert hstore_in to report errors softly. 3 years ago
Andrew Dunstan 361ec4368b Fix thinko in 720e0327bc 3 years ago
Andrew Dunstan 720e0327bc Convert contrib/isn's input functions to report errors softly 3 years ago
Andrew Dunstan 878ce16056 Convert contrib/seg's input function to report errors softly 3 years ago
David Rowley bbfdf7180d Fix bug in translate_col_privs_multilevel 3 years ago
Tom Lane 701c881f78 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Michael Paquier 22e3b55805 Switch some system functions to use get_call_result_type() 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Etsuro Fujita 594f8d3776 Allow batching of inserts during cross-partition updates. 3 years ago
Bruce Momjian 59346209a8 C comment: fix wording 3 years ago
David Rowley 4a29eabd1d Remove pessimistic cost penalization from Incremental Sort 3 years ago