summaryrefslogtreecommitdiff
path: root/src/backend/access/common
AgeCommit message (Expand)Author
2024-04-08Teach TID store to skip bitmap for small numbers of offsetsJohn Naylor
2024-04-08Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08Use bump context for TID bitmaps stored by vacuumJohn Naylor
2024-04-08Fix alignment of stack variableJohn Naylor
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-28Rethink create and attach APIs of shared TidStore.Masahiko Sawada
2024-03-26Fix a calculation in TidStoreCreate().Masahiko Sawada
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-17Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-10-31doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian
2023-10-27doc Improve C GUC-related commentsBruce Momjian
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-10-05Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut
2023-10-05Push attidentity and attgenerated handling into BuildDescForRelation()Peter Eisentraut
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-09-26MergeAttributes() and related variable renamingPeter Eisentraut
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-08-22Introduce macros for protocol characters.Nathan Bossart
2023-08-22Cache by-reference missing values in a long lived contextAndrew Dunstan
2023-07-10Message wording improvementsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-23Fix custom validators call in build_local_reloptions()Alexander Korotkov
2023-03-28Save a few bytes in pg_attributePeter Eisentraut
2023-01-25Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-09Report a more useful error for reloptions on a partitioned table.Tom Lane
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-09-19Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-13Remove useless pstrdups in untransformRelOptionsAlvaro Herrera
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-07-07Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley