summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-07-14The default values for shared_buffers and max_connections are now 1000Tom Lane
2003-06-27Add is_superuser parameter reporting, soon to be used by psql.Tom Lane
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-05-28Fix things so that an error occuring during standalone-backend processingTom Lane
2003-05-28In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-03-20> I can see a couple possible downsides: (a) the library might have someBruce Momjian
2003-02-22Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane
2003-02-19Fix for GUC client_encoding variable not being handledTatsuo Ishii
2003-01-27Get rid of last few unadorned 'permission denied' messages.Tom Lane
2003-01-25Where available, use utime() or utimes() to update the file mod timeTom Lane
2002-12-05More cleanup of userid to be AclId rather than Oid.Bruce Momjian
2002-11-21Code review for superuser_reserved_connections patch. Don't try to doTom Lane
2002-11-08This patch removes a bunch of superfluous #include directives: ifBruce Momjian
2002-11-02Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane
2002-10-03In a bootstrap process or standalone backend, set MaxBackends = 1Tom Lane
2002-10-03This patch removes two unused global variables from globals.cBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-08-29This patch reserves the last superuser_reserved_connections slots forBruce Momjian
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-12Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane
2002-07-25Implement DROP CONVERSIONTatsuo Ishii
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-06Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-05-03Fix compile errors in CYR_RECODE code, per report from Oliver Elphick.Tom Lane
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-04Authentication improvements:Bruce Momjian
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-03-04If presented db path has a trailing slash, remove it to avoid generatingTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-02-08Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.Bruce Momjian
2002-01-09Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane