summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
AgeCommit message (Expand)Author
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Add missing binary_upgrade.h includes.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-02-11Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Consistently use "superuser" instead of "super user"Daniel Gustafsson
2021-08-28Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-01-14Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-03Fix temporary tablespaces for shared filesets some more.Tom Lane
2020-07-03Fix temporary tablespaces for shared filesetsMagnus Hagander
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-04-07Refactor dir/file permissionsStephen Frost