summaryrefslogtreecommitdiff
path: root/src/backend/catalog/genbki.pl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-4/+4
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-6/+6
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-211-1/+7
* Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.Tom Lane2022-04-211-0/+10
* Update copyright for 2022Bruce Momjian2022-01-071-4/+4
* Remove redundant setting of pg_attribute.attcompressionJohn Naylor2021-07-311-1/+0
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-151-5/+5
* genbki stricter error handlingPeter Eisentraut2021-06-301-7/+12
* Add index OID macro argument to DECLARE_INDEXPeter Eisentraut2021-06-291-0/+8
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-281-5/+5
* Reduce the range of OIDs reserved for genbki.pl.Tom Lane2021-05-271-9/+24
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-271-3/+1
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-231-4/+4
* Double-space commands in system_constraints.sql/system_functions.sql.Tom Lane2021-05-121-1/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-3/+3
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-191-0/+3
* Remove special BKI_LOOKUP magic for namespace and role OIDs.Tom Lane2021-02-031-14/+10
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-021-17/+106
* Add primary keys and unique constraints to system catalogsPeter Eisentraut2021-01-301-0/+23
* Update copyright for 2021Bruce Momjian2021-01-021-3/+3
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-2/+6
* Don't use custom OID symbols in pg_proc.dat.Tom Lane2020-10-281-0/+7
* Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane2020-10-041-4/+2
* Be more careful about marking catalog columns NOT NULL by default.Tom Lane2020-07-211-15/+18
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-3/+3
* Set Perl search path more idiomaticallyAndrew Dunstan2020-04-141-3/+2
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-131-1/+1
* Don't require pg_class.dat to contain correct relnatts values.Tom Lane2020-02-151-0/+9
* Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas2020-01-191-35/+27
* Update copyrights for 2020Bruce Momjian2020-01-011-3/+3
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-211-1/+1
* Initial pgperltidy run for v12.Tom Lane2019-05-221-4/+4
* Sync commentary in transam.h and bki.sgml.Tom Lane2019-03-141-1/+9
* Remove remaining hard-wired OID references in the initial catalog data.Tom Lane2019-03-121-14/+66
* tableam: introduce table AM infrastructure.Andres Freund2019-03-061-0/+4
* Use Getopt::Long for catalog scriptsAlvaro Herrera2019-02-121-35/+14
* Keep perl style checker happyAndrew Dunstan2019-02-051-3/+3
* Fix searchpath for modern Perl for genbki.plAndrew Dunstan2019-02-051-0/+4
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-1/+1
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-031-5/+42
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-031-1/+9
* Update copyright for 2019Bruce Momjian2019-01-021-3/+3
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-181-1/+7
* Create a separate oid range for oids assigned by genbki.pl.Andres Freund2018-12-131-10/+18
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-11/+17
* Teach genbki.pl to auto-generate pg_type entries for array types.Tom Lane2018-09-201-0/+2
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-271-0/+4
* Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane2018-05-191-3/+2
* Write error messages about duplicate OIDs to stderrPeter Eisentraut2018-04-301-2/+2
* Remove "Generating" output from catalog scriptsPeter Eisentraut2018-04-301-1/+0