| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak format_type so that we get good behavior for both column type | Tom Lane | 2001-11-19 | 2 | -49/+78 |
* | Fix arg coerect match text type, per Tom. | Bruce Momjian | 2001-11-19 | 1 | -2/+2 |
* | Make text octet_length() return non-compressed length to be consistent | Bruce Momjian | 2001-11-19 | 1 | -10/+3 |
* | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 | 3 | -8/+8 |
* | Fix nasty bugs in pg_convert() and pg_convert2(). | Tatsuo Ishii | 2001-11-19 | 1 | -9/+40 |
* | Add example of using 'sameuser' followed by 'all' pg_hba records to | Tom Lane | 2001-11-18 | 1 | -24/+39 |
* | Improve comments about duplicate files. | Bruce Momjian | 2001-11-18 | 1 | -2/+3 |
* | Optimization for bpcharlen, textlen, varcharlen in case of single byte | Tatsuo Ishii | 2001-11-18 | 2 | -18/+17 |
* | Fix performance problems in TOAST compressor. The management of | Tom Lane | 2001-11-17 | 1 | -70/+97 |
* | IsSystemRelationName() treats TOAST relations as system relations. | Tom Lane | 2001-11-16 | 3 | -10/+28 |
* | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut | 2001-11-16 | 2 | -7/+20 |
* | Remove 'triggered data change violation' error check, per recent | Tom Lane | 2001-11-16 | 1 | -225/+118 |
* | Update keyword lists per suggestions by Peter. There are now four | Tom Lane | 2001-11-16 | 1 | -92/+112 |
* | Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS. | Peter Eisentraut | 2001-11-15 | 1 | -1/+7 |
* | Update CVS tags. | Bruce Momjian | 2001-11-13 | 1 | -2/+1 |
* | Use better CVS tag. | Bruce Momjian | 2001-11-13 | 1 | -4/+2 |
* | Remove md5.c check, add CVS log stamp. Update comments. | Bruce Momjian | 2001-11-13 | 2 | -10/+17 |
* | Tweak parser so that there is a defined representation for datatypes | Tom Lane | 2001-11-12 | 3 | -46/+38 |
* | If the alternatives for a CASE construct all have the same typmod, | Tom Lane | 2001-11-12 | 1 | -1/+32 |
* | If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the | Tom Lane | 2001-11-12 | 1 | -30/+92 |
* | Repair crash in EvalPlanQual of query involving nestloop with inner | Tom Lane | 2001-11-12 | 1 | -2/+9 |
* | Tables without oids wouldn't be able to be | Bruce Momjian | 2001-11-12 | 1 | -13/+13 |
* | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane | 2001-11-12 | 1 | -2/+1 |
* | Suppress duplicate error messages in pq_flush. Write error messages to | Tom Lane | 2001-11-12 | 1 | -16/+28 |
* | send() attempt for IDENT communication should retry on EINTR. | Tom Lane | 2001-11-12 | 1 | -3/+7 |
* | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane | 2001-11-12 | 2 | -217/+2 |
* | Update MD5 documentation. | Bruce Momjian | 2001-11-12 | 1 | -2/+2 |
* | Sync up both files. | Bruce Momjian | 2001-11-12 | 1 | -1/+3 |
* | Add comments and remove CVS tag from md5.c so they remain identical. | Bruce Momjian | 2001-11-12 | 1 | -1/+1 |
* | Add code to check that md5.c files are in sync. | Bruce Momjian | 2001-11-12 | 2 | -4/+13 |
* | Indent new rename.c for Tom Lane. | Bruce Momjian | 2001-11-12 | 1 | -56/+56 |
* | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane | 2001-11-12 | 2 | -12/+284 |
* | Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering | Tom Lane | 2001-11-12 | 3 | -20/+22 |
* | Test program needs to declare MaxBackends, per Bernd Tegge. | Tom Lane | 2001-11-11 | 1 | -1/+3 |
* | Defend against brain-dead QNX implementation of qsort(). | Tom Lane | 2001-11-11 | 1 | -2/+7 |
* | In find_mergeclauses_for_pathkeys, it's okay to return multiple merge | Tom Lane | 2001-11-11 | 1 | -14/+32 |
* | sort_inner_and_outer needs a check to ensure that it's consumed all the | Tom Lane | 2001-11-11 | 1 | -1/+28 |
* | Defend against possibility that SSL error reporting mechanism returns | Tom Lane | 2001-11-11 | 1 | -8/+35 |
* | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 | 5 | -69/+61 |
* | Restructure child-exit logging messages for easier translation, | Tom Lane | 2001-11-10 | 1 | -34/+22 |
* | Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names, | Tom Lane | 2001-11-10 | 1 | -121/+129 |
* | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 | 6 | -89/+96 |
* | PostgreSQL works again on Mac OS X 10.1. Hold your nose before | Tom Lane | 2001-11-08 | 3 | -2/+136 |
* | Add casts to suppress compiler warnings observed on Darwin platform | Tom Lane | 2001-11-08 | 2 | -6/+9 |
* | Clean up formatting of child process exit-status reports so that they | Tom Lane | 2001-11-06 | 1 | -34/+47 |
* | Add British Double Standard Time (BDST) per mailing list report. | Thomas G. Lockhart | 2001-11-06 | 1 | -1/+2 |
* | Add Darwin to list of known systems for ps_status. | Tom Lane | 2001-11-06 | 1 | -2/+2 |
* | The extra semaphore that proc.c now allocates for checkpoint processes | Tom Lane | 2001-11-06 | 1 | -3/+6 |
* | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane | 2001-11-05 | 1 | -1/+35 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 111 | -370/+381 |