summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-11-18Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii
2001-11-17Fix performance problems in TOAST compressor. The management ofTom Lane
2001-11-16IsSystemRelationName() treats TOAST relations as system relations.Tom Lane
2001-11-16Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut
2001-11-16Remove 'triggered data change violation' error check, per recentTom Lane
2001-11-16Update keyword lists per suggestions by Peter. There are now fourTom Lane
2001-11-15Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS.Peter Eisentraut
2001-11-13Update CVS tags.Bruce Momjian
2001-11-13Use better CVS tag.Bruce Momjian
2001-11-13Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian
2001-11-12Tweak parser so that there is a defined representation for datatypesTom Lane
2001-11-12If the alternatives for a CASE construct all have the same typmod,Tom Lane
2001-11-12If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on theTom Lane
2001-11-12Repair crash in EvalPlanQual of query involving nestloop with innerTom Lane
2001-11-12 Tables without oids wouldn't be able to beBruce Momjian
2001-11-12Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane
2001-11-12Suppress duplicate error messages in pq_flush. Write error messages toTom Lane
2001-11-12send() attempt for IDENT communication should retry on EINTR.Tom Lane
2001-11-12The PacketReceive/PacketSend routines aren't used anymore.Tom Lane
2001-11-12Update MD5 documentation.Bruce Momjian
2001-11-12Sync up both files.Bruce Momjian
2001-11-12 Add comments and remove CVS tag from md5.c so they remain identical.Bruce Momjian
2001-11-12Add code to check that md5.c files are in sync.Bruce Momjian
2001-11-12Indent new rename.c for Tom Lane.Bruce Momjian
2001-11-12Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane
2001-11-12Clean up a bunch of ScanKeyEntryInitialize calls that weren't botheringTom Lane
2001-11-11Test program needs to declare MaxBackends, per Bernd Tegge.Tom Lane
2001-11-11Defend against brain-dead QNX implementation of qsort().Tom Lane
2001-11-11In find_mergeclauses_for_pathkeys, it's okay to return multiple mergeTom Lane
2001-11-11sort_inner_and_outer needs a check to ensure that it's consumed all theTom Lane
2001-11-11Defend against possibility that SSL error reporting mechanism returnsTom Lane
2001-11-10Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane
2001-11-10Restructure child-exit logging messages for easier translation,Tom Lane
2001-11-10Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,Tom Lane
2001-11-08Fix indenting for 'extern "C"' cases.Bruce Momjian
2001-11-08PostgreSQL works again on Mac OS X 10.1. Hold your nose beforeTom Lane
2001-11-08Add casts to suppress compiler warnings observed on Darwin platformTom Lane
2001-11-06Clean up formatting of child process exit-status reports so that theyTom Lane
2001-11-06Add British Double Standard Time (BDST) per mailing list report.Thomas G. Lockhart
2001-11-06Add Darwin to list of known systems for ps_status.Tom Lane
2001-11-06The extra semaphore that proc.c now allocates for checkpoint processesTom Lane
2001-11-05Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-05CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane
2001-11-05Remove ill-considered Assert.Tom Lane
2001-11-04Fix now-obsolete comment.Tom Lane
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-11-04Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian
2001-11-04Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian
2001-11-02Add default expressions to INSERTs during planning, not during parseTom Lane