]> granicus.if.org Git - postgresql/history - src/include/miscadmin.h
A visit from the message-style police ...
[postgresql] / src / include / miscadmin.h
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-27 Tom Laneelog mop-up.
2003-07-17 Tom LaneMake EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow...
2003-06-27 Tom LaneAdd is_superuser parameter reporting, soon to be used...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-28 Tom LaneFix things so that an error occuring during standalone...
2003-05-28 Tom LaneIn bootstrap and standalone-backend modes, do not sort...
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-02-22 Tom LaneSimplify timezone-handling code per proposal to pghacke...
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2002-12-09 Tom LaneUpdate obsolete comment.
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-10-03 Bruce MomjianThis patch removes two unused global variables from...
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
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
next