aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane2009-09-08
* Remove outside-the-scanner references to "yyleng".Tom Lane2009-09-08
* Change our WIN32 API version to be 5.01 (Windows XP), to bring in the properMagnus Hagander2009-09-07
* Update the tznames reference files, and add IDT (Israel Daylight Time)Tom Lane2009-09-06
* Add a note warning that COPY BINARY is very datatype-specific.Tom Lane2009-09-05
* 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
* Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22,Tom Lane2009-09-03
* 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
* Fixed incorrect memory management.Michael Meskes2009-09-03
* Removed some variables no longer needed.Michael Meskes2009-09-03
* Do not set connection values if no connection is open.Michael Meskes2009-09-03
* Update time zone data files to tzdata release 2009l: DST law changes inTom Lane2009-09-03
* Remove initdb's rather gratuitous check to see if the backend created aTom Lane2009-09-03
* Revert Makefile modification that broke the MSVC build.Magnus Hagander2009-09-02
* Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane2009-09-02
* Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom 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
* Bump catversion for flat-file-ectomy. Also remove a missed dead externTom 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
* Remove handling of CVS entries for TODO/FAQ, because they are removedBruce Momjian2009-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 broken markupAlvaro Herrera2009-08-27
* Make the .DEF file generation rules safe against tabs in exports.txt.Tom 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
* exports.txt needs to use spaces as separators, not tabs, to work properlyMagnus Hagander2009-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 release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1.Bruce Momjian2009-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
* Correct my overly enthusiastic CSS simplification.Peter Eisentraut2009-08-26
* Update the documentation CSS stylesheet to current web site stylePeter Eisentraut2009-08-26
* Enhanced error context support in PL/PythonPeter Eisentraut2009-08-25