summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2006-08-29Revert change to turn autovacuum on by default.Peter Eisentraut
2006-08-29Now bind displays prepare as detail, and execute displays prepare andBruce Momjian
2006-08-28Turn autovacuum on by default. (stats_row_level is also on by default.)Peter Eisentraut
2006-08-27Add some notes about why it's not a bug that RI_FKey_check callsTom Lane
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-22In new "invalid byte sequence" error hint, call it "error", notBruce Momjian
2006-08-22Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian
2006-08-21Minor code rearrangement to save a few cycles in RI_FKey_check whenTom Lane
2006-08-21Fix all known problems with pg_dump's handling of serial sequencesTom Lane
2006-08-19Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane
2006-08-17Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane
2006-08-16Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane
2006-08-15Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane
2006-08-15Add server support for "plugin" libraries that can be used for add-on tasksTom Lane
2006-08-14Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane
2006-08-14Remove hash_destroy calls in hash_create's failure paths. As noted byTom Lane
2006-08-14Revert (again) GUC patch to return commented fields to their defaultBruce Momjian
2006-08-13Fix recent guc comment-to-default patch for custom variables.Bruce Momjian
2006-08-13Recommit patch to allow commented GUC variables to return to theirBruce Momjian
2006-08-13Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian
2006-08-12Back out patch to reorganize guc processing. Was causing regressionBruce Momjian
2006-08-12Back out patch that allowed commented guc variables to return to theirBruce Momjian
2006-08-12Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane
2006-08-11Allow commenting of variables in postgresql.conf to restore them toBruce Momjian
2006-08-11Refactor GUC set_config_option function:Bruce Momjian
2006-08-08Add a feature for automatic initialization and finalization of dynamicallyTom Lane
2006-08-08For protocol-level prepare/bind/execute:Bruce Momjian
2006-08-04Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane
2006-08-02Move 'ddl' right after 'none' in postgresql.conf. It used to be betweenBruce Momjian
2006-08-02Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-07-29Adjust initialization sequence for timezone_abbreviations so thatTom Lane
2006-07-28SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane
2006-07-27Aggregate functions now support multiple input arguments. I also tookTom Lane
2006-07-27Allow units to be specified with configuration settings.Peter Eisentraut
2006-07-26Work around bug in strxfmt() but in MS VS2005.Bruce Momjian
2006-07-26When a GUC string variable is not set, print the empty string (in SHOW etc.),Peter Eisentraut
2006-07-26Convert effective_cache_size to an integer, for better integration withPeter Eisentraut
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2006-07-24DTrace support, with a small initial set of probesPeter Eisentraut
2006-07-24Mark postgresql.conf entries that require server restart; some minorPeter Eisentraut
2006-07-24Add a fudge factor to genericcostestimate() to prevent the planner fromTom Lane
2006-07-23Convert the lock manager to use the new dynahash.c support for partitionedTom Lane
2006-07-22Add support to dynahash.c for partitioning shared hashtables accordingTom Lane
2006-07-21Add the full set of comparison functions for type TID, including a btreeTom Lane
2006-07-15Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane
2006-07-14Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-13More include file adjustments.Bruce Momjian