| Commit message (Expand) | Author | Age |
* | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane | 2009-09-12 |
* | Install a hopefully-temporary workaround for Snow Leopard readdir() bug. | Tom Lane | 2009-09-12 |
* | Fix assertion failure when a SELECT DISTINCT ON expression is volatile. | Tom Lane | 2009-09-12 |
* | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane | 2009-09-11 |
* | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas | 2009-09-10 |
* | Fix/improve bytea and boolean support in PL/Python | Peter Eisentraut | 2009-09-09 |
* | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane | 2009-09-09 |
* | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane | 2009-09-08 |
* | Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreate | Tom Lane | 2009-09-08 |
* | Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation | Tom Lane | 2009-09-05 |
* | Revert ill-considered restriction of dtrace support to Solaris only. | Tom Lane | 2009-09-04 |
* | Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages. | Tom Lane | 2009-09-04 |
* | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas | 2009-09-04 |
* | Fix encoding handling in xml binary input function. If the XML header didn't | Heikki Linnakangas | 2009-09-04 |
* | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane | 2009-09-03 |
* | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 |
* | Install a workaround for a longstanding gcc bug that allows SIGFPE traps | Tom Lane | 2009-09-03 |
* | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane | 2009-09-02 |
* | Force VACUUM to recalculate oldestXmin even when we haven't changed our | Tom Lane | 2009-09-01 |
* | Actually, we need to bump the format identifier on twophase files | Tom Lane | 2009-09-01 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 |
* | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane | 2009-09-01 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 |
* | Remove some useless assignments of the result of fread(). Quiets warnings | Tom Lane | 2009-08-30 |
* | Remove duplicate variable initializations identified by clang static checker. | Tom Lane | 2009-08-30 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 |
* | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut | 2009-08-28 |
* | Remove useless code that propagated FrontendProtocol to a backend via a | Tom Lane | 2009-08-28 |
* | Non-Windows EXEC_BACKEND path was broken by recent write_inheritable_socket | Tom Lane | 2009-08-28 |
* | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane | 2009-08-27 |
* | Fix handling of autovacuum reloptions. | Alvaro Herrera | 2009-08-27 |
* | Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time | Tom Lane | 2009-08-27 |
* | Remove some unnecessary variable assignments, per results of "clang" | Tom Lane | 2009-08-27 |
* | In the checkpoint written at the end of archive recovery, the WAL page header | Heikki Linnakangas | 2009-08-27 |
* | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 |
* | Add -Wno-error to CFLAGS from gram.o as long as it's broken. | Peter Eisentraut | 2009-08-26 |
* | Try to make silent_mode behave somewhat reasonably. | Tom Lane | 2009-08-24 |
* | Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot | Tom Lane | 2009-08-24 |
* | Avoid calling kill() in a postmaster signal handler. | Alvaro Herrera | 2009-08-24 |
* | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 |
* | Make TRUNCATE do truncate-in-place when processing a relation that was created | Tom Lane | 2009-08-23 |
* | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison | Tom Lane | 2009-08-23 |
* | Include resjunk columns in EXPLAIN VERBOSE output lists. Per discussion. | Tom Lane | 2009-08-22 |
* | Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid | Tom Lane | 2009-08-18 |
* | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane | 2009-08-18 |
* | Introduce filtering dictionary support to tsearch. Propagate --nolocale option | Teodor Sigaev | 2009-08-18 |
* | Department of marginal improvements: teach tupconvert.c to avoid doing a | Tom Lane | 2009-08-17 |
* | Fix incorrect encoding-aware name truncation in makeArrayTypeName(). | Tom Lane | 2009-08-16 |
* | Add prefix support for synonym dictionary | Teodor Sigaev | 2009-08-14 |