summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-08-05Partially undo commit 94da73281.Tom Lane
2022-08-05Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane
2022-08-05BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera
2022-08-05Add HINT for restartpoint race with KeepFileRestoredFromArchive().Noah Misch
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-04Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
2022-08-01Check maximum number of columns in function RTEs, too.Tom Lane
2022-07-29In transformRowExpr(), check for too many columns in the row.Tom Lane
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-27Allow "in place" tablespaces.Alvaro Herrera
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-20Fix assertion failure and segmentation fault in backup code.Fujii Masao
2022-07-20Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao
2022-07-18Re-add SPICleanup for ABI compatibility in stable branchPeter Eisentraut
2022-07-17Fix omissions in support for the "regcollation" type.Tom Lane
2022-07-16Make dsm_impl_posix_resize more future-proof.Thomas Munro
2022-07-14Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro
2022-07-14Block signals while allocating DSM memory.Thomas Munro
2022-07-11Fix lock assertions in dshash.c.Thomas Munro
2022-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-07-03Remove %error-verbose directive from jsonpath parserAndrew Dunstan
2022-07-01Harden dsm_impl.c against unexpected EEXIST.Thomas Munro
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-06-23Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila
2022-06-22Fix SPI's handling of errors during transaction commit.Tom Lane
2022-06-21Fix stale values in partition map entries on subscribers.Amit Kapila
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-15Fix cache look-up failures while applying changes in logical replication.Amit Kapila
2022-06-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane
2022-06-07Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-05-31Ensure ParseTzFile() closes the input file after failing.Tom Lane
2022-05-28Handle NULL for short descriptions of custom GUC variablesMichael Paquier
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-05-19Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-05-16Fix control file update done in restartpoints still running after promotionMichael Paquier
2022-05-12Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-09Translation updatesPeter Eisentraut