Fix assertion failure with replication slot release in single-user mode
[postgresql.git] / src / backend / bootstrap /
2025-06-30 Nathan BossartAdd new OID alias type regdatabase.
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [mem]
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-25 Peter EisentrautPartial pgindent of .l and .y files
2024-12-20 David RowleyRemove pg_attribute.attcacheoff column
2024-12-19 Peter Eisentrautbootstrap: pure parser and reentrant scanner
2024-12-17 Tom LaneSet max_safe_fds whenever we create shared memory and...
2024-12-04 Nathan BossartProvide a better error message for misplaced dispatch...
2024-11-14 Heikki LinnakangasAssign a child slot to every postmaster child process
2024-09-21 Tomas VondraIncrease the number of fast-path lock slots
2024-08-02 Peter EisentrautInclude bison header files into implementation files
2024-07-25 Peter EisentrautAdd extern declarations for Bison global variables
2024-07-23 Peter EisentrautGet rid of a global variable
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-01-13 Peter EisentrautMake attstattarget nullable
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-11-06 Peter EisentrautRemove distprep
2023-10-11 Michael PaquierRefactor InitPostgres() to use bitwise option flags
2023-08-28 Peter EisentrautMake error messages about WAL segment size more consistent
2023-08-23 Peter EisentrautAdd const decorations
2023-03-25 Tom LaneFix CREATE INDEX progress reporting for multi-level...
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-12-12 Peter EisentrautOrder getopt arguments
2022-10-28 Peter EisentrautRemove AssertArg and AssertState
2022-10-14 Tom LaneStore GUC data in a memory context, instead of using...
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-20 Peter GeogheganHarmonize more parameter names in bulk.
2022-09-09 John NaylorBump minimum version of Bison to 2.3
2022-09-04 John NaylorBuild all Flex files standalone
2022-07-25 Tom LaneProcess session_preload_libraries within InitPostgres...
2022-07-06 Robert HaasChange internal RelFileNode references to RelFileNumber...
2022-07-03 Peter EisentrautRemove redundant null pointer checks before free()
2022-06-08 Tom LaneBe more careful about GucSource for internally-driven...
2022-05-13 Peter EisentrautIndent C code in flex and bison files
2022-01-17 Robert Haaspg_upgrade: Preserve relfilenodes and tablespace OIDs.
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-08-09 Andres FreundFix bogus assertion in BootstrapModeMain().
2021-08-05 Andres Freundprocess startup: Always call Init[Auxiliary]Process...
2021-08-05 Andres Freundprocess startup: Remove bootstrap / checker modes from...
2021-08-05 Andres Freundprocess startup: Move AuxiliaryProcessMain into its...
2021-08-05 Andres Freundprocess startup: auxprocess: reindent block
2021-08-05 Andres Freundprocess startup: Separate out BootstrapModeMain from...
2021-08-02 Andres FreundRemove misplaced comment from AuxiliaryProcessMain().
2021-05-27 Tom LaneRethink definition of pg_attribute.attcompression.
2021-05-23 Tom LaneRe-order pg_attribute columns to eliminate some padding...
2021-05-12 Tom LaneInitial pgindent and pgperltidy run for v14.
2021-04-03 Andres FreundSplit backend status and progress related functionality...
2021-03-23 Tomas VondraAllow composite types in catalog bootstrap
2021-03-23 Tomas VondraConvert Typ from array to list in bootstrap
2021-03-19 Robert HaasAllow configurable LZ4 TOAST compression.
2021-03-15 Fujii MasaoMake archiver process an auxiliary process.
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-12-28 Bruce MomjianRevert "Add key management system" (978f869b99) & later...
2020-12-25 Bruce MomjianAdd key management system
2020-11-11 Peter EisentrautFix some stray whitespace in parser files
2020-10-29 Tom LaneDon't use custom OID symbols in pg_type.dat, either.
2020-10-04 Tom LaneMake postgres.bki use the same literal-string syntax...
2020-09-05 Tom LaneImprove some ancient, crufty code in bootstrap + initdb.
2020-07-21 Tom LaneBe more careful about marking catalog columns NOT NULL...
2020-04-04 Noah MischSkip WAL for new relfilenodes, under wal_level=minimal.
2020-03-22 Noah MischRevert "Skip WAL for new relfilenodes, under wal_level...
2020-03-21 Noah MischSkip WAL for new relfilenodes, under wal_level=minimal.
2020-03-13 Peter EisentrautUnify several ways to tracking backend type
2020-03-11 Peter EisentrautRefactor ps_status.c API
2020-03-04 Tom LaneIntroduce macros for typalign and typstorage constants.
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-12-26 Michael PaquierRevert "Rename files and headers related to index AM"
2019-12-25 Michael PaquierRename files and headers related to index AM
2019-11-21 Peter EisentrautRemove configure --disable-float4-byval
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-05-14 Tom LaneIn bootstrap mode, use default signal handling for...
2019-04-25 Alvaro HerreraFix tablespace inheritance for partitioned rels
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-01-23 Michael PaquierRemove argument isprimary from index_build()
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-15 Andres FreundDon't include genam.h from execnodes.h and relscan...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-19 Tom LaneMake type "name" collation-aware.
2018-12-18 Tom LaneMake collation-aware system catalog columns use "C...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-09-09 Tom LaneInstall a check for mis-linking of src/port and src...
2018-07-18 Tom LaneUse a ResourceOwner to track buffer pins in all cases.
2018-05-18 Peter EisentrautMessage wording and pluralization improvements
2018-05-05 Tom LaneFix bootstrap parser so that its keywords are unreserve...
2018-04-17 Tom LaneRationalize handling of array type names in bootstrap...
2018-04-17 Tom LaneSimplify genbki.pl's data quoting rules.
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-05 Magnus HaganderAllow background workers to bypass datallowconn
2018-03-21 Peter EisentrautHandle heap rewrites even better in logical decoding
2018-03-07 Alvaro HerreraAdd missing debug lines during bootstrap
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-19 Alvaro HerreraLocal partitioned indexes
next