| Age | Commit message (Expand) | Author |
| 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-05 | When cross-compiling, allow and require an external zic program to be used | Peter Eisentraut |
| 2009-01-05 | Fix for cross-compilation between mingw32 and something else. The choice | Peter Eisentraut |
| 2009-01-05 | Allow out-of-tree builds on mingw and cygwin | Peter Eisentraut |
| 2009-01-05 | Export IsUnderPostmaster on win32. | Alvaro Herrera |
| 2009-01-04 | Add contrib/pg_stat_statements for server-wide tracking of statement execution | Tom Lane |
| 2009-01-04 | Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() | Tom Lane |
| 2009-01-04 | Fix embarrassing bug in recent smgr refactoring patch: WAL records should | Heikki Linnakangas |
| 2009-01-03 | Allow loadable modules to create PGC_POSTMASTER GUC variables, but only | Tom Lane |
| 2009-01-03 | Create a "shmem_startup_hook" to be called at the end of shared memory | Tom Lane |
| 2009-01-02 | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane |
| 2009-01-02 | Initialize .pot files with some useful default values. | Peter Eisentraut |
| 2009-01-02 | Split the ecpg translation support into a separate catalog for the ecpg | Peter Eisentraut |
| 2009-01-02 | Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say | Magnus Hagander |
| 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 | Be smarter --- accept missing comma, and force comma if missing. | Bruce Momjian |
| 2009-01-01 | Mention src/interfaces/libpq/libpq.rc.in needs to be updated for | Bruce Momjian |
| 2009-01-01 | Make comma optional for copyright text change. | Bruce Momjian |
| 2009-01-01 | Fix a couple of missed copyright dates. | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2009-01-01 | Fix an oversight in my patch of a couple weeks ago that ensured a snapshot | Tom Lane |
| 2008-12-31 | Throw error if a <window definition> references a window that already has a | Tom Lane |
| 2008-12-31 | Fix another problem in SQL-MED \d displays: should have a clean failure | Tom Lane |
| 2008-12-31 | Consistently use multi-line formatting for all ACL columns printed by psql's | Tom Lane |
| 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 | Reduce the last group of parallel regression tests to 19 tests, per failure | Tom Lane |
| 2008-12-30 | The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. | Heikki Linnakangas |
| 2008-12-30 | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled | Tom Lane |
| 2008-12-29 | Finally the last test. | Michael Meskes |
| 2008-12-29 | First rounf of whitespace changes. Everything but connect-test1 should be fine. | Michael Meskes |
| 2008-12-29 | Tighten up a couple of regression test cases that can have platform-dependent | 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-26 | Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been | Tom Lane |
| 2008-12-24 | Change the name of dtrace wal tracepoints: | Bruce Momjian |
| 2008-12-20 | Teach MSVC build system about building foreign data wrappers. | Magnus Hagander |
| 2008-12-20 | Add missing semicolon, per buildfarm results. Martin Pihlak | Tom Lane |
| 2008-12-20 | Fix various confusions of pointers and OIDs, unsafe assumptions about nulls, | Tom Lane |
| 2008-12-20 | Don't use OidIsValid to check the return value of transformGenericOptions, | Heikki Linnakangas |
| 2008-12-19 | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane |
| 2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
| 2008-12-19 | Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's | Alvaro Herrera |
| 2008-12-19 | When we added the ability to have zero-element ARRAY[] constructs by adding an | Tom Lane |
| 2008-12-18 | Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle | Tom Lane |
| 2008-12-18 | Code review for function default parameters patch. Fix numerous problems as | Tom Lane |