index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
regress.c
Age
Commit message (
Expand
)
Author
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-08
Move contrib/spi testing from core regression tests to contrib/spi.
Tom Lane
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-10
Add pg_encoding_set_invalid()
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-14
Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024-11-11
Block environment variable mutations from trusted PL/Perl.
Noah Misch
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-06-17
Make regress function make_tuple_indirect() able to handle plain attributes
Michael Paquier
2024-02-28
Mop-up for AIX-ectomy: remove now-dead test code.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-09
Add test scaffolding for soft error reporting from input functions.
Tom Lane
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-20
Reduce warnings with -Wshadow=compatible-local builds
David Rowley
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-23
Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.
Noah Misch
2022-04-07
Reorder subskiplsn in pg_subscription to avoid alignment issues.
Amit Kapila
2022-01-31
Make canonicalize_path() more canonical.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-11
Replace opr_sanity test's binary_coercible() function with C code.
Tom Lane
2021-04-01
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Use setenv() in preference to putenv().
Tom Lane
2020-10-12
Choose ppc compare_exchange constant path for more operand values.
Noah Misch
2020-06-18
Fix deadlock danger when atomic ops are done under spinlock.
Andres Freund
2020-06-18
Add basic spinlock tests to regression tests.
Andres Freund
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-05
Report test_atomic_ops() failures consistently, via macros.
Noah Misch
2019-10-04
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-09-14
Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.
Noah Misch
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-02-09
Build out the planner support function infrastructure.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-29
Refactor geometric functions and operators
Tomas Vondra
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-05-07
Remove unused macro
Peter Eisentraut
2018-04-07
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-02-27
Revert renaming of int44in/int44out.
Tom Lane
2018-02-27
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-27
Improve regression test coverage of regress.c.
Tom Lane
[next]