1996-12-29 |
Bruce Momjian | Changed EXPLAIN option names. |
commit | commitdiff | tree | snapshot |
1996-12-29 |
Bruce Momjian | Improved EXPLAIN option handling. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Fix expected regression output. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Fixed errors in create statement. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Fixed error where = should be ==. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Fixed Assert check where ! should be !=. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Here is a bug fix and some spelling changes for the... |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Here's the final set of patches to 6.0 (sup'd on 27... |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Updated changes for 6.0. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Patch for copy from stdin. |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Bryan Henderson | Add messages to assist in problem diagnosis. Eliminate... |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Bryan Henderson | Add asserts to check for file descriptor ring corruption. |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Vadim B. Mikheev | There was JMP_BUF defined in config.h. And SIGJMP_BUF... |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bryan Henderson | Remove use of "bool", which user program may not have... |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bryan Henderson | Remove use of "bool", which user program may not have... |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | Documentatoin update |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | pq/signal() portability patch. Also psql copy prompt... |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bryan Henderson | Fix syntax of \copy in \? display. |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | Added needed prototype. |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | Removal of unused CppConcat defines. |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | Note the => changes to == after a connect and stays... |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | Added include files needed for getpid prototype. |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | Change %ud to %u |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | In file: .../src/backend/postmaster/postmaster.c I... |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | I have this annoying habit (among others) of putting |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | In src/backend/catalog/pg_operator.c in OperatorDef... |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | Removal of CppConcat from indexam.c. |
commit | commitdiff | tree | snapshot |
1996-12-26 |
Bruce Momjian | Added mention of CUSTOM_COPT to file. |
commit | commitdiff | tree | snapshot |
1996-12-24 |
Bryan Henderson | Clarify error message about trying to PQgetvalue()... |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Bryan Henderson | Fix Solaris stuff so it compiles. Thanks Keith Parks. |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Bryan Henderson | Add some quotes so it works on more shells. |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Bryan Henderson | Add cast to quiet compiler warning. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Bruce Momjian | Fix multiple "C" from backend. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Bruce Momjian | Remove NOTIFY_PATCH. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Bruce Momjian | Improve handling of semicolons ending statements. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Bruce Momjian | Rename parameter. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Bryan Henderson | Make sure user is running GNU make. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Marc G. Fournier | Add two new comments to pglibtcl... |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Marc G. Fournier | More patches/documentation from: Massimo Dal Zotto... |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Marc G. Fournier | COPY_PATCH... |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Marc G. Fournier | Add various comments to explain #define's and add a... |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Marc G. Fournier | #ifdef ASYNC_DEBUG various sections of async.c |
commit | commitdiff | tree | snapshot |
1996-12-17 |
Bruce Momjian | Make GROUP BY work with aliases, ORDER BY with column... |
commit | commitdiff | tree | snapshot |
1996-12-16 |
Bryan Henderson | Put sys/types.h before sys/timeb.h so Ultrix compiles. |
commit | commitdiff | tree | snapshot |
1996-12-15 |
Bryan Henderson | Remove __P macro usage so it compiles without cdefs.h. |
commit | commitdiff | tree | snapshot |
1996-12-15 |
Bryan Henderson | Make compile on AIX, Alpha OSF. Thanks Darren King... |
commit | commitdiff | tree | snapshot |
1996-12-14 |
Vadim B. Mikheev | Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF... |
commit | commitdiff | tree | snapshot |
1996-12-14 |
Vadim B. Mikheev | if (settings->opt.fieldSep); |
commit | commitdiff | tree | snapshot |
1996-12-14 |
Vadim B. Mikheev | Avoiding: |
commit | commitdiff | tree | snapshot |
1996-12-14 |
Vadim B. Mikheev | const register ... --> register const ... |
commit | commitdiff | tree | snapshot |
1996-12-14 |
Vadim B. Mikheev | Avoiding |
commit | commitdiff | tree | snapshot |
1996-12-14 |
Vadim B. Mikheev | Avoiding |
commit | commitdiff | tree | snapshot |
1996-12-14 |
Vadim B. Mikheev | Unuseful tupDesc = CreateTupleDesc(attr_count, attr... |
commit | commitdiff | tree | snapshot |
1996-12-13 |
Bryan Henderson | Clean up. Get rid of tabs and overly long lines. |
commit | commitdiff | tree | snapshot |
1996-12-13 |
Bruce Momjian | Small regression and doc patch |
commit | commitdiff | tree | snapshot |
1996-12-11 |
Bruce Momjian | Postgres95 to PostgreSQL. |
commit | commitdiff | tree | snapshot |
1996-12-11 |
Bruce Momjian | Require seimcolons between statements. |
commit | commitdiff | tree | snapshot |
1996-12-11 |
Bryan Henderson | Use "Oid" type where applicable and %ud instead of... |
commit | commitdiff | tree | snapshot |
1996-12-11 |
Bruce Momjian | Rename postgres95 to PostgreSQL. Add comment for SELEC... |
commit | commitdiff | tree | snapshot |
1996-12-10 |
Bryan Henderson | Fix bug: libpq clients (which include libpq-fe.h) won... |
commit | commitdiff | tree | snapshot |
1996-12-10 |
Bryan Henderson | sigjmp_buf/jmp_buf is backwards, so backend doesn't... |
commit | commitdiff | tree | snapshot |
1996-12-10 |
Bryan Henderson | Fix bug: libpq clients (which include libpq-fe.h) won... |
commit | commitdiff | tree | snapshot |
1996-12-10 |
Bryan Henderson | Add empty "dep:" target. |
commit | commitdiff | tree | snapshot |
1996-12-10 |
Marc G. Fournier | No change...just a test to make sure I didn't screw... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Bryan Henderson | Monitor has been obsoleted by psql. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Bryan Henderson | Remove include of libpq-fe.h. This file has nothing... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Bryan Henderson | Add comments defining "typelem" column of pg_type. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Bryan Henderson | Add comments describing interface to heap_getattr(). |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Bryan Henderson | Add CUSTOM_CC variable for Makefile.custom. Thanks... |
commit | commitdiff | tree | snapshot |
1996-12-07 |
Bruce Momjian | Reduce printing from debug level 2 ande layout change. |
commit | commitdiff | tree | snapshot |
1996-12-07 |
Bruce Momjian | Reduce printing from deub level 2 ande layout change. |
commit | commitdiff | tree | snapshot |
1996-12-07 |
Bruce Momjian | Remove Dan's fix of SELECT NULL to fix INSERT NULL. |
commit | commitdiff | tree | snapshot |
1996-12-07 |
Bruce Momjian | Fix for SELECT NULL. |
commit | commitdiff | tree | snapshot |
1996-12-07 |
Bruce Momjian | Fix from Jan agreed with by Massimo. |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Vadim B. Mikheev | _bt_updateitem is returned in code, but works only... |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Vadim B. Mikheev | 1. _bt_compare fixed to work properly with new code... |
commit | commitdiff | tree | snapshot |
1996-12-04 |
Bruce Momjian | Remove duplicate patch for COUNT fix. |
commit | commitdiff | tree | snapshot |
1996-12-04 |
Bryan Henderson | Change portname "sparc" to "sunos4" and change some... |
commit | commitdiff | tree | snapshot |
1996-12-03 |
Bruce Momjian | Change tests to lowercase for esthetics. |
commit | commitdiff | tree | snapshot |
1996-12-03 |
Vadim B. Mikheev | pname=NULL -> pname="" (stringinfo.c:appendStringInfo... |
commit | commitdiff | tree | snapshot |
1996-12-03 |
Bruce Momjian | Make COUNT,SUM case insensitive. |
commit | commitdiff | tree | snapshot |
1996-12-03 |
Bryan Henderson | Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt... |
commit | commitdiff | tree | snapshot |
1996-12-02 |
Bruce Momjian | Reduce regression diffs |
commit | commitdiff | tree | snapshot |
1996-12-02 |
Bruce Momjian | Reduce regression diff size with timezone changes and... |
commit | commitdiff | tree | snapshot |
1996-12-01 |
Bruce Momjian | Fix for inclusion of new prompt output. |
commit | commitdiff | tree | snapshot |
1996-12-01 |
Bruce Momjian | Fix compiler warning about unitialized variables. |
commit | commitdiff | tree | snapshot |
1996-11-30 |
Bruce Momjian | This patch changes quite a few instances of references... |
commit | commitdiff | tree | snapshot |
1996-11-30 |
Bruce Momjian | As someone asked for this feature - patch for 1.09... |
commit | commitdiff | tree | snapshot |
1996-11-30 |
Bruce Momjian | Change end-of-line comma to semicolon. |
commit | commitdiff | tree | snapshot |
1996-11-30 |
Bruce Momjian | Aded mention that != maps to <>. |
commit | commitdiff | tree | snapshot |
1996-11-30 |
Bruce Momjian | Add indicator for in quote or in query to prompt. |
commit | commitdiff | tree | snapshot |
1996-11-30 |
Bruce Momjian | Added BETWEEN and IN to grammar. Map != to <>. |
commit | commitdiff | tree | snapshot |
1996-11-29 |
Bruce Momjian | Allow select oid,* from table. Allow * anywhere in... |
commit | commitdiff | tree | snapshot |
1996-11-29 |
Vadim B. Mikheev | vrl_min_tlen added to VRelListData. |
commit | commitdiff | tree | snapshot |
1996-11-29 |
Vadim B. Mikheev | Added: dynamic re-moving page from list of pages usable... |
commit | commitdiff | tree | snapshot |
1996-11-29 |
Bryan Henderson | Throw some double quotes on the pile! |
commit | commitdiff | tree | snapshot |
1996-11-29 |
Bruce Momjian | Fix for BSDI compile. |
commit | commitdiff | tree | snapshot |
1996-11-28 |
Bruce Momjian | Changed saved_relname size to save memory. |
commit | commitdiff | tree | snapshot |
1996-11-28 |
Vadim B. Mikheev | Fix for "might be used uninitialized" warnings. |
commit | commitdiff | tree | snapshot |
1996-11-28 |
Bryan Henderson | Make strdup work for Ultrix. Thanks Erik Bertelsen |
commit | commitdiff | tree | snapshot |
next |