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