index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
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
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-23
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-03-17
Refactor code for reading and writing relation map files.
Robert Haas
2022-03-11
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-20
Use bitwise rotate functions in more places
John Naylor
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-15
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-08
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-03
Some RELKIND macro refactoring
Peter Eisentraut
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-08-16
Reduce memory consumption for pending invalidation messages.
Tom Lane
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-14
Remove unused function parameter in get_qual_from_partbound
John Naylor
[next]