summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-02Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera
2013-01-02Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera
2013-01-02Make sure MaxBackends is always setAlvaro Herrera
2013-01-02Fix background workers for EXEC_BACKENDAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-31Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane
2012-12-24Fix some minor issues in view pretty-printing.Tom Lane
2012-12-24Keep rd_newRelfilenodeSubid across overflow.Simon Riggs
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-16Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane
2012-12-16Tidy up from frontend Assert change.Andrew Dunstan
2012-12-12Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane
2012-12-08Support automatically-updatable views.Tom Lane
2012-12-06Background worker processesAlvaro Herrera
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-27Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas
2012-11-21Speed up operations on numeric, mostly by avoiding palloc() overhead.Heikki Linnakangas
2012-11-19Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-18Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane
2012-11-18Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane
2012-11-14Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane
2012-11-13Fix memory leaks in record_out() and record_send().Tom Lane
2012-11-12Use correct text domain for translating errcontext() messages.Heikki Linnakangas
2012-11-07Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas
2012-10-24Tweak genericcostestimate's fudge factor for index size.Tom Lane
2012-10-19Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane
2012-10-19Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane
2012-10-18Further cleanup of catcache.c ilist changes.Tom Lane
2012-10-18Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane
2012-10-17Embedded list interfaceAlvaro Herrera
2012-10-16When outputting the session id in log_line_prefix (%c) or in CSV logBruce Momjian
2012-10-12Fix oversight in new code for printing rangetable aliases.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Fix thinko in previous commitAlvaro Herrera
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-10-07Quiet a few MSC compiler warnings.Andrew Dunstan
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-03Avoid planner crash/Assert failure with joins to unflattened subqueries.Tom Lane
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Fix access past end of string in date parsing.Heikki Linnakangas
2012-09-27Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera
2012-09-24Add support for include_dir in config file.Heikki Linnakangas
2012-09-21Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane
2012-09-21Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas