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
/
backend
Age
Commit message (
Expand
)
Author
2021-05-14
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-14
Convert misleading while loop into an if condition
David Rowley
2021-05-13
Fix autovacuum log output heap truncation issue.
Peter Geoghegan
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
Double-space commands in system_constraints.sql/system_functions.sql.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Simplify one use of ScanKey in pg_subscription.c
Michael Paquier
2021-05-12
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-12
Tweak generation of Gen_dummy_probes.pl
Andrew Dunstan
2021-05-11
Fix typo
Peter Eisentraut
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
Translation updates
Peter Eisentraut
2021-05-10
Emit dummy statements for probes.d probes when disabled
Peter Eisentraut
2021-05-10
Fix typos in operatorcmds.c
Michael Paquier
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-05-08
Move memory accounting Asserts for Result Cache code
David Rowley
2021-05-08
Sync guc.c and postgresql.conf.sample with the SGML docs.
Tom Lane
2021-05-08
Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION
Michael Paquier
2021-05-07
Add a README and Makefile recipe for Gen_dummy_probes.pl
Andrew Dunstan
2021-05-07
Fix typo
Peter Eisentraut
2021-05-07
AlterSubscription_refresh: avoid stomping on global variable
Alvaro Herrera
2021-05-07
Fix typos in comments about extended statistics
Tomas Vondra
2021-05-07
Make pg_get_statisticsobjdef_expressions return NULL
Tomas Vondra
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-06
Remove redundant variable
Alvaro Herrera
2021-05-06
Remove overzealous VACUUM visibility map assertion.
Peter Geoghegan
2021-05-06
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-05-06
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
jit: Fix warning reported by gcc-11 caused by dubious function signature.
Andres Freund
2021-05-06
Tighten the concurrent abort check during decoding.
Amit Kapila
2021-05-05
Remove unused argument of ATAddForeignConstraint
Alvaro Herrera
2021-05-05
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-05
GUC description improvements for clarity
Peter Eisentraut
2021-05-04
Fix OID passed to object-alter hook during ALTER CONSTRAINT
Alvaro Herrera
2021-05-04
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-05-03
Update query_id computation
Bruce Momjian
2021-05-03
Fix performance issue in new regex match-all detection code.
Tom Lane
2021-05-03
Prevent lwlock dtrace probes from unnecessary work
Peter Eisentraut
2021-05-03
Remove unused function argument
Peter Eisentraut
2021-05-03
Fix the computation of slot stats for 'total_bytes'.
Amit Kapila
2021-05-03
Make websearch_to_tsquery() parse text in quotes as a single token
Alexander Korotkov
2021-05-01
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-04-30
Disallow calling anything but plain functions via the fastpath API.
Tom Lane
2021-04-30
Fix the bugs in selecting the transaction for streaming.
Amit Kapila
2021-04-30
Adjust EXPLAIN output for parallel Result Cache plans
David Rowley
2021-04-29
pg_hba.conf.sample: Reword connection type section
Peter Eisentraut
2021-04-28
Add heuristic incoming-message-size limits in the server.
Tom Lane
[next]