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-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-16
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-12
Fix memory overrun when querying pg_stat_slru
Michael Paquier
2021-11-12
Report any XLogReadRecord() error in XlogReadTwoPhaseData().
Noah Misch
2021-11-10
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
Fix typo
Alvaro Herrera
2021-11-08
Translation updates
Peter Eisentraut
2021-11-06
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-05
Avoid crash in rare case of concurrent DROP
Alvaro Herrera
2021-11-03
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-11-02
Fix variable lifespan in ExecInitCoerceToDomain().
Tom Lane
2021-11-02
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-01
Avoid some other O(N^2) hazards in list manipulation.
Tom Lane
2021-11-01
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-11-01
Preserve opclass parameters across REINDEX CONCURRENTLY
Michael Paquier
2021-10-31
Avoid O(N^2) behavior when the standby process releases many locks.
Tom Lane
2021-10-27
Fix ordering of items in nbtree error message.
Peter Geoghegan
2021-10-27
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-26
Reject huge_pages=on if shared_memory_type=sysv.
Thomas Munro
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-21
Back-patch "Add parent table name in an error in reorderbuffer.c."
Amit Kapila
2021-10-19
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
2021-10-19
Fix assignment to array of domain over composite.
Tom Lane
2021-10-19
Remove bogus assertion in transformExpressionList().
Tom Lane
2021-10-19
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-18
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-18
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-14
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Jeff Davis
2021-10-14
Fix planner error with pulling up subquery expressions into function RTEs.
Tom Lane
2021-10-07
Add missing word to comment in joinrels.c.
Etsuro Fujita
2021-10-06
Fix corner-case loss of precision in numeric_power().
Dean Rasheed
2021-10-04
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-10-01
Error out if SKIP LOCKED and WITH TIES are both specified
Alvaro Herrera
2021-10-01
Avoid believing incomplete MCV-only stats in get_variable_range().
Tom Lane
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-23
Release memory allocated by dependency_degree
Tomas Vondra
2021-09-23
Free memory after building each statistics object
Tomas Vondra
2021-09-22
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-21
Fix misevaluation of STABLE parameters in CALL within plpgsql.
Tom Lane
2021-09-20
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-20
Don't elide casting to typmod -1.
Tom Lane
2021-09-17
Fix pull_varnos to cope with translated PlaceHolderVars.
Tom Lane
2021-09-16
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-15
Disallow LISTEN in background workers.
Tom Lane
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
jit: Do not try to shut down LLVM state in case of LLVM triggered errors.
Andres Freund
2021-09-13
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
[next]