summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
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-28Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7cRobert Haas
2022-09-28Fix alignment problems with SharedInvalSmgrMsg.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-07-28Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas
2022-07-27Fix read_relmap_file() concurrency on Windows.Robert Haas
2022-07-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-17Fix omissions in support for the "regcollation" type.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-30Avoid unnecessary MemSet callPeter Eisentraut
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-17Refactor code for reading and writing relation map files.Robert Haas
2022-03-11Restore the previous semantics of get_constraint_index().Tom Lane
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-20Use bitwise rotate functions in more placesJohn Naylor
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-15Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-08-16Reduce memory consumption for pending invalidation messages.Tom Lane
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-07-14Remove unused function parameter in get_qual_from_partboundJohn Naylor