| Commit message (Expand) | Author | Age |
* | Remove TODO file; it has been added to the main Todo list in the wiki. | Peter Eisentraut | 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 |
* | Remove outside-the-scanner references to "yyleng". | Tom Lane | 2009-09-08 |
* | Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper | Magnus Hagander | 2009-09-07 |
* | Update the tznames reference files, and add IDT (Israel Daylight Time) | Tom Lane | 2009-09-06 |
* | 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 |
* | Fixed incorrect memory management. | Michael Meskes | 2009-09-03 |
* | Removed some variables no longer needed. | Michael Meskes | 2009-09-03 |
* | Do not set connection values if no connection is open. | Michael Meskes | 2009-09-03 |
* | Update time zone data files to tzdata release 2009l: DST law changes in | Tom Lane | 2009-09-03 |
* | Remove initdb's rather gratuitous check to see if the backend created a | Tom Lane | 2009-09-03 |
* | Revert Makefile modification that broke the MSVC build. | Magnus Hagander | 2009-09-02 |
* | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane | 2009-09-02 |
* | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | 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 |
* | Bump catversion for flat-file-ectomy. Also remove a missed dead extern | 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 |
* | Remove handling of CVS entries for TODO/FAQ, because they are removed | Bruce Momjian | 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 |
* | Make the .DEF file generation rules safe against tabs in exports.txt. | 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 |
* | exports.txt needs to use spaces as separators, not tabs, to work properly | Magnus Hagander | 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 |