index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
Age
Commit message (
Expand
)
Author
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-03
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-28
Rethink create and attach APIs of shared TidStore.
Masahiko Sawada
2024-03-26
Fix a calculation in TidStoreCreate().
Masahiko Sawada
2024-03-21
Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.
Masahiko Sawada
2024-03-17
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-10-31
doc: 1-byte varlena headers can be used for user PLAIN storage
Bruce Momjian
2023-10-27
doc Improve C GUC-related comments
Bruce Momjian
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-05
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
Push attidentity and attgenerated handling into BuildDescForRelation()
Peter Eisentraut
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-26
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-08
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-08-22
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
Cache by-reference missing values in a long lived context
Andrew Dunstan
2023-07-10
Message wording improvements
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-23
Fix custom validators call in build_local_reloptions()
Alexander Korotkov
2023-03-28
Save a few bytes in pg_attribute
Peter Eisentraut
2023-01-25
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-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-09
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-19
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-13
Remove useless pstrdups in untransformRelOptions
Alvaro Herrera
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-07-07
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
[prev]
[next]