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
/
bootstrap
Age
Commit message (
Expand
)
Author
2022-01-17
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-08-09
Fix bogus assertion in BootstrapModeMain().
Andres Freund
2021-08-05
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-08-05
process startup: Remove bootstrap / checker modes from AuxProcType.
Andres Freund
2021-08-05
process startup: Move AuxiliaryProcessMain into its own file.
Andres Freund
2021-08-05
process startup: auxprocess: reindent block
Andres Freund
2021-08-05
process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.
Andres Freund
2021-08-02
Remove misplaced comment from AuxiliaryProcessMain().
Andres Freund
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-03
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-03-23
Allow composite types in catalog bootstrap
Tomas Vondra
2021-03-23
Convert Typ from array to list in bootstrap
Tomas Vondra
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-15
Make archiver process an auxiliary process.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-11-11
Fix some stray whitespace in parser files
Peter Eisentraut
2020-10-29
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-04
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-09-05
Improve some ancient, crufty code in bootstrap + initdb.
Tom Lane
2020-07-21
Be more careful about marking catalog columns NOT NULL by default.
Tom Lane
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-11-21
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-14
In bootstrap mode, use default signal handling for SIGINT etc.
Tom Lane
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-03-29
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-01-23
Remove argument isprimary from index_build()
Michael Paquier
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-18
Make collation-aware system catalog columns use "C" collation.
Tom Lane
[next]