Commit Graph

57129 Commits (0ccb657a3378f6a9b760a2f25dd6f26cb726cf57)
 

Author SHA1 Message Date
Robert Haas 2406c4e34c Reword messages about impending (M)XID exhaustion. 2 years ago
Robert Haas a1a5da8cb7 Talk about assigning, rather than generating, new MultiXactIds. 2 years ago
Michael Paquier d6b0c2bcb1 Improve truncation of pg_serial/, removing "apparent wraparound" LOGs 2 years ago
Alexander Korotkov 6fcaeb0ea2 Run 006_login_trigger.pl only with Unix-domain sockets 2 years ago
Amit Kapila 79243de13f Restart the apply worker if the privileges have been revoked. 2 years ago
Tom Lane 2f04720307 Add regression test coverage for timetz_izone(). 2 years ago
Tom Lane 54b208f909 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. 2 years ago
Nathan Bossart 8fb13dd6ab Move extra code out of the Pre/PostRestoreCommand() section. 2 years ago
Robert Haas a70bce43fb Update the documentation on recovering from (M)XID exhaustion. 2 years ago
Alexander Korotkov 5abbd97fef List 006_login_trigger.pl test for meson 2 years ago
Michael Paquier 4922173010 worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK 2 years ago
Thomas Munro 63a582222c Try to handle torn reads of pg_control in frontend. 2 years ago
Michael Paquier 4817da51f6 worker_spi: Bump up max_worker_processes in TAP tests 2 years ago
Alexander Korotkov 1f89b73c4e Rename 005_login_trigger.pl to 006_login_trigger.pl 2 years ago
Alexander Korotkov 47ab5d2e2e Fix role names in src/test/authentication/t/005_login_trigger.pl 2 years ago
Michael Paquier 20b7708662 Add a few recent commits to .git-blame-ignore-revs 2 years ago
Michael Paquier e9718b4bd3 Fix code indentation violations in e83d1b0c40 2 years ago
Thomas Munro 01529c7040 Fix comment from commit 22655aa231. 2 years ago
Alexander Korotkov e83d1b0c40 Add support event triggers on authenticated login 2 years ago
Thomas Munro c558e6fd92 Acquire ControlFileLock in relevant SQL functions. 2 years ago
Noah Misch 5f27b5f848 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Noah Misch 90ebcc32d9 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
Tom Lane fcdd6689d0 Harden xxx_is_visible() functions against concurrent object drops. 2 years ago
Tom Lane 403ac226dd Harden has_xxx_privilege() functions against concurrent object drops. 2 years ago
Andres Freund 22655aa231 Fix bulk table extension when copying into multiple partitions 2 years ago
Nathan Bossart 8d140c5822 Improve the naming in wal_sync_method code. 2 years ago
Daniel Gustafsson c5a032e518 Update oldextversions test for pg_stat_statements 1.11 2 years ago
Amit Kapila 536f410111 Doc: Add more links in logical replication pages. 2 years ago
Michael Paquier d16eb83aba psql: Add completion support for AT [ LOCAL | TIME ZONE ] 2 years ago
Michael Paquier 97957fdbaa Add support for AT LOCAL 2 years ago
Thomas Munro 0013ba290b Add wait events for checkpoint delay mechanism. 2 years ago
Michael Paquier 7e1f544827 doc: Mention timezone(zone, time) in section for AT TIME ZONE 2 years ago
Robert Haas df9a3d4e99 Unify two isLogSwitch tests in XLogInsertRecord. 2 years ago
David Rowley d9e46dfb78 Fix runtime partition pruning for HASH partitioned tables 2 years ago
David Rowley dab5538f0b Doc: fix grammatical errors for enable_partitionwise_aggregate 2 years ago
David Rowley f0c409d9c7 Fix incorrect step generation in HASH partition pruning 2 years ago
Michael Paquier e7689190b3 Add option to bgworkers to allow the bypass of role login check 2 years ago
Tom Lane b6a77c6a6c Reindent comment in GenericXLogFinish(). 2 years ago
Tom Lane 5d8aa8bced Fix missed optimization in relation_excluded_by_constraints(). 2 years ago
Heikki Linnakangas 16671ba6e7 Move canAcceptConnections check from ProcessStartupPacket to caller. 2 years ago
Michael Paquier c7c801ef3b Improve some wording in pg_upgrade/IMPLEMENTATION 2 years ago
Michael Paquier 4800a5dfb4 Refactor InitPostgres() to use bitwise option flags 2 years ago
Bruce Momjian 28139037c0 doc: pg_upgrade: use dynamic new cluster major version numbers 2 years ago
Bruce Momjian 8a6d68fc68 doc: clarify that SSPI and GSSAPI are interchangeable 2 years ago
Bruce Momjian 8e78f0a159 doc: Move CREATE ROLE's IN GROUP and USER to deprecated 2 years ago
Bruce Momjian 914599e569 doc: foreign servers with pushdown need matching collation 2 years ago
Bruce Momjian 2cb69f6bc5 doc: add SSL configuration section reference 2 years ago
Bruce Momjian 8209605966 doc: clarify how the bootstrap user name is chosen 2 years ago
Bruce Momjian 7454502f94 doc: document the need to analyze partitioned tables 2 years ago
Jeff Davis ef74c7197c Fix bug in GenericXLogFinish(). 2 years ago