summaryrefslogtreecommitdiff
path: root/src/include/storage
AgeCommit message (Expand)Author
2024-07-02Improve some global variable declarationsPeter Eisentraut
2024-07-01Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane
2024-06-28Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-05-17Remove unused typedefsPeter Eisentraut
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-08Add pg_buffercache_evict() function for testing.Thomas Munro
2024-04-06Use an LWLock instead of a spinlock in waitlsn.cAlexander Korotkov
2024-04-06Allow BufferAccessStrategy to limit pin count.Thomas Munro
2024-04-02Avoid deadlock during orphan temp table removal.Tom Lane
2024-04-02Provide API for streaming relation data.Thomas Munro
2024-04-02Provide vectored variant of ReadBuffer().Thomas Munro
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-03-20Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-14Fix false reports in pg_visibilityAlexander Korotkov
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-03-01Return ssize_t in fd.c I/O functions.Thomas Munro
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-23Fix compiler warning on typedef redeclarationHeikki Linnakangas
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-02-21Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-25Remove dummy_spinlockAlvaro Herrera
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-16Add missing PGDLLIMPORT markingsHeikki Linnakangas
2024-01-12Refactor code checking for file existenceMichael Paquier
2024-01-09Cross-check lists of predefined LWLocks.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-18Provide vectored variants of smgrread() and smgrwrite().Thomas Munro
2023-12-16Provide multi-block smgrprefetch().Thomas Munro
2023-12-12Provide vectored variants of FileRead() and FileWrite().Thomas Munro
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-12-03Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-17Change logtape/tuplestore code to use int64 for block numbersMichael Paquier
2023-11-09Ensure we use the correct spelling of "ensure"David Rowley
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-24Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis
2023-10-23Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov