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
Age
Commit message (
Expand
)
Author
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-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
Suppress variable-set-but-not-used warnings from clang 15.
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
Suppress uninitialized-variable warning in guc.c.
Tom Lane
2021-02-08
Stamp 9.5.25.
REL9_5_25
Tom Lane
2021-02-08
Translation updates
Peter Eisentraut
2021-02-07
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-05
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-28
Silence another gcc 11 warning.
Tom Lane
2021-01-28
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-01-28
pgbench: Remove dead code
Alvaro Herrera
2021-01-26
Report the true database name on connection errors
Alvaro Herrera
2021-01-26
Code review for psql's helpSQL() function.
Tom Lane
2021-01-25
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-24
Update time zone data files to tzdata release 2021a.
Tom Lane
2021-01-23
Make check-prepared-txns use temp-install binaries.
Noah Misch
2021-01-20
Further tweaking of PG_SYSROOT heuristics for macOS.
Tom Lane
2021-01-20
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-19
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Tom Lane
2021-01-18
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-15
Improve our heuristic for selecting PG_SYSROOT on macOS.
Tom Lane
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-12
Fix thinko in comment
Alvaro Herrera
2021-01-08
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2020-12-28
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-25
Fix back-patch of "Invalidate acl.c caches when pg_authid changes."
Noah Misch
2020-12-25
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-21
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-18
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-15
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2020-12-15
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-12
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-07
Fix more race conditions in the newly-added pg_rewind test.
Heikki Linnakangas
2020-12-04
Fix race conditions in newly-added test.
Heikki Linnakangas
2020-12-03
Fix pg_rewind bugs when rewinding a standby server.
Heikki Linnakangas
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
Free disk space for dropped relations on commit.
Thomas Munro
2020-11-30
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
[next]