]> granicus.if.org Git - postgresql/history - src/backend/utils/misc
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
[postgresql] / src / backend / utils / misc /
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-21 Tom LaneFix postgresql.conf lexer to accept doubled single...
2005-09-20 Bruce Momjianautovacuum setting false -> off, for consistency
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-09-02 Tom LaneFix the spelling.
2005-09-02 Bruce MomjianUpdate listen_addresses description.
2005-08-30 Tom LaneUpdate documentation about shared memory sizing to...
2005-08-29 Tom LaneReduce default value of max_prepared_transactions from...
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-08-21 Tom LaneMinor GUC cleanups: document krb_server_hostname and...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-19 Bruce MomjianFix LRU/ALL description mismatch for GUC parameter.
2005-08-19 Bruce MomjianConsistently align comments in postgresql.conf, move...
2005-08-15 Tom LaneClean up some stray remaining references to pg_shadow...
2005-08-14 Peter EisentrautChange standard_compliant_strings to standard_conformin...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-09 Bruce MomjianUpdate postgresql.conf to show default ordering for...
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-08 Tom LaneFix config file lexer to not barf if postgresql.conf...
2005-07-05 Bruce MomjianAdd GUC full_page_writes to control writing full pages...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-07-02 Bruce MomjianImprove wrapping of long lines in postgresql.conf.
2005-07-02 Bruce MomjianUse on/off consistently for GUC variables in postgresql...
2005-07-01 Bruce MomjianClarify documentation about log_min_duration_statement.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-16 Bruce MomjianUpdate GUC description for kerberos usernames.
2005-06-14 Bruce MomjianHave SHOW ALL include variable descriptions.
2005-06-14 Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-06-09 Bruce MomjianMention prefix %t has no milliseconds.
2005-06-09 Bruce MomjianRestructure log_line_prefix options to be clearer:
2005-06-09 Bruce MomjianThis patch against 8.0.0beta1 source adds log_line_pref...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-06-04 Bruce MomjianImprove readability of config location params by adding...
2005-05-29 Tom LaneMake superuser.c maintain a simple one-entry cache...
2005-05-27 Bruce MomjianRe-order 'else' clause for clarity.
2005-05-24 Neil ConwayFix weird indentation of function return type.
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-08 Neil ConwayChange the default setting of "add_missing_from" to...
2005-03-25 Tom LaneAdd missing min/max parameters to DefineCustomIntVariab...
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-13 Neil ConwayMake default_with_oids default to false -- user-created...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-03-01 Tom LaneAllow Trace_lock_oidmin to be set to zero; this is...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-20 Tom LaneMark the TimeZone parameter as GUC_REPORT, so that...
2004-12-02 Bruce MomjianOn win32, there is currently no way to get the equivale...
2004-11-24 Tom LaneA client_encoding specification coming from the connect...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-11-12 Tom LaneRemember to close the file on failure (pretty much...
2004-11-11 Tom LaneUn-break custom_variable_classes kluge ... mea culpa.
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-04 Tom LaneMinor documentation updates from Simon Riggs.
2004-10-22 Tom LaneAdd a GUC_SUPERUSER_ONLY flag to mark GUC variables...
2004-10-17 Tom LaneAllow background writing to be shut down by setting...
2004-10-16 Tom LaneLimit NBuffers and some related values to INT_MAX ...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-09-28 Tom LaneAdjust obsolete comment about memory needs for lock...
2004-09-24 Tom LaneGUC assign hooks that look at external state in decidin...
2004-09-22 Neil ConwayThis patch from Alvaro Herrera adds transaction ID...
2004-09-20 Tom LaneDocumentation improvements, per Josh Berkus.
2004-08-31 Tom LaneCode review for recent changes in guc-file.l. Avoid...
2004-08-31 Tom LaneCode review for various recent GUC hacking. Don't...
2004-08-31 Tom LaneReplace log_filename_prefix with more general log_filen...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-16 Tom LaneMark server_encoding and integer_datetimes as GUC_REPOR...
2004-08-12 Bruce MomjianCleanup Win32 COPY handling, and move archive examples...
2004-08-12 Bruce MomjianAdd make_native_path() because Win32 COPY is an interna...
2004-08-11 Tom LaneAvoid crashing when restoring a saved GUC session_autho...
2004-08-08 Tom LaneMake listen_addresses be a comma-separated list instead...
2004-08-08 Tom LaneDocument background writer control parameters, do some...
2004-08-08 Bruce MomjianDisable vacuum delay, as discussed on hackers.
2004-08-07 Jan WieckVacuum delay activated by default.
2004-08-07 Bruce MomjianDocument delay as 0, per Matthew T. O'Connor
2004-08-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-24 Tom Lanelog_destination should only be PGC_SIGHUP, not PGC_POST...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
next