index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
namespace.c
Commit message (
Expand
)
Author
Age
*
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
2020-03-26
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Fix buggy logic in isTempNamespaceInUse()
Michael Paquier
2020-01-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Clarify comment about assignment and reset of temp namespace ID in MyProc
Michael Paquier
2018-08-21
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Add SKIP_LOCKED option to RangeVarGetRelidExtended().
Andres Freund
2018-03-30
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
*
Fix typo for RangeVarGetRelidExtended
Stephen Frost
2018-03-06
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Further hacking on ICU collation creation and usage.
Tom Lane
2017-06-24
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Complete tab completion for DROP STATISTICS
Alvaro Herrera
2017-05-13
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Comment typo fix.
Tom Lane
2016-01-06
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove numbers from incorrectly-numbered list.
Robert Haas
2015-11-19
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve performance of OverrideSearchPathMatchesCurrent().
Tom Lane
2014-11-28
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-25
*
Fix typos in comments.
Noah Misch
2014-06-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
[next]