Commit Graph

56994 Commits (8483a54b7da709c6f381f2dd06085a67ecf669ba)
 

Author SHA1 Message Date
Tom Lane 8483a54b7d Doc: modernize comment for boolin(). 2 years ago
Michael Paquier 5147ab1dd3 pg_stat_statements: Add local_blk_{read|write}_time 2 years ago
Michael Paquier 295c36c0c1 Add local_blk_{read|write}_time I/O timing statistics for local blocks 2 years ago
Michael Paquier 13d00729d4 Rename I/O timing statistics columns to shared_blk_{read|write}_time 2 years ago
Tom Lane 9b103f861e Improve pglz_decompress's defenses against corrupt compressed data. 2 years ago
Michael Paquier 7fb355db14 Install wait_event_types.h in VPATH builds 2 years ago
Thomas Munro 76200e5ee4 jit: Changes for LLVM 17. 2 years ago
Thomas Munro f90b4a846b jit: Supply LLVMGlobalGetValueType() for LLVM < 8. 2 years ago
Thomas Munro 37d5babb5c jit: Support opaque pointers in LLVM 16. 2 years ago
Michael Paquier 3f9b1f26ca pg_upgrade: Fix test name in 002_pg_upgrade.pl 2 years ago
Peter Eisentraut 41a284411e Clean up some pg_dump tests 2 years ago
Michael Paquier d17ffc734d Count write times when extending relation files for shared buffers 2 years ago
Michael Paquier 173b56f1ef Add flush option to pg_logical_emit_message() 2 years ago
Tom Lane 19fa977311 Dodge a compiler bug affecting timetz_zone/timetz_izone. 2 years ago
Nathan Bossart 97550c0711 Avoid calling proc_exit() in processes forked by system(). 2 years ago
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