aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/namespace.c
Commit message (Expand)AuthorAge
* Improve performance of "simple expressions" in PL/pgSQL.Tom Lane2020-03-26
* Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane2020-02-28
* Fix buggy logic in isTempNamespaceInUse()Michael Paquier2020-01-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Clarify comment about assignment and reset of temp namespace ID in MyProcMichael Paquier2018-08-21
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Add SKIP_LOCKED option to RangeVarGetRelidExtended().Andres Freund2018-03-30
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30
* Fix typo for RangeVarGetRelidExtendedStephen Frost2018-03-06
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Further hacking on ICU collation creation and usage.Tom Lane2017-06-24
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Complete tab completion for DROP STATISTICSAlvaro Herrera2017-05-13
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-02
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Comment typo fix.Tom Lane2016-01-06
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove numbers from incorrectly-numbered list.Robert Haas2015-11-19
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut2015-05-11
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve performance of OverrideSearchPathMatchesCurrent().Tom Lane2014-11-28
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian2014-08-25
* Fix typos in comments.Noah Misch2014-06-11
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08