Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysChange internal queryid type from uint64 to int64David Rowley
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-03-26Use relation name instead of OID in query jumbling for RangeTblEntryMichael Paquier
2025-03-05Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera
2025-02-19Add ATAlterConstraint struct for ALTER .. CONSTRAINTÁlvaro Herrera
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-24Track more precisely query locations for nested statementsMichael Paquier
2024-10-14Track sort direction in SortGroupClausePeter Eisentraut
2024-10-10Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera
2024-09-30Show values of SET statements as constants in pg_stat_statementsMichael Paquier
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-06-04Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-04-25Improve comment of DeallocateStmt->isallMichael Paquier
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-16Mark some new location fields as ParseLocPeter Eisentraut
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-22Make RangeTblEntry dump order consistentPeter Eisentraut
2024-03-22Remove custom _jumbleRangeTblEntry()Peter Eisentraut
2024-03-22Reformat some node commentsPeter Eisentraut
2024-03-22Improve commentPeter Eisentraut
2024-03-22Remove obsolete commentPeter Eisentraut
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-19gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-07Update comment of AlterTableCmd->name in parsenodes.hMichael Paquier
2024-03-07Fix description and grouping of RangeTblEntry.inhPeter Eisentraut
2024-03-05Improve field order in RangeTblEntryPeter Eisentraut
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-22Remove custom Constraint node read/write implementationsPeter Eisentraut
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut