summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAgeFilesLines
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-171-11/+3
* Tom Lane wrote:Bruce Momjian2002-08-151-2/+6
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-101-33/+2
* This patch changes the behavior of PostgreSQL so that if any queries areBruce Momjian2002-08-061-30/+5
* Temporary solution for XLogDir breakage.Tom Lane2002-08-041-3/+2
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-041-3/+12
* The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian2002-08-041-2/+6
* The attached patch removes the last remnants of support forBruce Momjian2002-07-301-8/+2
* Move alarm timers to proper location.Bruce Momjian2002-07-301-7/+7
* Make statement_timeout apply to entire query string, not per statement.Bruce Momjian2002-07-301-7/+7
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-2/+10
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-2/+10
* Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane2002-07-181-3/+6
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-131-8/+16
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-111-2/+9
* Update copyright to 2002.Bruce Momjian2002-06-201-3/+3
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-181-29/+77
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-171-3/+3
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-10/+7
* Suppress duplicate logging of utility commands under debug_print_query.Tom Lane2002-05-101-5/+3
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-3/+4
* Scanner performance improvementsPeter Eisentraut2002-04-201-10/+14
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-3/+3
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-241-41/+7
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-6/+2
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-2/+6
* Make CREATE DOMAIN emit CREATE DOMAIN on completion, per Peter E.Bruce Momjian2002-03-191-3/+3
* Fix DOMAIN breakage.Bruce Momjian2002-03-191-3/+6
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-3/+4
* Change made to elog:Bruce Momjian2002-03-061-15/+15
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-041-6/+18
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-39/+53
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-2/+10
* Tweak pg_exec_query_string so that we close down transaction commandTom Lane2002-02-271-3/+21
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-14/+15
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-19/+346
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-231-17/+20
* Remove some unnecessary pqsignal() calls to shave a few cycles offTom Lane2002-02-191-9/+6
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-101-3/+3
* Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()Tom Lane2002-01-011-3/+2
* Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane2001-12-041-11/+10
* 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-051-5/+5
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-4/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-25/+14
* 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
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-271-13/+3