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