index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
bootstrap
Commit message (
Expand
)
Author
Age
*
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-21
*
Include bison header files into implementation files
Peter Eisentraut
2024-08-02
*
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-25
*
Get rid of a global variable
Peter Eisentraut
2024-07-23
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-10-11
*
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
*
Add const decorations
Peter Eisentraut
2023-08-23
*
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Order getopt arguments
Peter Eisentraut
2022-12-12
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Bump minimum version of Bison to 2.3
John Naylor
2022-09-09
*
Build all Flex files standalone
John Naylor
2022-09-04
*
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-25
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
*
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix bogus assertion in BootstrapModeMain().
Andres Freund
2021-08-09
*
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-05
*
Remove misplaced comment from AuxiliaryProcessMain().
Andres Freund
2021-08-01
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
*
Allow composite types in catalog bootstrap
Tomas Vondra
2021-03-24
*
Convert Typ from array to list in bootstrap
Tomas Vondra
2021-03-24
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Fix some stray whitespace in parser files
Peter Eisentraut
2020-11-11
*
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-29
*
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-10-04
*
Improve some ancient, crufty code in bootstrap + initdb.
Tom Lane
2020-09-05
[next]