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