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
/
catalog
/
Catalog.pm
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-03-20
Un-break genbki.pl's error reporting capabilities.
Tom Lane
2024-01-23
Generate syscache info from catalog files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-08-31
Restructure DECLARE_INDEX arguments
Peter Eisentraut
2023-06-30
Use named captures in Catalog::ParseHeader()
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-12
Make eval statement naturally proof against perltidy
John Naylor
2022-09-08
Fix perltidy breaking perlcritic
Alvaro Herrera
2022-09-08
Run perltidy over Catalog.pm
John Naylor
2022-09-08
Parse catalog .dat files as a whole when compiling the backend
John Naylor
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-06-29
Add index OID macro argument to DECLARE_INDEX
Peter Eisentraut
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-02-02
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-01-30
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-02-15
Clarify coding in Catalog::AddDefaultValues.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-03-12
Create a script that can renumber manually-assigned OIDs.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-09-20
Add a "return" statement to pacify perlcritic.
Tom Lane
2018-09-20
Teach genbki.pl to auto-generate pg_type entries for array types.
Tom Lane
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-19
Assorted minor cleanups for bootstrap-data Perl scripts.
Tom Lane
2018-05-09
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-05-09
perltidy some recent code changes before changing perltidy settings
Andrew Dunstan
2018-05-07
Clean up some perlcritic warnings
Andrew Dunstan
2018-05-04
Fix precedence problem in new Perl code.
Tom Lane
2018-05-03
Avoid overwriting unchanged output files in genbki.pl and Gen_fmgrtab.pl.
Tom Lane
2018-04-28
Clarify handling of special-case values in bootstrap catalog data.
Tom Lane
2018-04-26
Avoid parsing catalog data twice during BKI file construction.
Tom Lane
2018-04-25
Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.
Tom Lane
2018-04-25
Make Catalog.pm's representation of toast and index decls more abstract.
Tom Lane
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-18
Improve error detection/reporting in Catalog.pm and genbki.pl.
Tom Lane
2018-04-17
Rationalize handling of array type names in bootstrap data.
Tom Lane
2018-04-09
Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.
Tom Lane
2018-04-08
Replace our traditional initial-catalog-data format with a better design.
Tom Lane
2018-01-12
Remove hard-coded schema knowledge about pg_attribute from genbki.pl
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-21
Minor edits to catalog files and scripts
Alvaro Herrera
2017-10-04
Move genbki.pl's find_defined_symbol to Catalog.pm.
Andres Freund
[next]