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