summaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-043-17/+4
* Fix typos in commentsMichael Paquier2023-05-022-3/+3
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-10/+4
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-4/+10
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-061-1/+4
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-053-4/+8
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-312-0/+29
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-302-2/+2
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-293-0/+198
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-202-1/+5
* Add files related to query jumbling in src/include/nodes/ for mesonMichael Paquier2023-03-181-0/+2
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-152-1/+4
* Update commentPeter Eisentraut2023-03-081-2/+1
* Refine query jumbling handling for CallStmtMichael Paquier2023-03-081-2/+6
* Ignore IntoClause.viewQuery in query jumblingMichael Paquier2023-03-081-3/+6
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-061-4/+6
* Require empty Bitmapsets to be represented as NULL.Tom Lane2023-03-021-5/+5
* Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane2023-03-021-0/+1
* Remove bms_first_member().Tom Lane2023-03-021-1/+0
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-251-5/+5
* When removing a relation from the query, drop its RelOptInfo.Tom Lane2023-02-131-5/+1
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-135-37/+50
* Fix typo in parsenodes.hMichael Paquier2023-02-101-1/+1
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-071-1/+1
* Remove dead NoMovementScanDirection codeDavid Rowley2023-02-011-5/+2
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-314-182/+242
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-301-11/+56
* Do assorted mop-up in the planner.Tom Lane2023-01-301-42/+6
* Make Vars be outer-join-aware.Tom Lane2023-01-304-53/+185
* Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane2023-01-231-5/+2
* Rework format of comments in headers for nodesMichael Paquier2023-01-212-202/+398
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-211-0/+86
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-5/+13
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-181-0/+28
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-13/+5
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-5/+13
* Allow left join removals and unique joins on partitioned tablesDavid Rowley2023-01-091-5/+5
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-052-10/+3
* Update copyright for 2023Bruce Momjian2023-01-0224-24/+24
* Allow window functions to adjust their frameOptionsDavid Rowley2022-12-231-0/+44
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Doc: update pg_list.h header comments to include XidLists.Tom Lane2022-12-171-4/+6
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-3/+2
* Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera2022-12-121-5/+0
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-092-0/+57
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-091-0/+1
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-081-5/+3
* Rework query relation permission checkingAlvaro Herrera2022-12-064-35/+68
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-051-2/+2
* Re-pgindent a few files.Tom Lane2022-12-042-4/+4