Skip to content

pullrequests Search Results · repo:postgrespro/jsquery language:C

Filter by

19 results
 (94 ms)

19 results

inpostgrespro/jsquery (press backspace or delete to remove)

I know you guys at pgpro prefer Travis, but here s a standard workflow I use for my extensions.
  • Florents-Tselai
  • Opened 
    on Sep 23, 2024
  • #54

  • sokolcati
  • 1
  • Opened 
    on Jul 5, 2024
  • #53

Tags: jsquery.
  • sokolcati
  • Opened 
    on Mar 14, 2024
  • #52

  • sokolcati
  • Opened 
    on Nov 23, 2023
  • #51

Empty string is not a correct jsquery, also input functions should return result of datatype which is being parsed. Tags: jsquery
  • GetsuDer
  • Opened 
    on Nov 22, 2023
  • #50

1) remove unused variable 2) suppress error about unused yynerr (bison variable) Tags: jsquery.
  • sokolcati
  • Opened 
    on Oct 18, 2023
  • #48

The macro PG_DETOAST_DATUM returns a pointer to a varlena structure and the input to the function DatumGetPointer must be of type Datum (see the commit c8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL ...
  • MarinaPolyakova
  • 1
  • Opened 
    on Nov 18, 2022
  • #43

The macro PG_DETOAST_DATUM returns a pointer to a varlena structure and the input to the function DatumGetPointer must be of type Datum (see the commit c8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL ...
  • MarinaPolyakova
  • Opened 
    on Nov 18, 2022
  • #42

In PostgreSQL version 12 or higher it s more effecient to use the function pg_strtoint32 instead (see the commit 86eaf208ea048936df6be77276a246d3f92e9620). And in PostgreSQL 15 the function pg_atoi was ...
  • MarinaPolyakova
  • Opened 
    on Jul 1, 2022
  • #40