summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2010-12-22Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas
2010-12-19Fix up handling of simple-form CASE with constant test expression.Tom Lane
2010-12-19Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane
2010-12-18Make GUC variables for syslog and SSL always visibleMagnus Hagander
2010-12-16Some copy editing of pg_read_binary_file() patch.Robert Haas
2010-12-15Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro
2010-12-14Allow plugins to suppress inlining and hook function entry/exit/abort.Robert Haas
2010-12-13Generalize concept of temporary relations to "relation persistence".Robert Haas
2010-12-10Fix efficiency problems in tuplestore_trim().Tom Lane
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-12-08Optimize commit_siblings in two ways to improve group commit.Simon Riggs
2010-12-03Use GUC lexer for recovery.conf parsing.Robert Haas
2010-12-03Remove unnecessary string null-termination in pg_convert.Itagaki Takahiro
2010-12-03Create core infrastructure for KNNGIST.Tom Lane
2010-11-29Simplify and speed up mapping of index opfamilies to pathkeys.Tom Lane
2010-11-26Remove bogus use of PGDLLIMPORT.Tom Lane
2010-11-25Object access hook framework, with post-creation hook.Robert Haas
2010-11-24When reporting the server as not responding, if the hostname wasBruce Momjian
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-22Remove GucContext parameter from ParseConfigFileAlvaro Herrera
2010-11-21Add new SQL function, format(text).Robert Haas
2010-11-20Assorted further cleanup for integer-conversion patch.Tom Lane
2010-11-20Expose quote_literal_cstr() from core.Robert Haas
2010-11-20Attempt to fix breakage caused by signed integer conversion patch.Robert Haas
2010-11-20Speed up conversion of signed integers to C strings.Robert Haas
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2010-11-15Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas
2010-11-15Correct poor grammar in comment.Robert Haas
2010-11-15Cleanup various comparisons with the constant "true".Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-10Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane
2010-11-06Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane
2010-11-04Use appendStringInfoString() where appropriate in elog.c.Tom Lane
2010-11-02Ensure an index that uses a whole-row Var still depends on its table.Tom Lane
2010-10-31Provide hashing support for arrays.Tom Lane
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-10-25Refactor typenameTypeId()Peter Eisentraut
2010-10-25Fix overly-enthusiastic Assert in printing of Param reference expressions.Tom Lane
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2010-10-21Improve handling of domains over arrays.Tom Lane
2010-10-18Improve GIN indexscan cost estimation.Tom Lane
2010-10-15Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane
2010-10-15Change references to SQL/XML:2003 to :2008 and renumber sections accordinglyPeter Eisentraut
2010-10-14Support MergeAppend plans, to allow sorted output from append relations.Tom Lane
2010-10-13Accept 'public' as a pseudo-role name in has_table_privilege() and friendsItagaki Takahiro
2010-10-10Support triggers on views.Tom Lane
2010-10-08Single-word clarification in postgresql.conf log_truncate_on_rotationBruce Momjian
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-10-08Eliminate some repetitive coding in tuplesort.c.Tom Lane