summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-3/+3
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-1/+2
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-081-3/+2
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-271-2/+3
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-3/+18
* [Forced commit to add log message that I fat-fingered last time]Tom Lane2004-01-081-2/+1
* makeTom Lane2004-01-071-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-12/+12
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-4/+55
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-041-297/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-46/+48
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+2
* Cause library-preload feature to report error if specified initializationTom Lane2003-07-311-2/+2
* A visit from the message-style police ...Tom Lane2003-07-281-3/+3
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-271-39/+30
* Tom, happier with the attached patch?Bruce Momjian2003-07-271-3/+10
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-42/+100
* Add is_superuser parameter reporting, soon to be used by psql.Tom Lane2003-06-271-4/+14
* First batch of object rename commands.Peter Eisentraut2003-06-271-17/+1
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-3/+7
* > I can see a couple possible downsides: (a) the library might have someBruce Momjian2003-03-201-1/+90
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-271-2/+2
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-251-8/+27
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-18/+18
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-2/+1
* pgindent run.Bruce Momjian2002-09-041-10/+9
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Implement DROP CONVERSIONTatsuo Ishii2002-07-251-51/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-2/+2
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-14/+10
* Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane2002-05-061-13/+31
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-13/+13
* Fix compile errors in CYR_RECODE code, per report from Oliver Elphick.Tom Lane2002-05-031-15/+18
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-3/+2
* Authentication improvements:Bruce Momjian2002-04-041-92/+225
* If presented db path has a trailing slash, remove it to avoid generatingTom Lane2002-03-041-1/+11
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-5/+5
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+19
* Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane2002-01-091-58/+51
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-9/+7
* Set optreset on platforms that have it before launching postmasterTom Lane2001-10-191-13/+1
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-191-5/+3
* Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii2001-10-121-1/+7
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-081-1/+15
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-151-1/+14