Commit Graph

95 Commits (98ec7fd903bbd4ab1694de5aaa4f7bb62935c58d)

Author SHA1 Message Date
Heikki Linnakangas 5028f22f6e Switch to CRC-32C in WAL and other places. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 12 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Heikki Linnakangas d3c72e23df Avoid some pnstrdup()s when constructing jsonb 12 years ago
Heikki Linnakangas 7572b77359 Fix build after removing JsonbValue.estSize field. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Tom Lane f33a71a786 De-anonymize the union in JsonbValue. 12 years ago
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago
Heikki Linnakangas 0c5783ff30 Avoid integer overflow in hstore_to_json(). 12 years ago
Noah Misch 31400a6733 Predict integer overflow to avoid buffer overruns. 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Andrew Dunstan bbe4deac1b Return valid json when converting an empty hstore. 12 years ago
Andrew Dunstan 7ce569babd Add missing condition for pg_depend in hstore migration script. 12 years ago
Andrew Dunstan 42bf7fc1de Fix makefile broken by hstore fix. 12 years ago
Andrew Dunstan a18167510f Use a new hstore extension version for added json functions. 12 years ago
Fujii Masao 6f9e39bc99 Fix typo in update scripts for some contrib modules. 13 years ago
Stephen Frost 551938ae22 Post-pgindent cleanup 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Robert Haas 4580a4bd2c Fix typo in comment. 13 years ago
Andrew Dunstan e4a05c7512 Silence compiler warnings about unused values. 13 years ago
Tom Lane c2754991ba Minor fixes for hstore_to_json_loose(). 13 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Tom Lane 0d0aa5d291 Provide some static-assertion functionality on all compilers. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Tom Lane 9db098dfa9 Remove hstore--1.0.sql. 14 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 14 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Robert Haas d4fb2f99ec Don't install hstore--1.0.sql any more. 14 years ago
Tom Lane 398f70ec07 Preserve column names in the execution-time tupledesc for a RowExpr. 14 years ago
Robert Haas bb1afb528a Fix hstore regression tests. 14 years ago
Robert Haas b60653bc0b Remove hstore's text => text operator. 14 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 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane f5fc1de501 Bring hstore's comment into line with style of other contrib comments. 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Robert Haas 41611f16e9 PGXS support for contrib/hstore 15 years ago
Tom Lane ba398969cd Update contrib/hstore for new GIN extractQuery API. 15 years ago
Tom Lane 73912e7fbd Fix GIN to support null keys, empty and null items, and full index scans. 15 years ago
Robert Haas 32ba2b5160 Use memcmp() rather than strncmp() when shorter string length is known. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago