summaryrefslogtreecommitdiff
path: root/src/include/catalog/unused_oids
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-211-9/+0
* pg_upgrade: Preserve database OIDs.Robert Haas2022-01-241-0/+9
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Move catalog index declarationsPeter Eisentraut2020-11-071-1/+1
* Move catalog toast table declarationsPeter Eisentraut2020-11-071-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Show specific OID suggestion in unused_oids output.Peter Geoghegan2019-08-051-1/+24
* Initial pgperltidy run for v12.Tom Lane2019-05-221-2/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Create a separate oid range for oids assigned by genbki.pl.Andres Freund2018-12-131-4/+4
* Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane2018-05-191-1/+1
* Fix duplicate_oids and unused_oids so user needn't cd to catalog dir.Tom Lane2018-04-261-17/+19
* Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.Tom Lane2018-04-251-33/+30
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-4/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-261-2/+3
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-4/+6
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-6/+14
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-131-14/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-4/+11
* Update unused_oids script so it works with non-GNU awk --- /* ... */Tom Lane2000-01-171-3/+4
* Add max oid display, rather than returning just a dash for the last entry.Bruce Momjian1998-12-311-2/+2
* A couple of development scripts by Dan to detect unused and duplicateMarc G. Fournier1997-03-151-0/+41