Commit Graph

750 Commits (88bdbd3f746049834ae3cc972e6e650586ec3c9d)

Author SHA1 Message Date
Tom Lane 5240c76729 Actually, that still wasn't quite right. If we skip a query because of 26 years ago
Tom Lane 708f82f191 Fix bug noted by Bruce: FETCH in an already-aborted transaction block 26 years ago
Bruce Momjian 6d79d6027c >> 5. empty define that results in an empty but terminated line ( ; ) 26 years ago
Tatsuo Ishii ea8cadbf94 Remove using puts() to print messages. Instead use TPRINTF. 26 years ago
Hiroshi Inoue 5525297465 Change cancel while waiting-for-lock stuff. 26 years ago
Hiroshi Inoue a60c9e33e9 fix the TODO 26 years ago
Tom Lane 4467194b44 Reduce proc_exit(1) to proc_exit(0) for errors detected in backend 26 years ago
Tom Lane f46571165d Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 71ed7eb494 Revise handling of index-type-specific indexscan cost estimation, per 26 years ago
Tatsuo Ishii ac0d141ead Do not start if postmaster is running. 26 years ago
Hiroshi Inoue a3e2bc732d to live in a transaction before access to db 26 years ago
Tom Lane e1492cc34c Modify elog() logic so that it won't try to longjmp(Warn_restart) before 26 years ago
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Tom Lane ecd0bfa81a Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 26 years ago
Bruce Momjian 7395d9ab4e Update display of debug levels. 26 years ago
Bruce Momjian 5d72657732 clean up debug flags. 26 years ago
Bruce Momjian ae61ef34bd Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Jan Wieck 1547ee017c This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Tom Lane e25e6a6dc3 Commit the bulk of Mike Ansley's long-query changes in the 26 years ago
Tom Lane 2aa64f79f5 Plug several holes in backend's ability to cope with 27 years ago
Bruce Momjian e44c931801 Re-add getopt.h check, remove NT-specific tests for it. 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 69817665cb Final cleanup 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 954e466c27 Fix for removal of temp tables if last transaction was aborted. 27 years ago
Vadim B. Mikheev df9e539ea2 1. Run all pg_dump queries in single serializable transaction. 27 years ago
Bruce Momjian 278bbf4572 Make functions static or NOT_USED as appropriate. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane cf1478982c Modify backend switch parsing to prevent 'insecure' switches 27 years ago
Bruce Momjian 9710995fc9 Make postgres prompt backend>, and remove PARSEDEBUG. 27 years ago
Tom Lane 507a0a2ab0 Rip out QueryTreeList structure, root and branch. Querytree 27 years ago
Jan Wieck 5057010944 Changed debug options: 27 years ago
Tom Lane 0b69d8a27c Rearrange top-level rewrite operations so that EXPLAIN works 27 years ago
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago
Tom Lane f7d25d2ab6 -T was omitted from getopt() call. 27 years ago
Tom Lane 95cc41b81d Revise backend libpq interfaces so that messages to the frontend 27 years ago
Tom Lane 09c5e84072 Change elog(ERROR) to get back to main loop via a plain sigsetjmp, 27 years ago
Bruce Momjian 48ea8b76db Hi, 27 years ago
Bruce Momjian 58118db39d Add new postgres -O option to allow system table structure changes. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Bruce Momjian b4e7510e09 Enable bushy and right-hand queries by default. 27 years ago
Bruce Momjian 65ccd1039a Enable bushy plans by default. 27 years ago
Bruce Momjian c82ca4c158 Re-enable bushy plans. Vadim want them. 27 years ago