index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
bootstrap
Age
Commit message (
Expand
)
Author
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-06-30
Add new OID alias type regdatabase.
Nathan Bossart
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-19
bootstrap: pure parser and reentrant scanner
Peter Eisentraut
2024-12-17
Set max_safe_fds whenever we create shared memory and semaphores.
Tom Lane
2024-12-04
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-11-14
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
2024-07-25
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-23
Get rid of a global variable
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-11
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-08-28
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-23
Add const decorations
Peter Eisentraut
2023-03-25
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-12
Order getopt arguments
Peter Eisentraut
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-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-09
Bump minimum version of Bison to 2.3
John Naylor
2022-09-04
Build all Flex files standalone
John Naylor
2022-07-25
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-01-17
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-07
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-01
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-24
Allow composite types in catalog bootstrap
Tomas Vondra
[next]