summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-04Code review for recent SQL/JSON commitsAlvaro Herrera
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-21Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/Michael Paquier
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-19Avoid copying undefined data in _readA_Const().Tom Lane
2023-03-02Require empty Bitmapsets to be represented as NULL.Tom Lane
2023-03-02Remove bms_first_member().Tom Lane
2023-02-13Mark more nodes with attribute no_query_jumbleMichael Paquier
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-02-07Include values of A_Const nodes in query jumblingMichael Paquier
2023-01-31Generate code for query jumbling through gen_node_support.plMichael Paquier
2023-01-30Invent "join domains" to replace the below_outer_join hack.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
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-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-09Create infrastructure for "soft" error reporting.Tom Lane
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-02Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane
2022-12-02Add some error cross-checks to gen_node_support.pl.Tom Lane
2022-11-25Fix gen_node_support.pl for changed AclMode sizeAndrew Dunstan
2022-11-23Expand AclMode to 64 bitsAndrew Dunstan
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-11-20Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier
2022-11-16Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane
2022-11-13Make Bitmapsets be valid Nodes.Tom Lane
2022-10-20Use proper macro to access TransactionIdAlvaro Herrera
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Fix pg_stat_statements for MERGEAlvaro Herrera
2022-09-26Don't lose precision for float fields of Nodes.Peter Eisentraut
2022-09-26Fix write/read of empty string fields in Nodes.Peter Eisentraut
2022-09-24Add read support for some missing raw parse nodesPeter Eisentraut
2022-09-24Fix reading of BitString nodesPeter Eisentraut
2022-09-24Fix reading of most-negative integer value nodesPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-15Remove redundant spaces in _outA_Expr() outputPeter Eisentraut
2022-08-13Add missing fields to _outConstraint()Peter Eisentraut
2022-08-12Fix _outConstraint() for "identity" constraintsPeter Eisentraut
2022-08-11Add missing space in _outA_Const() outputPeter Eisentraut
2022-08-08Fix MSVC build script's check for obsolete node support functions.Tom Lane
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane