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
2021-01-20
Further tweaking of PG_SYSROOT heuristics for macOS.
Tom Lane
2021-01-20
Fix bug in detecting concurrent page splits in GiST insert
Heikki Linnakangas
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
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-15
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
Improve our heuristic for selecting PG_SYSROOT on macOS.
Tom Lane
2021-01-15
Fix calculation of how much shared memory is required to store a TOC.
Fujii Masao
2021-01-14
pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.
Tom Lane
2021-01-14
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
Stabilize timeline switch regression test.
Fujii Masao
2021-01-14
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-13
Disallow a digit as the first character of a variable name in pgbench.
Tom Lane
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-12
pg_dump: label INDEX ATTACH ArchiveEntries with an owner.
Tom Lane
2021-01-12
Fix thinko in comment
Alvaro Herrera
2021-01-12
Fix relation descriptor leak.
Amit Kapila
2021-01-08
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-08
Adjust createdb TAP tests to work on recent OpenBSD.
Tom Lane
2021-01-07
Further second thoughts about idle_session_timeout patch.
Tom Lane
2021-01-06
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-05
Add an explicit cast to double when using fabs().
Dean Rasheed
2021-01-05
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2021-01-04
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2020-12-31
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-31
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-30
In pg_upgrade cross-version test, handle lack of oldstyle_length().
Noah Misch
2020-12-28
Improve log messages related to pg_hba.conf not matching a connection.
Tom Lane
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
Fix bugs in libpq's GSSAPI encryption support.
Tom Lane
2020-12-28
Expose the default for channel_binding in PQconndefaults().
Tom Lane
2020-12-28
Further fix thinko in plpgsql memory leak fix.
Tom Lane
2020-12-28
Fix thinko in plpgsql memory leak fix.
Tom Lane
2020-12-28
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-27
Second attempt to stabilize 05c02589.
Jeff Davis
2020-12-27
Stabilize test introduced in 05c02589, per buildfarm.
Jeff Davis
2020-12-27
Fix bug #16784 in Disk-based Hash Aggregation.
Jeff Davis
2020-12-25
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
Avoid time-of-day-dependent failure in log rotation test.
Tom Lane
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-23
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-22
Improve find_em_expr_usable_for_sorting_rel comment
Tomas Vondra
2020-12-21
Don't search for volatile expr in find_em_expr_usable_for_sorting_rel
Tomas Vondra
2020-12-21
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
Consider unsorted paths in generate_useful_gather_paths
Tomas Vondra
[next]