summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-27Comment out code pfree()'ing a list header after list_concatspeedup/slab2-experimentalAndres Freund
2011-11-24Move from foo == NIL to list_empty() styleAndres Freund
2011-11-24Improve list memory allocationAndres Freund
2011-11-24Improve makeStringCopy function (mergeme)Andres Freund
2011-11-24add verbose debugging and inlining support to mctx.cAndres Freund
2011-11-24slab+ilist: add single linked list and rename double linked listAndres Freund
2011-11-24slab build fixesAndres Freund
2011-11-18Replace a long chain of if's in eval_const_expressions_mutator by a switch()Andres Freund
2011-11-18mergeme (fix for inline)Andres Freund
2011-11-18Add #define to allow the mctx.c abstraction to be removedAndres Freund
2011-11-18Add new EXPLAIN options "plan" and "rewrite"Andres Freund
2011-11-18Copy and initialize less => performance boostAndres Freund
2011-11-18Introduce a very basic slab allocator as an replacement for aset.cAndres Freund
2011-11-18Add "inline list"Andres Freund
2011-11-18It doesn't seem to be a good idea to return false when MemoryContextContains ...Andres Freund
2011-11-18Use a MemoryContextCreateDefault method instead of using AllocSetContextCreateAndres Freund
2011-11-18Simplify some duplicated code in mctx.c by relying on GetMemoryChunkContext i...Andres Freund
2011-11-18Do missed autoheader run for previous commit.Tom Lane
2011-11-18Remove scandir() requirement in pg_upgrade; instead just use readdir()Bruce Momjian
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-11-17Declare range inclusion operators as taking anyelement not anynonarray.Tom Lane
2011-11-17Extend the unknowns-are-same-as-known-inputs type resolution heuristic.Tom Lane
2011-11-17Fix range_cmp_bounds for the case of equal-valued exclusive bounds.Tom Lane
2011-11-17Don't quote language nameAlvaro Herrera
2011-11-17Don't quote language nameAlvaro Herrera
2011-11-17Remove ancient downcasing code from procedural language operations.Robert Haas
2011-11-17Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.Bruce Momjian
2011-11-17Fix pg_upgrade's pg_scandir_internal() to properly handle a NULLBruce Momjian
2011-11-17Remove pg_upgrade function no longer called (dir_matching_filenames).Bruce Momjian
2011-11-17Restructure get_object_address() so it's safe against concurrent DDL.Robert Haas
2011-11-17Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...Michael Meskes
2011-11-16Code review for range-types catalog entries.Tom Lane
2011-11-16Don't elide blank lines when accumulating psql command history.Robert Haas
2011-11-15Improve caching in range type I/O functions.Tom Lane
2011-11-15Restructure function-internal caching in the range type code.Tom Lane
2011-11-15Fix alignment and toasting bugs in range types.Tom Lane
2011-11-15Update oidjoins regression test to match git HEAD.Tom Lane
2011-11-14Return NULL instead of throwing error when desired bound is not available.Tom Lane
2011-11-14Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane
2011-11-14Fix copyright notices, other minor editing in new range-types code.Tom Lane
2011-11-14Rerun pgindent with updated typedef list.Bruce Momjian
2011-11-14Run pgindent on range type files, per request from Tom.Bruce Momjian
2011-11-13Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.Michael Meskes
2011-11-13Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs
2011-11-12In plpgsql, allow foreign tables to define row types.Tom Lane
2011-11-12Add psql expanded auto modePeter Eisentraut
2011-11-12Avoid retaining multiple relation locks in RangeVarGetRelid.Robert Haas
2011-11-12Fix psql's \dd version check for operator families.Robert Haas
2011-11-10Throw nice error if server is too old to support psql's \ef or \sf command.Tom Lane
2011-11-10Correct documentation for trace_userlocks.Robert Haas