summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2009-01-09Code review of strftime patch, per comments from Tom:Magnus Hagander
2009-01-09Fix strftime usage on Win32 when trying to fetch the locale-awareMagnus Hagander
2009-01-09Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander
2009-01-08Revert current_query() change to use debug_query_string again; add comment.Bruce Momjian
2009-01-07Create a third option named "partition" for constraint_exclusion, and make itTom Lane
2009-01-07Have current_query() use ActivePortal->sourceText rather thanBruce Momjian
2009-01-07Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane
2009-01-07Add comment that it is difficult to access the more accurateBruce Momjian
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2009-01-07Make the log output of 'vxid' between csvlog and stderr/syslogBruce Momjian
2009-01-06Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane
2009-01-06Revert the default toast compression strategy to the former behaviorTom Lane
2009-01-05Quiet repeated "loaded library" messages from child backends that are justTom Lane
2009-01-05Fix define_custom_variable to preserve any sourcefile/sourceline informationTom Lane
2009-01-04Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane
2009-01-03Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane
2009-01-02Remove comments that say restart is required for changing of KerberosMagnus Hagander
2009-01-02Make it possible to change Kerberos/GSSAPI parameters without restartingMagnus Hagander
2009-01-02write_nondefault_variables must take care to write custom_variable_classesTom Lane
2009-01-02Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-31Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane
2008-12-31Add some basic support for window frame clauses to the window-functionsTom Lane
2008-12-30Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-12-27Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane
2008-12-24Change the name of dtrace wal tracepoints:Bruce Momjian
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-12-19When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-17The attached patch contains a couple of fixes in the existing probes andBruce Momjian
2008-12-15Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane
2008-12-15Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane
2008-12-13Increase the default value of default_statistics_target from 10 to 100,Tom Lane
2008-12-13Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane
2008-12-13Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-05Better descriptions in pg_get_keywords(), consistent with the documentationPeter Eisentraut
2008-12-04Default values for function argumentsPeter Eisentraut
2008-12-04Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera
2008-12-03Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas
2008-12-02Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the newHeikki Linnakangas
2008-12-02Minor code embellishments.Alvaro Herrera
2008-12-01Modify the new to_timestamp implementation so that end-of-format-stringHeikki Linnakangas
2008-11-30Remove inappropriate memory context switch in shutdown_MultiFuncCall().Tom Lane
2008-11-26Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas
2008-11-25Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera
2008-11-21Fix a few more format argument warnings.Magnus Hagander
2008-11-21Make the enumvals column of pg_settings be text[] instead of justMagnus Hagander
2008-11-19Fix compiler warning "res may be used uninitialized in this function".Teodor Sigaev