index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
Commit message (
Expand
)
Author
Age
*
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-08-06
*
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-24
*
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-17
*
Fix comments in heaptuple.c
Michael Paquier
2024-06-28
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Get rid of anonymous struct
John Naylor
2024-04-09
*
Teach radix tree to embed values at runtime
John Naylor
2024-04-08
*
Teach TID store to skip bitmap for small numbers of offsets
John Naylor
2024-04-08
*
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Use bump context for TID bitmaps stored by vacuum
John Naylor
2024-04-08
*
Fix alignment of stack variable
John Naylor
2024-04-08
*
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-04-03
*
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-04-02
*
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
*
Rethink create and attach APIs of shared TidStore.
Masahiko Sawada
2024-03-28
*
Fix a calculation in TidStoreCreate().
Masahiko Sawada
2024-03-26
*
Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.
Masahiko Sawada
2024-03-21
*
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-17
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-03-04
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
doc: 1-byte varlena headers can be used for user PLAIN storage
Bruce Momjian
2023-10-31
*
doc Improve C GUC-related comments
Bruce Momjian
2023-10-27
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
*
Push attidentity and attgenerated handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
*
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-27
*
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-26
*
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-08
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Cache by-reference missing values in a long lived context
Andrew Dunstan
2023-08-22
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix custom validators call in build_local_reloptions()
Alexander Korotkov
2023-04-23
*
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-28
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-11-09
[next]