Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

database.c

  • Bruce Momjian's avatar
    79715390
    heap_fetch requires buffer pointer, must be released; heap_getnext · 79715390
    Bruce Momjian authored
    no longer returns buffer pointer, can be gotten from scan;
    	descriptor; bootstrap can create multi-key indexes;
    pg_procname index now is multi-key index; oidint2, oidint4, oidname
    are gone (must be removed from regression tests); use System Cache
    rather than sequential scan in many places; heap_modifytuple no
    longer takes buffer parameter; remove unused buffer parameter in
    a few other functions; oid8 is not index-able; remove some use of
    single-character variable names; cleanup Buffer variables usage
    and scan descriptor looping; cleaned up allocation and freeing of
    tuples; 18k lines of diff;
    79715390
    History
    heap_fetch requires buffer pointer, must be released; heap_getnext
    Bruce Momjian authored
    no longer returns buffer pointer, can be gotten from scan;
    	descriptor; bootstrap can create multi-key indexes;
    pg_procname index now is multi-key index; oidint2, oidint4, oidname
    are gone (must be removed from regression tests); use System Cache
    rather than sequential scan in many places; heap_modifytuple no
    longer takes buffer parameter; remove unused buffer parameter in
    a few other functions; oid8 is not index-able; remove some use of
    single-character variable names; cleanup Buffer variables usage
    and scan descriptor looping; cleaned up allocation and freeing of
    tuples; 18k lines of diff;