summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-01-28Used LEFT OUTER JOIN for various queriesPhilip Warner
2001-01-28Applied (slightly modified) patches from Tatsuo:Philip Warner
2001-01-27Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian
2001-01-27Add missing pgaccess files.Bruce Momjian
2001-01-27Update to pgaccess 0.98.7.Bruce Momjian
2001-01-27When dropping the schema, reconnect as owner of each object.Philip Warner
2001-01-27Add permission check for CHECKPOINT.Peter Eisentraut
2001-01-27Fix failure to create sequences for more than one SERIAL column in aTom Lane
2001-01-27Looks like I broke cases involving combinations of deferred update/deleteTom Lane
2001-01-27Don't crash if subquery appears multiple times in jointree. This shouldTom Lane
2001-01-27Repair bug reported by Huxton, 1/24/01. We need to include a rule'sTom Lane
2001-01-27 Just a quick patch to make the geometry test on Sparc/LinuxBruce Momjian
2001-01-27Refuse to try to attach a condition to a NOTIFY or other utility statement,Tom Lane
2001-01-27Suppress coredump when EXPLAINing query that is rewritten to includeTom Lane
2001-01-27Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane
2001-01-26Change float8-to-int8 conversion to round to nearest, rather thanTom Lane
2001-01-26odbc1.diff changes the text on the Protocol Radio buttons on the driverBruce Momjian
2001-01-26gcc complains about improperly terminated comment.Tom Lane
2001-01-26Special case in ProcSleep() wasn't sufficiently general: must check toTom Lane
2001-01-26First step in attempt to fix tree at runtime: create upper levelsVadim B. Mikheev
2001-01-25Synced gram.y and preproc.y.Michael Meskes
2001-01-25For missing owner of database, default to superuser.Peter Eisentraut
2001-01-25Avoid bogus failures due to 'ps x | grep postmaster' detecting 'grepPeter Eisentraut
2001-01-25Added an alternative constructor to PGSQLException so that debuggingPeter Mount
2001-01-25Whoops, forgot to do ProcLockWakeup() after deadlock checkerTom Lane
2001-01-25Re-implement deadlock detection and resolution, per design notes postedTom Lane
2001-01-25Further to the previous ODBC patches I posted today, I found a couple ofBruce Momjian
2001-01-25> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]Bruce Momjian
2001-01-25I decided to give this a go after all :-) The attached patch does theBruce Momjian
2001-01-25This patch fixes an arrayindexoutofbounds exception that was justBruce Momjian
2001-01-25Add ./include/config.h.win32 to RELEASE update list.Bruce Momjian
2001-01-24Attached is a revised patch that removes the static SimpleDateFormatBruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-24Fix bogus pattern for STRING.Peter Eisentraut
2001-01-24Add all possible config file options.Bruce Momjian
2001-01-24Put back old config contents until I am finished.Bruce Momjian
2001-01-24Add "idle in transaction" status messageBruce Momjian
2001-01-24Fix formatting of db crash.Bruce Momjian
2001-01-24Removed the 8k row limit reported by DatabaseMetaDataPeter Mount
2001-01-24Add comment for getpwid() safety.Bruce Momjian
2001-01-24attached is take-2 of a patch which fixes a bug relatedBruce Momjian
2001-01-24Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian
2001-01-24Removed a dangerours DropRelationBuffers() call.Hiroshi Inoue
2001-01-24Make functional index copy attstorage from the column data type, ratherTom Lane
2001-01-23Narrow scope of critical section, per discussion 1/19/01.Tom Lane
2001-01-23Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.Tom Lane
2001-01-23The -R option didn't accept an argument, which made it kind of useless.Peter Eisentraut
2001-01-23Give 'a_expr ::= a_expr Op' production a slightly lower precedence thanTom Lane
2001-01-23Subject: Bug in SQLForeignKeys()Bruce Momjian
2001-01-23Remove useless leftover global variable Ps_status_buffer.Peter Eisentraut