summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Seems like a bad idea to free() a string we are about to use in anTom Lane2001-08-061-9/+5
* Check that the data directory does not have group or world access; removePeter Eisentraut2001-08-061-1/+17
* Don't go into infinite loop if /home/postgres/testversion/data directory is n...Tom Lane2001-07-031-4/+7
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-201-4/+12
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-141-12/+9
* Don't assume free(NULL) is OK. Yes, I know ANSI C says it is.Tom Lane2001-06-131-6/+14
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-061-2/+8
* Check for malloc failure.Tom Lane2001-06-011-3/+12
* Suppress compiler warnings about pid_t vs int.Tom Lane2001-05-181-3/+3
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-081-2/+29
* getdatabaseencoding() and PG_encoding_to_char() were being sloppy aboutTom Lane2001-04-161-3/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-36/+41
* Patches from Cyril Velter to make shared-memory-conflict-detection codeTom Lane2001-03-181-2/+9
* XLOG (and related) changes:Tom Lane2001-03-131-36/+144
* Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane2001-01-271-1/+32
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-291-186/+212
* Fix spelling errors in error message.Tom Lane2000-11-171-3/+3
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-7/+16
* Make the backend grok relative paths for the data directory by convertingPeter Eisentraut2000-11-041-1/+57
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-191-28/+60
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-47/+27
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-7/+3
* Remove dangling else warning (Cyrillic recode stuff)Peter Eisentraut2000-07-141-1/+3
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-021-1/+50
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-3/+3
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-12/+14
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+4
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-6/+2