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
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
Age
Commit message (
Expand
)
Author
2024-11-27
If a C23 compiler is detected, try asking for C17.
REL9_4_STABLE
Thomas Munro
2024-06-26
Remove redundant perl version checks
Andrew Dunstan
2023-01-17
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2022-11-17
Account for IPC::Run::result() Windows behavior change.
Noah Misch
2022-11-09
Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/
Michael Paquier
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Disable -Wdeprecated-non-prototype in the back branches.
Tom Lane
2022-06-01
Fix pl/perl test case so it will still work under Perl 5.36.
Tom Lane
2022-02-10
Use gendef instead of pexports for building windows .def files
Andrew Dunstan
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2021-12-13
Silence another gcc 11 warning.
Tom Lane
2021-12-13
Suppress -Warray-parameter warnings in pgcrypto/sha2.c.
Tom Lane
2021-12-13
Reformat imath.c macro to remove -Wmisleading-indentation warnings.
Tom Lane
2021-12-12
Clean up compilation warnings coming from PL/Perl with clang-12~
Tom Lane
2021-12-12
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-12-12
Use return instead of exit() in configure
Tom Lane
2020-02-10
Stamp 9.4.26.
REL9_4_26
Tom Lane
2020-02-10
Last-minute updates for release notes.
Tom Lane
2020-02-10
createuser: fix parsing of --connection-limit argument
Alvaro Herrera
2020-02-10
Translation updates
Peter Eisentraut
2020-02-09
Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26.
Tom Lane
2020-02-06
Add note about access permission checks by inherited TRUNCATE and LOCK TABLE.
Fujii Masao
2020-02-03
Revert commit 56bc82a511.
Fujii Masao
2020-02-01
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
Fix parallel pg_dump/pg_restore for failure to create worker processes.
Tom Lane
2020-01-30
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-23
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-21
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-21
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-20
Fix pg_dump's sigTermHandler() to use _exit() not exit().
Tom Lane
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-12
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-10
doc: Fix naming of SELinux
Michael Paquier
2020-01-08
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-02
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
doc: add examples of creative use of unique expression indexes
Bruce Momjian
2019-12-27
docs: clarify infinite range values from data-type infinities
Bruce Momjian
2019-12-27
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-24
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-23
Disallow null category in crosstab_hash
Joe Conway
2019-12-23
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
Combine initdb tests that successfully create a data directory.
Michael Paquier
2019-12-22
Avoid low-probability regression test failures in timestamp[tz] tests.
Tom Lane
[next]