Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-29Reduce variable scope and possibly useless pallocDavid Rowley
2024-03-17Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-02-15Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-21Allow ALTER VIEW command to rename the column in the view.Fujii Masao
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-02-17Fix CREATE VIEW to allow zero-column views.Tom Lane
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed
2016-12-07Implement table partitioning.Robert Haas
2016-09-06Add location field to DefElemPeter Eisentraut
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-03-11Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas