public inbox for [email protected]
help / color / mirror / Atom feedpgsql: Add relallfrozen to pg_class
2025-03-03 16:20 UTC Melanie Plageman <[email protected]>
` Re: pgsql: Add relallfrozen to pg_class
2025-03-03 16:44 UTC Álvaro Herrera <[email protected]>
` Re: pgsql: Add relallfrozen to pg_class
2025-03-03 16:48 UTC Melanie Plageman <[email protected]>
` Re: pgsql: Add relallfrozen to pg_class
2025-03-03 16:50 UTC Andres Freund <[email protected]>
` Re: pgsql: Add relallfrozen to pg_class
2025-03-03 16:52 UTC Melanie Plageman <[email protected]>
[5+ messages in thread]
pgsql: Handle auxiliary processes in SQL functions of backend statistic
2025-03-03 01:01 UTC Michael Paquier <[email protected]>
pgsql: postgres_fdw: Extend postgres_fdw_get_connections to return remo
2025-03-03 00:16 UTC Fujii Masao <[email protected]>
pgsql: Use PRI*64 instead of "ll*" in format strings (minimal trial)
2025-03-02 13:03 UTC Peter Eisentraut <[email protected]>
pgsql: Fix pg_strtof() to not crash on NULL endptr.
2025-03-01 19:23 UTC Tom Lane <[email protected]>
pgsql: Fix pg_strtof() to not crash on NULL endptr.
2025-03-01 19:23 UTC Tom Lane <[email protected]>
pgsql: Fix pg_strtof() to not crash on NULL endptr.
2025-03-01 19:23 UTC Tom Lane <[email protected]>
pgsql: Fix pg_strtof() to not crash on NULL endptr.
2025-03-01 19:23 UTC Tom Lane <[email protected]>
pgsql: Fix pg_strtof() to not crash on NULL endptr.
2025-03-01 19:23 UTC Tom Lane <[email protected]>
pgsql: Fix pg_strtof() to not crash on NULL endptr.
2025-03-01 19:23 UTC Tom Lane <[email protected]>
pgsql: Work around OAuth/EVFILT_TIMER quirk on NetBSD.
2025-03-01 01:42 UTC Thomas Munro <[email protected]>
pgsql: Replace BackendIds with 0-based ProcNumbers
2024-03-03 17:39 UTC Heikki Linnakangas <[email protected]>
` Re: pgsql: Replace BackendIds with 0-based ProcNumbers
2024-07-09 18:10 UTC Thomas Munro <[email protected]>
` Re: pgsql: Replace BackendIds with 0-based ProcNumbers
2024-07-15 08:13 UTC Heikki Linnakangas <[email protected]>
` Re: pgsql: Replace BackendIds with 0-based ProcNumbers
2024-12-29 17:43 UTC Peter Eisentraut <[email protected]>
` Re: pgsql: Replace BackendIds with 0-based ProcNumbers
2025-01-01 21:57 UTC Heikki Linnakangas <[email protected]>
[5+ messages in thread]
pgsql: Revert "Skip .DS_Store files in server side utils"
2024-02-13 13:11 UTC Daniel Gustafsson <[email protected]>
` Re: pgsql: Revert "Skip .DS_Store files in server side utils"
2024-05-06 12:40 UTC Alvaro Herrera <[email protected]>
[2+ messages in thread]
pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib
2024-02-20 04:44 UTC Michael Paquier <[email protected]>
` Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib
2024-04-11 07:08 UTC Bharath Rupireddy <[email protected]>
` Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib
2024-04-11 07:39 UTC Michael Paquier <[email protected]>
[3+ messages in thread]
pgsql: Allow using syncfs() in frontend utilities.
2023-09-06 23:28 UTC Nathan Bossart <[email protected]>
` Re: pgsql: Allow using syncfs() in frontend utilities.
2024-03-22 16:52 UTC Robert Haas <[email protected]>
` Re: pgsql: Allow using syncfs() in frontend utilities.
2024-03-26 10:18 UTC Peter Eisentraut <[email protected]>
` Re: pgsql: Allow using syncfs() in frontend utilities.
2024-03-26 14:52 UTC Nathan Bossart <[email protected]>
` Re: pgsql: Allow using syncfs() in frontend utilities.
2024-03-26 15:11 UTC Nathan Bossart <[email protected]>
` Re: pgsql: Allow using syncfs() in frontend utilities.
2024-03-26 16:34 UTC Nathan Bossart <[email protected]>
` Re: pgsql: Allow using syncfs() in frontend utilities.
2024-03-27 14:41 UTC Robert Haas <[email protected]>
` Re: pgsql: Allow using syncfs() in frontend utilities.
2024-03-27 15:25 UTC Nathan Bossart <[email protected]>
` Re: pgsql: Allow using syncfs() in frontend utilities.
2024-03-27 15:27 UTC Robert Haas <[email protected]>
[9+ messages in thread]
[PATCH v1 1/1] Adjust documentation for syncfs().
2024-03-26 16:26 UTC Nathan Bossart <[email protected]>
pgsql: Improve performance of subsystems on top of SLRU
2024-02-28 16:07 UTC Alvaro Herrera <[email protected]>
` Re: pgsql: Improve performance of subsystems on top of SLRU
2024-03-03 14:29 UTC Alvaro Herrera <[email protected]>
` Re: pgsql: Improve performance of subsystems on top of SLRU
2024-03-03 21:14 UTC Tom Lane <[email protected]>
` Re: pgsql: Improve performance of subsystems on top of SLRU
2024-03-04 06:14 UTC Dilip Kumar <[email protected]>
` Re: pgsql: Improve performance of subsystems on top of SLRU
2024-03-04 15:17 UTC Alvaro Herrera <[email protected]>
` Re: pgsql: Improve performance of subsystems on top of SLRU
2024-03-04 17:36 UTC Alvaro Herrera <[email protected]>
[6+ messages in thread]
[PATCH v2 2/3] Rework redundant loop in subtrans.c
2024-03-04 10:49 UTC Alvaro Herrera <[email protected]>
[PATCH v3] Rework redundant loop in subtrans.c
2024-03-04 10:49 UTC Alvaro Herrera <[email protected]>
[PATCH v2 3/3] Simplify coding in slru.c
2024-03-04 10:48 UTC Alvaro Herrera <[email protected]>
pgsql: Use MyBackendType in more places to check what process this is
2024-03-04 08:32 UTC Heikki Linnakangas <[email protected]>
pgsql: Remove MyAuxProcType, use MyBackendType instead
2024-03-04 08:32 UTC Heikki Linnakangas <[email protected]>
pgsql: Optimize GenerationAlloc() and SlabAlloc()
2024-03-04 04:42 UTC David Rowley <[email protected]>
pgsql: Support partition pruning on boolcol IS [NOT] UNKNOWN
2024-03-04 01:45 UTC David Rowley <[email protected]>
pgsql: Add PostgreSQL::Test::Cluster::wait_for_event()
2024-03-04 01:37 UTC Michael Paquier <[email protected]>
[next (older)]
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox