Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-18Specialize intarray sortingJohn Naylor
2023-05-02Fix typos in commentsMichael Paquier
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2020-03-30Implement operator class parametersAlexander Korotkov
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2017-06-21Phase 2 of pgindent updates.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2011-01-09Fix assorted corner-case bugs in contrib/intarray.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-10Allow /contrib include files to compile on their own.Bruce Momjian
2006-05-03Make GIN opclass worked with intarray extensionsTeodor Sigaev
2006-01-20Replace bitwise looping with bytewise looping in hemdistsign andTom Lane
2005-11-19Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane
2005-11-14Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE insteadTeodor Sigaev
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-06-11Add missing intarray files.Bruce Momjian