index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore
/
hstore_gist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
1
-3
/
+3
*
Standardize error reports in unimplemented I/O functions.
Tom Lane
2022-12-10
1
-4
/
+10
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-6
/
+2
*
Change some unnecessary MemSet calls
Peter Eisentraut
2022-07-01
1
-2
/
+2
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
1
-86
/
+106
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-2
/
+2
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
1
-2
/
+1
*
Remove unused macro
Peter Eisentraut
2019-02-28
1
-3
/
+0
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-5
/
+5
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
1
-1
/
+1
*
Dodge a macro-name conflict with Perl.
Tom Lane
2015-11-19
1
-6
/
+10
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
1
-1
/
+1
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
1
-1
/
+1
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
1
-1
/
+1
*
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-09
1
-1
/
+1
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
1
-1
/
+15
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
1
-11
/
+0
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-15
/
+15
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
1
-1
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-1
/
+0
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Fix two new-in-9.0 bugs in hstore.
Tom Lane
2010-09-16
1
-20
/
+6
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-24
/
+27
*
Assorted improvements in contrib/hstore.
Tom Lane
2009-09-30
1
-26
/
+70
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-4
/
+5
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
1
-1
/
+7
*
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-04-14
1
-0
/
+5
*
Run pgindent on remaining files now that LOOPBYTE is a usable macro.
Bruce Momjian
2007-11-16
1
-11
/
+11
*
Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the
Bruce Momjian
2007-11-16
1
-33
/
+30
*
Support varlena fields with single-byte headers and unaligned storage.
Tom Lane
2007-04-06
1
-1
/
+19
*
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
Teodor Sigaev
2007-03-14
1
-17
/
+28
*
Fix up several contrib modules that were using varlena datatypes in not-so-ob...
Tom Lane
2007-02-28
1
-12
/
+11
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-159
/
+217
*
Add hstore contrib module.
Teodor Sigaev
2006-09-05
1
-0
/
+471