index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_type.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Add a const decoration
Peter Eisentraut
2024-01-25
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Handle \v as a whitespace character in parsers
Michael Paquier
2023-07-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Rename value node fields
Peter Eisentraut
2022-01-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove Value node struct
Peter Eisentraut
2021-09-09
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Setup cursor position for schema-qualified elements
Alvaro Herrera
2015-03-18
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Suppress MSVC warning in typeStringToTypeName function.
Andres Freund
2014-12-24
*
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
*
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
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Avoid an unnecessary syscache lookup in parse_coerce.c.
Tom Lane
2011-04-08
[next]