summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2023-01-30Invent "join domains" to replace the below_outer_join hack.Tom Lane
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-26Remove gratuitous references to postmaster programPeter Eisentraut
2023-01-26Make auto_explain print the query identifier in verbose modeMichael Paquier
2023-01-26Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier
2023-01-25Rename contrib module basic_archive to basic_wal_moduleMichael Paquier
2023-01-24dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund
2023-01-23pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2023-01-17Constify the arguments of copydir.h functionsMichael Paquier
2023-01-17meson: Add two missing regress testsAndres Freund
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-08Doc: improve commentary about providing our own definitions of M_PI.Tom Lane
2023-01-07Check relkind before using TABLESAMPLE in postgres_fdwTomas Vondra
2023-01-06Allow hyphens in ltree labelsAndrew Dunstan
2023-01-06Fix stale comment about sample_frac adjustmentTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-02Add bt_multi_page_stats() function to contrib/pageinspect.Tom Lane
2022-12-30Sample postgres_fdw tables remotely during ANALYZETomas Vondra
2022-12-29Fix oversight in 7a05425d96Andrew Dunstan
2022-12-28Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan
2022-12-28Convert contrib/intarray's bqarr_in() to report errors softlyAndrew Dunstan
2022-12-27Convert hstore_in to report errors softly.Tom Lane
2022-12-25Fix thinko in 720e0327bcAndrew Dunstan
2022-12-24Convert contrib/isn's input functions to report errors softlyAndrew Dunstan
2022-12-23Convert contrib/seg's input function to report errors softlyAndrew Dunstan
2022-12-23Fix bug in translate_col_privs_multilevelDavid Rowley
2022-12-21Fix contrib/seg to be more wary of long input numbers.Tom Lane
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-20Allow batching of inserts during cross-partition updates.Etsuro Fujita
2022-12-16C comment: fix wordingBruce Momjian
2022-12-16Remove pessimistic cost penalization from Incremental SortDavid Rowley
2022-12-13basebackup_to_shell: Add some const qualifiers for consistencyPeter Eisentraut
2022-12-10Standardize error reports in unimplemented I/O functions.Tom Lane
2022-12-09Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-06Fix typoAlvaro Herrera
2022-11-30Stop accessing checkAsUser via RTE in some casesAlvaro Herrera
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
2022-11-21Mark pageinspect's disk-accessing functions as parallel restricted.Tom Lane
2022-11-21Prevent instability in contrib/pageinspect's regression test.Tom Lane