]> granicus.if.org Git - postgresql/history - src/backend/utils
Message style improvements
[postgresql] / src / backend / utils /
2006-10-06 Peter EisentrautMessage style improvements
2006-10-05 Tom LaneCleanup for pglz_compress code: remove dead code, const...
2006-10-05 Tom LaneWork around buggy strtod on (some versions of?) IRIX...
2006-10-04 Tom LaneFix comment to agree with presentation.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Tom LaneSwitch over to using our own qsort() all the time,...
2006-10-03 Bruce MomjianImprove numeric overflow error message.
2006-10-03 Bruce MomjianThe attached patch changes units of the some default...
2006-10-03 Bruce MomjianMention in postgresql.conf that autovacuum also needs
2006-10-01 Tom LaneDo a CHECK_FOR_INTERRUPTS after emitting a message...
2006-10-01 Tom LaneFix overly enthusiastic Assert introduced in 8.1: it...
2006-09-29 Tom LaneAllow assignment to array elements not contiguous with...
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-25 Tom LaneIncrease default value of effective_cache_size to 128MB...
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-22 Peter EisentrautAdd units to the default postgresql.conf. For the...
2006-09-20 Tom LaneChange patternsel (LIKE/regex selectivity estimation...
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-09-15 Tom LaneImprove confusing comment for HeapTupleSatisfiesNow...
2006-09-14 Bruce MomjianMake postgresql.conf.sample match the initdb defaults...
2006-09-10 Bruce MomjianBack out patch added during 8.2.X development:
2006-09-10 Tom LaneIf we're going to advertise the array overlap/containme...
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-09-05 Tom LaneMake Gen_fmgrtab.sh locale-proof. Per report from...
2006-09-05 Bruce MomjianFix imprecision from interval rounding of multiplicatio...
2006-09-04 Tom LaneChange ILIKE to invoke lower() and then do plain LIKE...
2006-09-04 Tom LaneFix interval input parser so that fractional weeks...
2006-09-03 Tom LaneArrange for GetSnapshotData to copy live-subtransaction...
2006-09-03 Bruce MomjianProperly round months into days and into seconds for...
2006-09-03 Bruce MomjianFix case where "PM" to_timestamp() mask was eating...
2006-09-02 Bruce MomjianMake autovacuum behavior more agressive, per discussion...
2006-09-02 Bruce MomjianUpdate postgresql.conf line for default superuser_reser...
2006-09-02 Bruce MomjianChange "superuser_reserved_connections" default to...
2006-09-02 Bruce MomjianRemove GUC_REPORT for new "server_version_num" GUC...
2006-09-02 Bruce MomjianAdd new variable "server_version_num", which is almost...
2006-08-31 Peter EisentrautRepair interpretation of GB as MB.
2006-08-29 Peter EisentrautRevert change to turn autovacuum on by default.
2006-08-29 Bruce MomjianNow bind displays prepare as detail, and execute displa...
2006-08-28 Peter EisentrautTurn autovacuum on by default. (stats_row_level is...
2006-08-27 Tom LaneAdd some notes about why it's not a bug that RI_FKey_ch...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-22 Bruce MomjianIn new "invalid byte sequence" error hint, call it...
2006-08-22 Bruce MomjianAdd hint for "invalid byte sequence for encoding" error...
2006-08-21 Tom LaneMinor code rearrangement to save a few cycles in RI_FKe...
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-16 Tom LaneSeems some C compilers think 'restrict' is a fully...
2006-08-15 Tom LaneAdd a hack so that get_type_io_data() can work from...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-14 Tom LaneFix oversight in initial implementation of PORTAL_ONE_R...
2006-08-14 Tom LaneRemove hash_destroy calls in hash_create's failure...
2006-08-14 Bruce MomjianRevert (again) GUC patch to return commented fields...
2006-08-13 Bruce MomjianFix recent guc comment-to-default patch for custom...
2006-08-13 Bruce MomjianRecommit patch to allow commented GUC variables to...
2006-08-13 Bruce MomjianRe-apply guc cleanup patch, with memory allocation...
2006-08-12 Bruce MomjianBack out patch to reorganize guc processing. Was causi...
2006-08-12 Bruce MomjianBack out patch that allowed commented guc variables...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-11 Bruce MomjianAllow commenting of variables in postgresql.conf to...
2006-08-11 Bruce MomjianRefactor GUC set_config_option function:
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-08-04 Tom LaneFix domain_in() bug exhibited by Darcy Buskermolen...
2006-08-02 Bruce MomjianMove 'ddl' right after 'none' in postgresql.conf. ...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-26 Bruce MomjianWork around bug in strxfmt() but in MS VS2005.
2006-07-26 Peter EisentrautWhen a GUC string variable is not set, print the empty...
2006-07-26 Peter EisentrautConvert effective_cache_size to an integer, for better...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-24 Peter EisentrautMark postgresql.conf entries that require server restar...
2006-07-24 Tom LaneAdd a fudge factor to genericcostestimate() to prevent...
2006-07-23 Tom LaneConvert the lock manager to use the new dynahash.c...
2006-07-22 Tom LaneAdd support to dynahash.c for partitioning shared hasht...
2006-07-21 Tom LaneAdd the full set of comparison functions for type TID...
2006-07-15 Tom LaneFix some makefiles that fail to yield good results...
2006-07-14 Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-04 Neil ConwayFix typos in comments.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
next