summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-17Reword messages about impending (M)XID exhaustion.Robert Haas
2023-10-17Talk about assigning, rather than generating, new MultiXactIds.Robert Haas
2023-10-17Improve truncation of pg_serial/, removing "apparent wraparound" LOGsMichael Paquier
2023-10-17Run 006_login_trigger.pl only with Unix-domain socketsAlexander Korotkov
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-10-16Add regression test coverage for timetz_izone().Tom Lane
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-16Move extra code out of the Pre/PostRestoreCommand() section.Nathan Bossart
2023-10-16List 006_login_trigger.pl test for mesonAlexander Korotkov
2023-10-16worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECKMichael Paquier
2023-10-16Try to handle torn reads of pg_control in frontend.Thomas Munro
2023-10-16worker_spi: Bump up max_worker_processes in TAP testsMichael Paquier
2023-10-16Rename 005_login_trigger.pl to 006_login_trigger.plAlexander Korotkov
2023-10-16Fix role names in src/test/authentication/t/005_login_trigger.plAlexander Korotkov
2023-10-16Fix code indentation violations in e83d1b0c40ccMichael Paquier
2023-10-16Fix comment from commit 22655aa231.Thomas Munro
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-15Acquire ControlFileLock in relevant SQL functions.Thomas Munro
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-10-14Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch
2023-10-14Harden xxx_is_visible() functions against concurrent object drops.Tom Lane
2023-10-14Harden has_xxx_privilege() functions against concurrent object drops.Tom Lane
2023-10-14Fix bulk table extension when copying into multiple partitionsAndres Freund
2023-10-13Improve the naming in wal_sync_method code.Nathan Bossart
2023-10-13psql: Add completion support for AT [ LOCAL | TIME ZONE ]Michael Paquier
2023-10-13Add support for AT LOCALMichael Paquier
2023-10-13Add wait events for checkpoint delay mechanism.Thomas Munro
2023-10-12Unify two isLogSwitch tests in XLogInsertRecord.Robert Haas
2023-10-12Fix runtime partition pruning for HASH partitioned tablesDavid Rowley
2023-10-12Fix incorrect step generation in HASH partition pruningDavid Rowley
2023-10-12Add option to bgworkers to allow the bypass of role login checkMichael Paquier
2023-10-11Reindent comment in GenericXLogFinish().Tom Lane
2023-10-11Fix missed optimization in relation_excluded_by_constraints().Tom Lane
2023-10-11Move canAcceptConnections check from ProcessStartupPacket to caller.Heikki Linnakangas
2023-10-11Improve some wording in pg_upgrade/IMPLEMENTATIONMichael Paquier
2023-10-11Refactor InitPostgres() to use bitwise option flagsMichael Paquier
2023-10-10Fix bug in GenericXLogFinish().Jeff Davis
2023-10-10Replace has_multiple_baserels() with a bitmap test on all_baserels.Tom Lane
2023-10-10pg_resetwal: Corrections around -c optionPeter Eisentraut
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-10-10Fix possible crash in add_paths_to_append_rel()David Rowley
2023-10-10Revert "Optimize various aggregate deserialization functions"David Rowley
2023-10-10worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONNMichael Paquier
2023-10-09Rename StartBackgroundWorker() to BackgroundWorkerMain().Heikki Linnakangas
2023-10-09Allocate Backend structs in PostmasterContext.Heikki Linnakangas
2023-10-09Clarify the checks in RegisterBackgroundWorker.Heikki Linnakangas
2023-10-09Optimize various aggregate deserialization functionsDavid Rowley
2023-10-09Remove duplicate words in docs and code comments.Amit Kapila
2023-10-09Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_pathDavid Rowley