summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2010-12-29Support unlogged tables.Robert Haas
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-29Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-12-28Another fix for larger postmaster.pid files.Bruce Momjian
2010-12-28Fix code to properly pull out shared memory key now that theBruce Momjian
2010-12-27Rename the C functions bitand(), bitor() to bit_and(), bit_or().Tom Lane
2010-12-27Fix ill-chosen use of "private" as an argument and struct field name.Tom Lane
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
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