summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2022-10-13Remove redundant memset call following palloc0Daniel Gustafsson
2022-10-13pg_buffercache: Add pg_buffercache_summary()Andres Freund
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-13Add missing isolation test for test_decoding in meson buildMichael Paquier
2022-10-10Simplify our Assert infrastructure a little.Tom Lane
2022-10-10Use C library functions instead of Abs() for int64Peter Eisentraut
2022-10-08Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-06Remove useless character-length checks in contrib/ltree.Tom Lane
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-10-05tests: Rename conflicting role namesAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Fix whitespacePeter Eisentraut
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Update pg_buffercache's meson.build.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Fix pg_stat_statements for MERGEAlvaro Herrera
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan