summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-4/+28
* Fix list_copy_head() with empty ListsDavid Rowley2023-04-201-3/+3
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-122-11/+1
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-072-1/+11
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-041-163/+257
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-312-0/+45
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-292-0/+290
* Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/Michael Paquier2023-03-222-5/+6
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-201-1/+6
* Avoid copying undefined data in _readA_Const().Tom Lane2023-03-192-6/+27
* Require empty Bitmapsets to be represented as NULL.Tom Lane2023-03-021-18/+52
* Remove bms_first_member().Tom Lane2023-03-021-42/+0
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-131-1/+3
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-4/+4
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-071-0/+35
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-314-648/+257
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-301-1/+0
* Make Vars be outer-join-aware.Tom Lane2023-01-303-5/+13
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-213-0/+863
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-182-2/+12
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-112-12/+2
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-112-2/+12
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-052-2/+0
* Update copyright for 2023Bruce Momjian2023-01-0218-19/+19
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-092-0/+3
* Rework query relation permission checkingAlvaro Herrera2022-12-062-10/+2
* Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane2022-12-021-7/+33
* Add some error cross-checks to gen_node_support.pl.Tom Lane2022-12-021-13/+49
* Fix gen_node_support.pl for changed AclMode sizeAndrew Dunstan2022-11-251-2/+2
* Expand AclMode to 64 bitsAndrew Dunstan2022-11-231-1/+1
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-23/+4
* Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier2022-11-201-8/+3
* Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane2022-11-164-0/+165
* Make Bitmapsets be valid Nodes.Tom Lane2022-11-138-2/+56
* Use proper macro to access TransactionIdAlvaro Herrera2022-10-201-1/+1
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-2/+2
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-2/+2
* Fix pg_stat_statements for MERGEAlvaro Herrera2022-09-271-2/+2
* Don't lose precision for float fields of Nodes.Peter Eisentraut2022-09-262-10/+25
* Fix write/read of empty string fields in Nodes.Peter Eisentraut2022-09-262-5/+30
* Add read support for some missing raw parse nodesPeter Eisentraut2022-09-242-8/+250
* Fix reading of BitString nodesPeter Eisentraut2022-09-241-5/+4
* Fix reading of most-negative integer value nodesPeter Eisentraut2022-09-241-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+29
* Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane2022-09-201-307/+304
* Revert SQL/JSON featuresAndrew Dunstan2022-09-012-608/+0
* Remove redundant spaces in _outA_Expr() outputPeter Eisentraut2022-08-151-16/+13
* Add missing fields to _outConstraint()Peter Eisentraut2022-08-131-0/+2
* Fix _outConstraint() for "identity" constraintsPeter Eisentraut2022-08-121-2/+1