Commit Graph

146 Commits (a6fd7b7a5f7bf3a8aa3f3d076cf09d922c1c6dd2)

Author SHA1 Message Date
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane c079673dcb Preventive maintenance in advance of pgindent run. 8 years ago
Andrew Dunstan f7946a92b6 Add btree_gist support for enum types. 8 years ago
Andrew Dunstan 65a9138b9b Use CallerFInfoFunctionCall with btree_gist for varlena types 8 years ago
Andrew Dunstan 4b1c68d63e Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
Stephen Frost c7a9fa399d Add support for EUI-64 MAC addresses as macaddr8 8 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 8 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 8 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane 11da83a0e7 Add uuid to the set of types supported by contrib/btree_gist. 9 years ago
Peter Eisentraut 0665023b44 Remove unnecessary prototypes 9 years ago
Tom Lane 749a787c5b Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
Tom Lane 8a859691d5 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 9 years ago
Tom Lane d94977ef1c Ensure plan stability in contrib/btree_gist regression test. 9 years ago
Tom Lane 9ff60273e3 Fix assorted inconsistencies in GiST opclass support function declarations. 10 years ago
Heikki Linnakangas c80b5f66c6 Fix misc typos. 10 years ago
Peter Eisentraut 6103b3f368 Improve spelling 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund 62e2a8dc2c Define integer limits independently from the system definitions. 10 years ago
Tom Lane 542320c2bd Be more careful about printing constants in ruleutils.c. 10 years ago
Heikki Linnakangas e09b48316c Add index-only scan support to btree_gist. 10 years ago
Heikki Linnakangas 8816af65e4 Minor refactoring of btree_gist code. 10 years ago
Andres Freund 83ff1618bc Centralize definition of integer limits. 10 years ago
Heikki Linnakangas 670bf71f65 Remove dead NULL-pointer checks in GiST code. 11 years ago
Tom Lane b2cbced9ee Support timezone abbreviations that sometimes change. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Tom Lane af215d8190 Suppress some more valgrind whining about btree_gist. 11 years ago
Tom Lane 39586bc1e9 Fix a second cause of undersized pallocs for btree_gist indexes on macaddr. 11 years ago
Tom Lane 82bbb60c30 Fix valgrind warning for btree_gist indexes on macaddr. 11 years ago
Heikki Linnakangas 540ac7cea9 Initialize padding bytes in btree_gist varbit support. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 11 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 9221f9d485 Make contrib/btree_gist's GiST penalty function a bit saner. 13 years ago
Tom Lane 94f565dcf1 Fix erroneous range-union logic for varlena types in contrib/btree_gist. 13 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 13 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 14 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 14 years ago
Tom Lane bb85030630 Fix contrib/btree_gist to handle collations properly. 14 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 8c4164540b Add -lm to SHLIB_LINK for contrib/btree_gist. 15 years ago