aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
Commit message (Expand)AuthorAge
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* 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
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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
* 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
* 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
* 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
* 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
* 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
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Implement DROP CONVERSIONTatsuo Ishii2002-07-25
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane2002-05-06
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Fix compile errors in CYR_RECODE code, per report from Oliver Elphick.Tom Lane2002-05-03
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Authentication improvements:Bruce Momjian2002-04-04
* If presented db path has a trailing slash, remove it to avoid generatingTom Lane2002-03-04
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane2002-01-09
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Set optreset on platforms that have it before launching postmasterTom Lane2001-10-19
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-19
* Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii2001-10-12
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-15
* Seems like a bad idea to free() a string we are about to use in anTom Lane2001-08-06
* Check that the data directory does not have group or world access; removePeter Eisentraut2001-08-06