summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2006-09-05Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane
2006-09-05Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen andTom Lane
2006-09-05Fix imprecision from interval rounding of multiplication/division.Bruce Momjian
2006-09-04Change ILIKE to invoke lower() and then do plain LIKE comparison whenTom Lane
2006-09-04Fix interval input parser so that fractional weeks and months areTom Lane
2006-09-03Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane
2006-09-03Properly round months into days and into seconds for intervalBruce Momjian
2006-09-03Fix case where "PM" to_timestamp() mask was eating too many characters.Bruce Momjian
2006-09-02Make autovacuum behavior more agressive, per discussion on hackers listBruce Momjian
2006-09-02Update postgresql.conf line for default superuser_reserved_connections.Bruce Momjian
2006-09-02Change "superuser_reserved_connections" default to 3, because ofBruce Momjian
2006-09-02Remove GUC_REPORT for new "server_version_num" GUC variable. AddedBruce Momjian
2006-09-02Add new variable "server_version_num", which is almost the same asBruce Momjian
2006-08-31Repair interpretation of GB as MB.Peter Eisentraut
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