]> granicus.if.org Git - postgresql/history - src/backend/utils
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
[postgresql] / src / backend / utils /
2014-08-20 Tom LaneFix core dump in jsonb #> operator, and add regression...
2014-08-20 Heikki LinnakangasUse comma+space as the separator in the default search_...
2014-08-18 Tom LaneUse ISO 8601 format for dates converted to JSON, too.
2014-08-16 Tom LaneFix bogus return macros in range_overright_internal().
2014-08-14 Robert HaasAdd sortsupport routines for text.
2014-08-13 Tom LanePrevent memory leaks in RelationGetIndexList, RelationG...
2014-08-12 Fujii MasaoChange first call of ProcessConfigFile so as to process...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-09 Tom LaneClean up handling of unknown-type inputs in json_build_...
2014-08-09 Tom LaneFurther cleanup of JSON-specific error messages.
2014-08-06 Robert HaasDon't require sort support functions to provide a compa...
2014-08-06 Fujii MasaoChange ParseConfigFp() so that it doesn't process unuse...
2014-08-05 Robert HaasImprove some JSON error messages.
2014-07-29 Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-07-22 Andrew DunstanAllow empty string object keys in json_object().
2014-07-19 Tom LanePartial fix for dropped columns in functions returning...
2014-07-17 Magnus HaganderAdd option to pg_ctl to choose event source for logging
2014-07-16 Heikki LinnakangasFix bugs in SP-GiST search with range type's -|- (adjac...
2014-07-15 Magnus HaganderInclude SSL compression status in psql banner and conne...
2014-07-15 Peter EisentrautAdd missing serial commas
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-11 Peter EisentrautFix whitespace
2014-07-09 Robert HaasFix error hint style.
2014-07-09 Robert HaasImprove error messages for bytea decoding failures.
2014-07-06 Noah MischConsistently pass an "unsigned char" to ctype.h functions.
2014-07-03 Tom LaneDon't cache per-group context across the whole query...
2014-07-03 Tom LaneRedesign API presented by nodeAgg.c for ordered-set...
2014-07-01 Robert HaasAvoid copying index tuples when building an index.
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-29 Andres FreundAdd cluster_name GUC which is included in process title...
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-06-25 Tom LaneRationalize error messages within jsonfuncs.c.
2014-06-25 Tom LaneCosmetic improvements in jsonfuncs.c.
2014-06-25 Tom LaneFix handling of nested JSON objects in json_populate_re...
2014-06-20 Tom LaneAdd Asserts to verify that catalog cache keys are uniqu...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-19 Fujii MasaoDon't allow data_directory to be set in postgresql...
2014-06-18 Andrew DunstanRemove unnecessary check for jbvBinary in convertJsonbV...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-12 Tom LaneImprove tuplestore's error messages for I/O failures.
2014-06-12 Alvaro HerreraFix typos
2014-06-11 Noah MischFix typos in comments.
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-06-04 Andres FreundFix longstanding bug in HeapTupleSatisfiesVacuum().
2014-06-03 Andrew DunstanUse EncodeDateTime instead of to_char to render JSON...
2014-06-03 Andrew DunstanDo not escape a unicode sequence when escaping JSON...
2014-06-03 Andrew DunstanOutput timestamps in ISO 8601 format when rendering...
2014-06-01 Andrew DunstanImprove the efficiency of certain jsonb get operations.
2014-05-28 Heikki LinnakangasMinor refactoring of jsonb_util.c
2014-05-28 Heikki LinnakangasJsonb comparison bug fixes.
2014-05-26 Peter EisentrautSmall typo and formatting fixes in postgresql.conf...
2014-05-25 Andres FreundDon't allocate memory inside an Assert() iff in a criti...
2014-05-24 Andres FreundSilence a couple of spurious valgrind warnings in inval.c.
2014-05-22 Heikki LinnakangasFix typos in comments.
2014-05-19 Tom LaneUpdate obsolete comment.
2014-05-18 Tom LaneOoops, I broke initdb with that last patch.
2014-05-18 Tom LaneFix two ancient memory-leak bugs in relcache.c.
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-16 Tom LaneMake sure chr(int) can't create invalid UTF8 sequences.
2014-05-15 Heikki LinnakangasHandle duplicate XIDs in txid_snapshot.
2014-05-14 Tom LaneCode review for recent changes in relcache.c.
2014-05-13 Heikki LinnakangasFix harmless access to uninitialized memory.
2014-05-11 Tom LaneFind postgresql.auto.conf in PGDATA even when postgresq...
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-09 Tom LaneFix broken allocation logic in recently-rewritten jsonb...
2014-05-09 Tom LaneGet rid of bogus dependency on typcategory in to_json...
2014-05-09 Tom LaneTeach add_json() that jsonb is of TYPCATEGORY_JSON.
2014-05-09 Heikki LinnakangasMore jsonb cleanup.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-09 Heikki LinnakangasMinor cleanup of jsonb_util.c
2014-05-09 Heikki LinnakangasAvoid some pnstrdup()s when constructing jsonb
2014-05-09 Tom LaneIncrease the default value of effective_cache_size...
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-07 Heikki LinnakangasClean up jsonb code.
2014-05-07 Tom LaneFix some more confusion between uint32 and Datum.
2014-05-07 Tom Lanehash_any returns Datum, not uint32 (and definitely...
2014-05-07 Bruce MomjianWith ecpg exclusion removed, re-run pgindent for 9.4
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-02 Tom LaneFix yet another corner case in dumping rules/views...
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-30 Tom LaneCheck for interrupts and stack overflow during rule...
2014-04-30 Tom LaneReduce indentation/parenthesization of set operations...
2014-04-30 Tom LaneLimit overall indentation in rule/view dumps.
2014-04-30 Tom LaneFix indentation of JOIN clauses in rule/view dumps.
2014-04-23 Tom LaneFix documentation of FmgrInfo.fn_nargs.
2014-04-16 Robert HaasAdd to_regprocedure() and to_regoperator().
2014-04-13 Tom LaneImprove some O(N^2) behavior in window function evaluation.
2014-04-13 Tom LaneProvide moving-aggregate support for boolean aggregates.
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-04-10 Bruce MomjianC comment: track_activity_query_size doesn't support...
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-04-05 Tom LaneFix processing of PGC_BACKEND GUC parameters on Windows.
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-04-04 Heikki LinnakangasAdd an Assertion that you don't palloc within a critica...
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-04-03 Tom LaneCode review for commit d26888bc4d1e539a82f21382b0000fe5...
next