summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-15Final #include cleanup.Bruce Momjian
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-21Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane
2000-04-30Reset CurrentMemoryContext to TopMemoryContext at the beginning of errorTom Lane
2000-04-28Setting statistic options from SET PG_OPTIONS caused a backend crashTom Lane
2000-04-237.0 buffer manager can support different backends running with differentTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-04Actually, that still wasn't quite right. If we skip a query because ofTom Lane
2000-04-04Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane
2000-03-23>> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian
2000-03-01Remove using puts() to print messages. Instead use TPRINTF.Tatsuo Ishii
2000-02-22Change cancel while waiting-for-lock stuff.Hiroshi Inoue
2000-02-21fix the TODOHiroshi Inoue
2000-02-20Reduce proc_exit(1) to proc_exit(0) for errors detected in backendTom Lane
2000-02-19Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-01-26Add:Bruce Momjian
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-09Do not start if postmaster is running.Tatsuo Ishii
1999-12-22to live in a transaction before access to dbHiroshi Inoue
1999-11-16Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-10-08Update display of debug levels.Bruce Momjian
1999-10-08clean up debug flags.Bruce Momjian
1999-10-08Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev
1999-09-29This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-08-31Commit the bulk of Mike Ansley's long-query changes in theTom Lane
1999-07-22Plug several holes in backend's ability to cope withTom Lane
1999-07-19Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-02Fix for removal of temp tables if last transaction was aborted.Bruce Momjian
1999-05-291. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-22Modify backend switch parsing to prevent 'insecure' switchesTom Lane
1999-05-22Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-05-11Changed debug options:Jan Wieck