aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Redesign archive modulesMichael Paquier2023-02-17
* Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut2023-02-13
* Add tests for pg_stat_ioAndres Freund2023-02-11
* Fix various typos in code and testsMichael Paquier2023-02-09
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-08
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-07
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* dblink: Fix variable confusion introduced in e4602483e95Andres Freund2023-01-31
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-31
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-30
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Remove gratuitous references to postmaster programPeter Eisentraut2023-01-26
* Make auto_explain print the query identifier in verbose modeMichael Paquier2023-01-26
* Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier2023-01-26
* Rename contrib module basic_archive to basic_wal_moduleMichael Paquier2023-01-25
* dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund2023-01-23
* pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier2023-01-23
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-21
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-18
* Constify the arguments of copydir.h functionsMichael Paquier2023-01-18
* meson: Add two missing regress testsAndres Freund2023-01-17
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-11
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11
* Common function for percent placeholder replacementPeter Eisentraut2023-01-11
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Doc: improve commentary about providing our own definitions of M_PI.Tom Lane2023-01-08
* Check relkind before using TABLESAMPLE in postgres_fdwTomas Vondra2023-01-07
* Allow hyphens in ltree labelsAndrew Dunstan2023-01-06
* Fix stale comment about sample_frac adjustmentTomas Vondra2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add bt_multi_page_stats() function to contrib/pageinspect.Tom Lane2023-01-02
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-30
* Fix oversight in 7a05425d96Andrew Dunstan2022-12-29
* Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan2022-12-28
* Convert contrib/intarray's bqarr_in() to report errors softlyAndrew Dunstan2022-12-28
* Convert hstore_in to report errors softly.Tom Lane2022-12-27
* Fix thinko in 720e0327bcAndrew Dunstan2022-12-25
* Convert contrib/isn's input functions to report errors softlyAndrew Dunstan2022-12-24
* Convert contrib/seg's input function to report errors softlyAndrew Dunstan2022-12-23
* Fix bug in translate_col_privs_multilevelDavid Rowley2022-12-24
* Fix contrib/seg to be more wary of long input numbers.Tom Lane2022-12-21
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-21
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-20
* C comment: fix wordingBruce Momjian2022-12-16
* Remove pessimistic cost penalization from Incremental SortDavid Rowley2022-12-16
* basebackup_to_shell: Add some const qualifiers for consistencyPeter Eisentraut2022-12-13