summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-11-12If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch
2022-11-08Produce more-optimal plans for bitmap scans on boolean columns.Tom Lane
2022-11-01pg_stat_statements: fetch stmt location/length before it disappears.Tom Lane
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-27Avoid making commutatively-duplicate clauses in EquivalenceClasses.Tom Lane
2022-10-20Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila
2022-10-18Fix confusion about havingQual vs hasHavingQual in planner.Tom Lane
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-17Fix calculation related to temporary WAL segment name in basic_archiveMichael Paquier
2022-10-15Disallow MERGE cleanly for foreign partitionsAlvaro Herrera
2022-10-14Standardize format for printing PIDsPeter Eisentraut