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