summaryrefslogtreecommitdiff
path: root/doc/src/sgml/bki.sgml
AgeCommit message (Expand)Author
2025-07-01doc: TOAST not toastPeter Eisentraut
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2022-05-19doc: Properly punctuate "etc."Peter Eisentraut
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-02-02Some cleanup for change of collate and ctype fields to type textPeter Eisentraut
2022-01-20Remove 'datlastsysoid'.Robert Haas
2021-07-16doc: Spell checkingPeter Eisentraut
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-05-27Reduce the range of OIDs reserved for genbki.pl.Tom Lane
2021-05-12Doc: update bki.sgml's statements about OID ranges.Tom Lane
2021-02-03Remove special BKI_LOOKUP magic for namespace and role OIDs.Tom Lane
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-07Move catalog toast table declarationsPeter Eisentraut
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-07-21Be more careful about marking catalog columns NOT NULL by default.Tom Lane
2020-07-21Assert that we don't insert nulls into attnotnull catalog columns.Tom Lane
2019-10-25doc: Use proper em and en dashesPeter Eisentraut
2019-09-06doc: Postgres -> PostgreSQLPeter Eisentraut
2019-03-14Sync commentary in transam.h and bki.sgml.Tom Lane
2019-03-12Remove remaining hard-wired OID references in the initial catalog data.Tom Lane
2019-03-12Create a script that can renumber manually-assigned OIDs.Tom Lane
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-03Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-20Teach genbki.pl to auto-generate pg_type entries for array types.Tom Lane
2018-05-05Fix bootstrap parser so that its keywords are unreserved words.Tom Lane
2018-04-28Tweak reformat_dat_file.pl to make it more easily hand-invokable.Tom Lane
2018-04-26Avoid parsing catalog data twice during BKI file construction.Tom Lane
2018-04-17Rationalize handling of single and double quotes in bootstrap data.Tom Lane
2018-04-09Make reformat_dat_file.pl preserve all blank lines.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2015-02-21Allow forcing nullness of columns during bootstrap.Andres Freund
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-17Spell and markup checkingPeter Eisentraut
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2009-09-26Extend the BKI infrastructure to allow system catalogs to be givenTom Lane
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-03-10Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-13Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane
2005-03-29Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane
2005-01-05More minor updates and copy-editing.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon