index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
smgr
Age
Commit message (
Expand
)
Author
2023-04-18
Fix various typos
David Rowley
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
Track IO times in pg_stat_io
Andres Freund
2023-04-05
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
2023-02-27
Update types in smgr API
Peter Eisentraut
2023-02-10
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-09
Apply a better fix to mdunlinkfork().
Tom Lane
2022-11-07
Fix failure to remove non-first segments of temporary tables.
Tom Lane
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-07-28
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-12
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-07
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-02-11
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-09
Check for relation length overrun soon enough.
Tom Lane
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-13
Optimize DropRelFileNodesAllBuffers() for recovery.
Amit Kapila
2021-01-12
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-01
Use truncate(2) where appropriate.
Thomas Munro
2020-12-01
Free disk space for dropped relations on commit.
Thomas Munro
2020-09-04
remove redundant initializations
Bruce Momjian
2020-07-31
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-05-21
Clear some style deviations.
Noah Misch
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-10
Remove smgrdounlink() in smgr.c from the code tree
Michael Paquier
2020-04-08
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-01-26
Refactor confusing code in _mdfd_openseg().
Thomas Munro
2020-01-11
Maintain valid md.c state when FileClose() fails.
Noah Misch
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-14
Fix mdsyncfiletag(), take II.
Thomas Munro
2019-12-14
Don't use _mdfd_getseg() in mdsyncfiletag().
Thomas Munro
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-09-24
Speedup truncations of relation forks.
Fujii Masao
[next]