aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* to live in a transaction before access to dbHiroshi Inoue1999-12-22
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* Whoever touched this code last doesn't seem to understandTom Lane1999-12-20
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-21
* Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane1999-11-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Hello.Bruce Momjian1999-10-26
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* Update display of debug levels.Bruce Momjian1999-10-08
* clean up debug flags.Bruce Momjian1999-10-08
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-08
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Hmm, guess I forgot to commit this file the other day ...Tom Lane1999-09-30
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Commit the bulk of Mike Ansley's long-query changes in theTom Lane1999-08-31
* Plug several holes in backend's ability to cope withTom Lane1999-07-22
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix for removal of temp tables if last transaction was aborted.Bruce Momjian1999-07-02
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-29
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Improve error message from failed LOAD command (includeTom Lane1999-05-22
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-22
* Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian1999-05-22
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Changed debug options:Jan Wieck1999-05-11
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane1999-05-09
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* -T was omitted from getopt() call.Tom Lane1999-05-01
* Fix stupid typo that broke empty-query response... odd thatTom Lane1999-04-28