summaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAgeFilesLines
* Hello.Bruce Momjian1999-10-261-10/+5
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-8/+8
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-9/+3
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-151-1/+23
* Update display of debug levels.Bruce Momjian1999-10-081-3/+3
* clean up debug flags.Bruce Momjian1999-10-081-11/+3
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-081-10/+10
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-100/+126
* Hmm, guess I forgot to commit this file the other day ...Tom Lane1999-09-301-24/+19
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-292-3/+24
* Transaction log manager core code.Vadim B. Mikheev1999-09-271-3/+3
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-242-9/+20
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+33
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-16/+17
* Commit the bulk of Mike Ansley's long-query changes in theTom Lane1999-08-311-65/+40
* Plug several holes in backend's ability to cope withTom Lane1999-07-222-36/+56
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-191-3/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-174-11/+5
* Final cleanupBruce Momjian1999-07-161-3/+5
* Final cleanup.Bruce Momjian1999-07-165-51/+31
* Update #include cleanupsBruce Momjian1999-07-163-11/+11
* Remove unused #includes in *.c files.Bruce Momjian1999-07-155-52/+6
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-155-17/+6
* Fix for removal of temp tables if last transaction was aborted.Bruce Momjian1999-07-021-13/+2
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-291-2/+11
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-3/+4
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-4/+4
* pgindent run over code.Bruce Momjian1999-05-254-65/+90
* Improve error message from failed LOAD command (includeTom Lane1999-05-221-13/+3
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-221-106/+122
* Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian1999-05-221-3/+3
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-131-114/+55
* Changed debug options:Jan Wieck1999-05-111-19/+53
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-4/+4
* Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane1999-05-091-86/+57
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-4/+4
* -T was omitted from getopt() call.Tom Lane1999-05-011-19/+24
* Fix stupid typo that broke empty-query response... odd thatTom Lane1999-04-281-2/+2
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-251-3/+3
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-251-3/+2
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-253-44/+63
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-201-15/+13
* cleanupsBruce Momjian1999-03-231-3/+2
* Hi,Bruce Momjian1999-03-221-3/+3
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-172-8/+17
* Here is a patch.Bruce Momjian1999-03-161-9/+9
* Remove reference to recipe.h.Bruce Momjian1999-02-251-2/+1
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-241-1/+3
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-7/+7
* Enable bushy and right-hand queries by default.Bruce Momjian1999-02-181-4/+4