aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* Cost based vacuum delay feature.Jan Wieck2004-02-06
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Briefly,Bruce Momjian2004-02-02
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-28
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-26
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-26
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-26
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* [Forced commit to add log message that I fat-fingered last time]Tom Lane2004-01-08
* makeTom Lane2004-01-07
* Remove unused 'noversion' command-line option processing from theNeil Conway2004-01-06
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Cleanup for recent .exe Win32 fix.Bruce Momjian2003-11-12
* Add .exe to Win32 stat calls. Don't symlink postmaster on Win32.Bruce Momjian2003-11-11
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-26
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Cause library-preload feature to report error if specified initializationTom Lane2003-07-31
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* A visit from the message-style police ...Tom Lane2003-07-28
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Tom, happier with the attached patch?Bruce Momjian2003-07-27
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* The default values for shared_buffers and max_connections are now 1000Tom Lane2003-07-14
* Add is_superuser parameter reporting, soon to be used by psql.Tom Lane2003-06-27
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Fix things so that an error occuring during standalone-backend processingTom Lane2003-05-28
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-28
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* > I can see a couple possible downsides: (a) the library might have someBruce Momjian2003-03-20
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-22
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-27
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-25
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-21
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08