summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-03-23Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao
2021-03-23Add macro RelationIsPermanent() to report relation permanenceBruce Momjian
2021-03-22Optimize allocations in bringetbitmapTomas Vondra
2021-03-22Move IS [NOT] NULL handling from BRIN support functionsTomas Vondra
2021-03-22Pass all scan keys to BRIN consistent function at onceTomas Vondra
2021-03-22Move bsearch_arg to src/portTomas Vondra
2021-03-22Short-circuit slice requests that are for more than the object's size.Tom Lane
2021-03-22Mostly-cosmetic adjustments of TOAST-related macros.Tom Lane
2021-03-22Error on invalid TOAST compression in CREATE or ALTER TABLE.Robert Haas
2021-03-22More code cleanup for configurable TOAST compression.Robert Haas
2021-03-22Fix concurrency issues with WAL segment recycling on WindowsMichael Paquier
2021-03-21Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier
2021-03-21Fix assorted silliness in ATExecSetCompression().Tom Lane
2021-03-21Recycle nbtree pages deleted during same VACUUM.Peter Geoghegan
2021-03-21Suppress various new compiler warnings.Tom Lane
2021-03-21Move lwlock-release probe back where it belongsPeter Eisentraut
2021-03-20Use valid compression method in brin_form_tupleTomas Vondra
2021-03-20Fix memory leak when rejecting bogus DH parameters.Tom Lane
2021-03-20Avoid leaking memory in RestoreGUCState(), and improve comments.Tom Lane
2021-03-19Provide recovery_init_sync_method=syncfs.Thomas Munro
2021-03-19Use lfirst_int in cmp_list_len_contents_ascTomas Vondra
2021-03-19Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType.Robert Haas
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-19Fix comments in postmaster.c.Fujii Masao
2021-03-19Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane
2021-03-19Don't leak malloc'd strings when a GUC setting is rejected.Tom Lane
2021-03-19Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane
2021-03-19Don't run RelationInitTableAccessMethod in a long-lived context.Tom Lane
2021-03-19Don't leak rd_statlist when a relcache entry is dropped.Tom Lane
2021-03-18Fix misuse of foreach_delete_current().Tom Lane
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-18Remove temporary files after backend crashTomas Vondra
2021-03-18Fix function name in error hintMagnus Hagander
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-17Fix memory lifetime issues of replication slot stats.Andres Freund
2021-03-17Code review for server's handling of "tablespace map" files.Tom Lane
2021-03-17Prevent buffer overrun in read_tablespace_map().Tom Lane
2021-03-17Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro
2021-03-17Fix comment in indexing.cMichael Paquier
2021-03-17Small error message improvementPeter Eisentraut
2021-03-17Update the names of Parallel Hash Join phases.Thomas Munro
2021-03-17Fix race in Parallel Hash Join batch cleanup.Thomas Munro
2021-03-17Fix race condition in drop subscription's handling of tablesync slots.Amit Kapila
2021-03-17Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro
2021-03-16Fix comment about promising tuples.Peter Geoghegan
2021-03-16Avoid corner-case memory leak in SSL parameter processing.Tom Lane
2021-03-16Use pre-fetching for ANALYZEStephen Frost
2021-03-16Improve logging of auto-vacuum and auto-analyzeStephen Frost
2021-03-16Improve logging of bad parameter values in BIND messages.Tom Lane
2021-03-15Implement pipeline mode in libpqAlvaro Herrera