summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
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
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-29Add gp->gr_mem != NULL check for Solaris, per Seth HettichBruce Momjian
2001-10-29Check for NULL return from getgrgid(), per Seth HettichBruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-21Fix FindExec() for case where executable is found via a relative pathTom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-19Set optreset on platforms that have it before launching postmasterTom Lane
2001-10-19Ensure that all startup paths (postmaster, standalone postgres, orTom Lane
2001-10-12Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-27Remove useless LockDisable() function and associated overhead, per myTom Lane
2001-09-21Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane
2001-09-08Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut
2001-09-07Get rid of PID entries in shmem hash table; there is no longer any needTom Lane
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-08-15Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii
2001-08-06Seems like a bad idea to free() a string we are about to use in anTom Lane
2001-08-06Check that the data directory does not have group or world access; removePeter Eisentraut
2001-07-03Don't go into infinite loop if /home/postgres/testversion/data directory is n...Tom Lane
2001-06-20Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut
2001-06-16Tweak startup sequence so that running out of PROC array slots isTom Lane
2001-06-14has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane
2001-06-13Don't assume free(NULL) is OK. Yes, I know ANSI C says it is.Tom Lane
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane