]> granicus.if.org Git - postgresql/history - src/include/miscadmin.h
Privileges on functions and procedural languages
[postgresql] / src / include / miscadmin.h
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-01-01 Tom LaneDo not accept interrupts in RESUME_INTERRUPTS() and...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneRemove useless LockDisable() function and associated...
2001-09-21 Tom LaneGive VACUUM its own GUC parameter for memory usage...
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-08-05 Tom LaneEndeavor to make pgstats buffer process (a) safe and...
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
2001-05-12 Peter EisentrautMake bootstrap debug messages more readable. Clean...
2001-05-08 Peter EisentrautAdd SET SESSION AUTHORIZATION command.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-27 Tom LaneRe-read Unix-socket lock file every so often (every...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-07 Tom LaneFix recent breakage of query-cancel logic, see my pghac...
2000-11-29 Tom LaneGet rid of not-very-portable fcntl(F_SETLK) mechanism...
2000-11-25 Bruce MomjianMove connection defines to miscadmin.h.
2000-11-25 Bruce Momjian here is a patch for formatting.c (to_char/timestampt...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-14 Bruce MomjianRename PortName to PortNumber.
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-11-04 Peter EisentrautMake the backend grok relative paths for the data direc...
2000-10-08 Tatsuo IshiiAdd runtime configuration option "silent_mode".
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-06 Peter EisentrautA bit of cleanup after SSL patch. Add it to config...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce Momjian#include cleanups
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-29 Tom LaneRepair problems with overrun of timezone name length...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-23 Bruce Momjian1. miscadmin.h needs to include sys/types.h for a defin...
2000-02-22 Hiroshi InoueChange cancel while waiting-for-lock stuff.
2000-02-21 Hiroshi Inouefix the TODO
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
2000-01-18 Tatsuo IshiiAdd builtin functions:
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
2000-01-09 Tatsuo IshiiAdd SetPidFile() and friends.
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-10-08 Bruce MomjianCleanup -is flag to -l for SSL. Another PERL variable...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-09-27 Bruce MomjianMassimo's SET FSYNC and SHOW PG_OPTIONS changes, withou...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-06-12 Tom LaneMove default NBuffers setting into config.h, and rename it
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneModify backend switch parsing to prevent 'insecure...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-06-09 Bruce MomjianAnother for for exec() removal and finding binaries.
1998-06-08 Bruce MomjianFixed exec path problem.
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-05-19 Bruce MomjianAllow cancel from client of backend query. Change...
1998-04-05 Bruce MomjianRemove GetDatabaseName/Path and use globals. Make...
1998-04-05 Bruce MomjianFix for memory leak.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-25 Bruce Momjiangetpid/pid cleanup
1997-12-04 Thomas G. LockhartDefine USE_GERMAN_DATES for use in date/time I/O functions.
1997-11-07 Thomas G. LockhartSupport alternate database locations.
1997-09-18 Vadim B. MikheevNo more SortTuplesInTree...
1997-09-18 Vadim B. Mikheev+ SortTuplesInTree
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-14 Bruce MomjianCleanup global variables, remove stable memory stuff.
1997-04-27 Thomas G. LockhartChange mixed-case routines to lower-case if referenced...
1997-03-25 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-18 Marc G. Fournier - Move most of the I/O in both libpq and the backend...
1997-03-18 Marc G. FournierResync the source tree, commit some things that were...
1997-01-26 Marc G. FournierBring in a patch from Keith Parks to move the use of...
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-11-12 Bryan HendersonUse new utils/version.c instead of backend/utils/init...
1996-11-06 Marc G. FournierOkay...this pretty much cleans out the include files.
1996-10-31 Marc G. FournierAdd these files to ${SRCDIR}/include