index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Age
Commit message (
Expand
)
Author
2023-04-05
Acquire locks on views in AcquirePlannerLocks, too.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-02-06
Fix more outdated comments
Peter Eisentraut
2023-02-06
Fix up outdated comments
Peter Eisentraut
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-27
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-22
Improve notation of cacheinfo table in syscache.c.
Thomas Munro
2022-12-22
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-14
Rearrange some static assertions for consistency
Peter Eisentraut
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-03
Prevent pgstats from getting confused when relkind of a relation changes
Andres Freund
2022-11-18
Don't read MCV stats needlessly in eqjoinsel().
Tom Lane
2022-11-16
Remove unused include
Peter Eisentraut
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-03
Resolve partition strategy during early parsing
Alvaro Herrera
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c
Robert Haas
2022-09-28
Fix alignment problems with SharedInvalSmgrMsg.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-22
Make role grant system more consistent with other privileges.
Robert Haas
2022-08-02
Move common catalog cache access routines to lsyscache.c
Amit Kapila
2022-07-28
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-27
Fix read_relmap_file() concurrency on Windows.
Robert Haas
2022-07-26
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-17
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-30
Avoid unnecessary MemSet call
Peter Eisentraut
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
[next]