aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Count write times when extending relation files for shared buffersMichael Paquier2023-10-18
* Add flush option to pg_logical_emit_message()Michael Paquier2023-10-18
* Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane2023-10-17
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Reword messages about impending (M)XID exhaustion.Robert Haas2023-10-17
* Talk about assigning, rather than generating, new MultiXactIds.Robert Haas2023-10-17
* Improve truncation of pg_serial/, removing "apparent wraparound" LOGsMichael Paquier2023-10-17
* Restart the apply worker if the privileges have been revoked.Amit Kapila2023-10-17
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* Move extra code out of the Pre/PostRestoreCommand() section.Nathan Bossart2023-10-16
* Fix code indentation violations in e83d1b0c40ccMichael Paquier2023-10-16
* Fix comment from commit 22655aa231.Thomas Munro2023-10-16
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Acquire ControlFileLock in relevant SQL functions.Thomas Munro2023-10-16
* Harden xxx_is_visible() functions against concurrent object drops.Tom Lane2023-10-14
* Harden has_xxx_privilege() functions against concurrent object drops.Tom Lane2023-10-14
* Fix bulk table extension when copying into multiple partitionsAndres Freund2023-10-13
* Improve the naming in wal_sync_method code.Nathan Bossart2023-10-13
* Add support for AT LOCALMichael Paquier2023-10-13
* Add wait events for checkpoint delay mechanism.Thomas Munro2023-10-13
* Unify two isLogSwitch tests in XLogInsertRecord.Robert Haas2023-10-12
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Fix incorrect step generation in HASH partition pruningDavid Rowley2023-10-12
* Add option to bgworkers to allow the bypass of role login checkMichael Paquier2023-10-12
* Reindent comment in GenericXLogFinish().Tom Lane2023-10-11
* Fix missed optimization in relation_excluded_by_constraints().Tom Lane2023-10-11
* Move canAcceptConnections check from ProcessStartupPacket to caller.Heikki Linnakangas2023-10-11
* Refactor InitPostgres() to use bitwise option flagsMichael Paquier2023-10-11
* Fix bug in GenericXLogFinish().Jeff Davis2023-10-10
* Replace has_multiple_baserels() with a bitmap test on all_baserels.Tom Lane2023-10-10
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Fix possible crash in add_paths_to_append_rel()David Rowley2023-10-10
* Revert "Optimize various aggregate deserialization functions"David Rowley2023-10-10
* Rename StartBackgroundWorker() to BackgroundWorkerMain().Heikki Linnakangas2023-10-09
* Allocate Backend structs in PostmasterContext.Heikki Linnakangas2023-10-09
* Clarify the checks in RegisterBackgroundWorker.Heikki Linnakangas2023-10-09
* Optimize various aggregate deserialization functionsDavid Rowley2023-10-09
* Remove duplicate words in docs and code comments.Amit Kapila2023-10-09
* Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_pathDavid Rowley2023-10-09
* Remove debug_print_rel and replace usages with pprintDavid Rowley2023-10-09
* Fix another typo in e0b1ee17dcAlexander Korotkov2023-10-07
* Fix typos in e0b1ee17dcAlexander Korotkov2023-10-07
* Remove extra parenthesis from comment.Etsuro Fujita2023-10-06
* Skip checking of scan keys required for directional scan in B-treeAlexander Korotkov2023-10-06
* Fix crash on syslogger startupHeikki Linnakangas2023-10-06
* Push attcompression and attstorage handling into BuildDescForRelation()Peter Eisentraut2023-10-05
* Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut2023-10-05
* Push attidentity and attgenerated handling into BuildDescForRelation()Peter Eisentraut2023-10-05
* Refactor ListenSocket array.Heikki Linnakangas2023-10-05
* Improve JsonLexContext's freeabilityAlvaro Herrera2023-10-05