summaryrefslogtreecommitdiff
path: root/src/test/regress/regress.c
AgeCommit message (Expand)Author
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-08Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-14Fix warnings about declaration of environ on MinGW.Thomas Munro
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-06-17Make regress function make_tuple_indirect() able to handle plain attributesMichael Paquier
2024-02-28Mop-up for AIX-ectomy: remove now-dead test code.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-09Add test scaffolding for soft error reporting from input functions.Tom Lane
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-20Reduce warnings with -Wshadow=compatible-local buildsDavid Rowley
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-23Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.Noah Misch
2022-04-07Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila
2022-01-31Make canonicalize_path() more canonical.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-11Replace opr_sanity test's binary_coercible() function with C code.Tom Lane
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-10-12Choose ppc compare_exchange constant path for more operand values.Noah Misch
2020-06-18Fix deadlock danger when atomic ops are done under spinlock.Andres Freund
2020-06-18Add basic spinlock tests to regression tests.Andres Freund
2020-03-30Implement operator class parametersAlexander Korotkov
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-05Report test_atomic_ops() failures consistently, via macros.Noah Misch
2019-10-04Rename some toasting functions based on whether they are heap-specific.Robert Haas
2019-09-14Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.Noah Misch
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-05-22Initial pgindent run for v12.Tom Lane
2019-02-09Build out the planner support function infrastructure.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-29Refactor geometric functions and operatorsTomas Vondra
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-05-07Remove unused macroPeter Eisentraut
2018-04-07Fix and improve pg_atomic_flag fallback implementation.Andres Freund
2018-02-27Revert renaming of int44in/int44out.Tom Lane
2018-02-27Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane
2018-02-27Improve regression test coverage of regress.c.Tom Lane