| 2014-03-06 |
Maciek Sakrejda | Additional reformatting |
commit | commitdiff | tree |
| 2014-03-06 |
Maciek Sakrejda | Reformat jsonb tests for terseness |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | They're text arrays |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | First cut at documenting new operators |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Revert hstore_op.c bug fix change, already integrated... |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Merge remote-tracking branch 'feodor/jsonb_and_hstore... |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | More removal of hstore vistiges, remove dead struct |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | fix jsonb_hash() - now it uses correct hashing for... |
commit | commitdiff | tree |
| 2014-03-06 |
Teodor Sigaev | fix hstore_hash() - now it uses correct hashing for... |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Remove hstore_to_json tests, which are not really neces... |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Move more support functions in private modules |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Tweak jsonb.h header once more |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Re-ordering within jsonb.h some more |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Macros can live in jsonb_support.c |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Refactor |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Whitespace |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Remove unused idx functions |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Add headers, clean-up a bit for core |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Revert changes to hstore; formalize notion that jsonb... |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | gin hash opclass added, all opclass sanity checks pass |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | GIN regression opclass passing |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Remove hstore tests that just reflect change in output... |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Use PG_GETARG_JSONB consistently |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Fix bug, GiST works |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Not compatible |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | GiST in core passes regression tests |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Add contains and contained alt operators |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | ?& operator |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Add ?| operator proper |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | ? operator |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Add contains operator |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Reorder GIN stuff, organize jsonb header, expunge remai... |
commit | commitdiff | tree |
| 2014-03-06 |
Peter Geoghegan | Order GiST procs by strategy number |
commit | commitdiff | tree |
| 2014-03-05 |
Peter Geoghegan | Fix up GIN + GiST headers, declarations |
commit | commitdiff | tree |
| 2014-03-05 |
Peter Geoghegan | hash indexes work. Fix a few regression tests for opcla... |
commit | commitdiff | tree |
| 2014-03-05 |
Peter Geoghegan | Merge branch 'master' into jsonb_and_hstore |
commit | commitdiff | tree |
| 2014-03-05 |
Peter Geoghegan | Encourage jsonb opclass usage |
commit | commitdiff | tree |
| 2014-03-05 |
Peter Geoghegan | Gut most new jsonb stuff |
commit | commitdiff | tree |
| 2014-03-05 |
Peter Geoghegan | In-core btree opclass works |
commit | commitdiff | tree |
| 2014-03-05 |
Peter Geoghegan | First cut |
commit | commitdiff | tree |
| 2014-03-04 |
Peter Geoghegan | Merge remote-tracking branch 'feodor/jsonb_and_hstore... |
commit | commitdiff | tree |
| 2014-03-04 |
Andrew Dunstan | Provide a FORCE NULL option to COPY in CSV mode. |
commit | commitdiff | tree |
| 2014-03-04 |
Alvaro Herrera | auto_explain: Add logging of trigger execution |
commit | commitdiff | tree |
| 2014-03-04 |
Alvaro Herrera | Constructors for interval, timestamp, timestamptz |
commit | commitdiff | tree |
| 2014-03-04 |
Teodor Sigaev | forgot to commit tests |
commit | commitdiff | tree |
| 2014-03-04 |
Robert Haas | Allow VACUUM FULL/CLUSTER to bump freeze horizons even... |
commit | commitdiff | tree |
| 2014-03-04 |
Robert Haas | Minor corrections to logical decoding patch. |
commit | commitdiff | tree |
| 2014-03-04 |
Heikki Linnakangas | Error out on send failure in walsender loop. |
commit | commitdiff | tree |
| 2014-03-04 |
Teodor Sigaev | make numeric in hstore/jsonb compare indepent from... |
commit | commitdiff | tree |
| 2014-03-04 |
Peter Geoghegan | Revert "move jsonb to contrib" |
commit | commitdiff | tree |
| 2014-03-03 |
Robert Haas | Introduce logical decoding. |
commit | commitdiff | tree |
| 2014-03-03 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2014-03-03 |
Heikki Linnakangas | Rename huge_tlb_pages to huge_pages, and improve docs. |
commit | commitdiff | tree |
| 2014-03-03 |
Alvaro Herrera | pg_dump et al: Add --if-exists option |
commit | commitdiff | tree |
| 2014-03-03 |
Robert Haas | Use a longer buffer in libpqrcv_startstreaming. |
commit | commitdiff | tree |
| 2014-03-03 |
Robert Haas | Bump catversion. |
commit | commitdiff | tree |
| 2014-03-03 |
Robert Haas | Corrections to replication slots code and documentation. |
commit | commitdiff | tree |
| 2014-03-03 |
Robert Haas | pageinspect: Use new pg_lsn datatype. |
commit | commitdiff | tree |
| 2014-03-03 |
Robert Haas | Define LSNOID in pg_type.h. |
commit | commitdiff | tree |
| 2014-03-03 |
Stephen Frost | Another round of Coverity fixes |
commit | commitdiff | tree |
| 2014-03-02 |
Stephen Frost | Various Coverity-spotted fixes |
commit | commitdiff | tree |
| 2014-03-01 |
Tom Lane | Allow regex operations to be terminated early by query... |
commit | commitdiff | tree |
| 2014-02-28 |
Teodor Sigaev | check_stack_depth in JsonbIteratorGet() |
commit | commitdiff | tree |
| 2014-02-28 |
Teodor Sigaev | Merge branch 'jsonb_and_hstore' of github.com:feodor... |
commit | commitdiff | tree |
| 2014-02-28 |
Teodor Sigaev | Merge branch 'master' into jsonb_and_hstore |
commit | commitdiff | tree |
| 2014-02-28 |
Heikki Linnakangas | Remove bogus while-loop. |
commit | commitdiff | tree |
| 2014-02-28 |
Peter Geoghegan | move jsonb to contrib |
commit | commitdiff | tree |
| 2014-02-28 |
Peter Eisentraut | pgbench: Fix help message |
commit | commitdiff | tree |
| 2014-02-28 |
Andrew Dunstan | add comment suggested by Andres. |
commit | commitdiff | tree |
| 2014-02-27 |
Alvaro Herrera | Allow BASE_BACKUP to be throttled |
commit | commitdiff | tree |
| 2014-02-27 |
Tom Lane | Remove dependency on database encoding in citext regres... |
commit | commitdiff | tree |
| 2014-02-27 |
Alvaro Herrera | doc: bgw_main takes a Datum argument, not void *. |
commit | commitdiff | tree |
| 2014-02-27 |
Alvaro Herrera | Fix WAL replay of locking an updated tuple |
commit | commitdiff | tree |
| 2014-02-27 |
Andrew Dunstan | Merge branch 'master' into jsonb |
commit | commitdiff | tree |
| 2014-02-26 |
Andrew Dunstan | undo change compiler complains about |
commit | commitdiff | tree |
| 2014-02-26 |
Andrew Dunstan | changes based on code review |
commit | commitdiff | tree |
| 2014-02-26 |
Andrew Dunstan | Don't construct a text object just so you can json... |
commit | commitdiff | tree |
| 2014-02-26 |
Heikki Linnakangas | btbuild no longer calls _bt_doinsert(), update comment. |
commit | commitdiff | tree |
| 2014-02-26 |
Jeff Davis | Fix crash in json_to_record(). |
commit | commitdiff | tree |
| 2014-02-25 |
Tom Lane | Use SnapshotDirty rather than an active snapshot to... |
commit | commitdiff | tree |
| 2014-02-25 |
Andrew Dunstan | fix a thinko |
commit | commitdiff | tree |
| 2014-02-25 |
Andrew Dunstan | fix whitespace |
commit | commitdiff | tree |
| 2014-02-25 |
Andrew Dunstan | use a version number for binary output and check that... |
commit | commitdiff | tree |
| 2014-02-25 |
Robert Haas | Update a few comments to mention materialized views. |
commit | commitdiff | tree |
| 2014-02-25 |
Robert Haas | Show xid and xmin in pg_stat_activity and pg_stat_repli... |
commit | commitdiff | tree |
| 2014-02-25 |
Robert Haas | pg_basebackup: Skip only the *contents* of pg_replslot. |
commit | commitdiff | tree |
| 2014-02-25 |
Teodor Sigaev | Merge branch 'master' into jsonb_and_hstore |
commit | commitdiff | tree |
| 2014-02-25 |
Peter Eisentraut | Update and clarify ssl_ciphers default |
commit | commitdiff | tree |
| 2014-02-24 |
Bruce Momjian | Increase work_mem and maintenance_work_mem defaults... |
commit | commitdiff | tree |
| 2014-02-24 |
Bruce Momjian | docs: remove unnecessary references to old PG versions |
commit | commitdiff | tree |
| 2014-02-24 |
Bruce Momjian | psql: add separate \d display for disabled system... |
commit | commitdiff | tree |
| 2014-02-24 |
Bruce Momjian | pg_dump: fix subtle memory leak in func and arg signat... |
commit | commitdiff | tree |
| 2014-02-24 |
Bruce Momjian | Fix markup for CHAR() doc patch |
commit | commitdiff | tree |
| 2014-02-24 |
Bruce Momjian | Allow single-point polygons to be converted to circles |
commit | commitdiff | tree |
| 2014-02-24 |
Bruce Momjian | docs: document behavior of CHAR() comparisons with... |
commit | commitdiff | tree |
| 2014-02-24 |
Robert Haas | Use pg_lsn data type in pg_stat_replication, too. |
commit | commitdiff | tree |
| 2014-02-24 |
Robert Haas | Remove a couple of comments from the pg_lsn regression... |
commit | commitdiff | tree |
| 2014-02-24 |
Peter Eisentraut | doc: Improve DocBook XML validity |
commit | commitdiff | tree |
| 2014-02-23 |
Tom Lane | Prefer pg_any_to_server/pg_server_to_any over pg_do_enc... |
commit | commitdiff | tree |
| 2014-02-23 |
Tom Lane | Plug some more holes in encoding conversion. |
commit | commitdiff | tree |
| next |