aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* Turn a few 'validnsps' static variables into localsHeikki Linnakangas2024-08-06
* Refactor tidstore.c iterator buffering.Thomas Munro2024-07-24
* Use PqMsg_* macros in more places.Nathan Bossart2024-07-17
* Fix comments in heaptuple.cMichael Paquier2024-06-28
* Revert: Custom reloptions for table AMAlexander Korotkov2024-04-11
* Get rid of anonymous structJohn Naylor2024-04-09
* Teach radix tree to embed values at runtimeJohn Naylor2024-04-08
* Teach TID store to skip bitmap for small numbers of offsetsJohn Naylor2024-04-08
* Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov2024-04-08
* Custom reloptions for table AMAlexander Korotkov2024-04-08
* Use bump context for TID bitmaps stored by vacuumJohn Naylor2024-04-08
* Fix alignment of stack variableJohn Naylor2024-04-08
* Invent SERIALIZE option for EXPLAIN.Tom Lane2024-04-03
* Revert "Custom reloptions for table AM"Alexander Korotkov2024-04-02
* Custom reloptions for table AMAlexander Korotkov2024-03-30
* Rethink create and attach APIs of shared TidStore.Masahiko Sawada2024-03-28
* Fix a calculation in TidStoreCreate().Masahiko Sawada2024-03-26
* Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada2024-03-21
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas2024-03-04
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian2023-10-31
* doc Improve C GUC-related commentsBruce Momjian2023-10-27
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut2023-10-05
* Push attidentity and attgenerated handling into BuildDescForRelation()Peter Eisentraut2023-10-05
* Add TupleDescGetDefault()Peter Eisentraut2023-09-27
* MergeAttributes() and related variable renamingPeter Eisentraut2023-09-26
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* Message wording improvementsPeter Eisentraut2023-07-10
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-23
* Save a few bytes in pg_attributePeter Eisentraut2023-03-28
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-25
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-25
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Report a more useful error for reloptions on a partitioned table.Tom Lane2022-11-09