summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-24Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao
2021-03-24Log when GetNewOidWithIndex() fails to find unused OID many times.Fujii Masao
2021-03-24Reword slightly logs generated for index stats in autovacuumMichael Paquier
2021-03-23Allow composite types in catalog bootstrapTomas Vondra
2021-03-23Convert Typ from array to list in bootstrapTomas Vondra
2021-03-23nbtree VACUUM: Cope with buggy opclasses.Peter Geoghegan
2021-03-23Avoid possible crash while finishing up a heap rewrite.Tom Lane
2021-03-23Add bit_count SQL functionPeter Eisentraut
2021-03-23Add per-index stats information in verbose logs of autovacuumMichael Paquier
2021-03-23Fix dangling pointer reference in stream_cleanup_files.Amit Kapila
2021-03-23Use correct spelling of statistics kindTomas Vondra
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