]> granicus.if.org Git - postgresql/history - src/backend/utils/misc
Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report
[postgresql] / src / backend / utils / misc /
2006-01-01 Tom LaneRewrite ProcessConfigFile() to avoid misbehavior at...
2005-12-30 Peter EisentrautDisallow setting ssl = on if SSL is not compiled in.
2005-12-28 Tom LaneRemove silly use of DLLIMPORT.
2005-12-23 Tom LaneWups, fat-fingered the calculation the first time....
2005-12-23 Bruce MomjianAdd quotes around search_path "$user" so that SHOW...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-10 Andrew Dunstanadd missing quote mark to ident_file sample line -...
2005-11-09 Tom LaneFix misspelling of 'listen_addresses', per Devrim.
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-04 Tom LaneImprove description of constraint_exclusion variable.
2005-11-04 Peter EisentrautFix logical error in option description.
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-29 Peter EisentrautMessage corrections
2005-10-22 Andrew Dunstanminor code cleanup - replace useless struct timezone...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-16 Bruce MomjianAdd space after description.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-10-08 Tom LaneFix up grammar in variable description string.
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-10-03 Tom LaneAdd a trace_sort option to help with measuring resource...
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
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...
next