summaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAgeFilesLines
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-101-45/+33
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-052-7/+7
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-283-8/+9
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-255-48/+34
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-211-16/+15
* Set optreset on platforms that have it before launching postmasterTom Lane2001-10-191-4/+2
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-191-2/+8
* Move init_ps_display from postgres.c to postmaster.c, putting itTom Lane2001-10-191-75/+4
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-2/+2
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-121-2/+2
* Fix typo in error message. Noted by laser@zhengmai.com.cn.Tom Lane2001-10-091-2/+2
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-2/+2
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-271-13/+3
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-211-14/+4
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-181-2/+2
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-082-23/+36
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-071-2/+12
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-2/+1
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-041-5/+7
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-311-19/+5
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-301-7/+18
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-13/+1
* Fix erroneous GUC variable references from commandline-GUC patch.Tom Lane2001-06-291-3/+3
* Fix a couple remaining places where GUC variables were assigned toTom Lane2001-06-251-13/+13
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-231-34/+37
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+31
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-201-5/+6
* Back out SET ALL patch because it is breaking things.Bruce Momjian2001-06-191-35/+31
* RESET ALL secondary patch:Bruce Momjian2001-06-181-31/+35
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-181-2/+4
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-121-3/+3
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-091-6/+6
* reset all: command line and .conf options change defaultsBruce Momjian2001-06-071-3/+3
* Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane2001-06-011-97/+30
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-301-13/+1
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-3/+3
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-11/+18
* Add debug_query_string global variable for pgmonitor and debugging use.Bruce Momjian2001-04-141-3/+9
* Add period to message.Bruce Momjian2001-03-261-3/+3
* Change message to _the_ administrator. There is only one administrativeBruce Momjian2001-03-261-3/+3
* Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane2001-03-231-3/+3
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-225-246/+206
* pgindent run. Make it all clean.Bruce Momjian2001-03-225-196/+234
* 'waiting' status display had extra space, removed.Bruce Momjian2001-03-141-3/+3
* New shutdown wording:Bruce Momjian2001-03-141-3/+3
* XLOG (and related) changes:Tom Lane2001-03-131-21/+20
* hold interupts during LockWaitCancel().Hiroshi Inoue2001-03-091-5/+18
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-271-2/+2
* When under postmaster, bogus arguments should cause proc_exit(0) notTom Lane2001-02-241-3/+3
* Remove bogus set_ps_display call --- changing displayed status here isTom Lane2001-02-181-7/+8