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