summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-24Add comment for getpwid() safety.Bruce Momjian
2001-01-24attached is take-2 of a patch which fixes a bug relatedBruce 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-23Give 'a_expr ::= a_expr Op' production a slightly lower precedence thanTom Lane
2001-01-23Remove useless leftover global variable Ps_status_buffer.Peter Eisentraut
2001-01-23Fix all the places that called heap_update() and heap_delete() withoutTom Lane
2001-01-23Remove no-longer-needed restriction against referencing systemTom Lane
2001-01-23Rename int4 to int32 in a few places.Bruce Momjian
2001-01-23Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-22Clean up lockmanager data structures some more, in preparation for plannedTom Lane
2001-01-22Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane
2001-01-21Back out patch for BLOB operations until approval.Bruce Momjian
2001-01-21Hello,Bruce Momjian
2001-01-21Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane
2001-01-20Give a good error message for what's likely to be a common syntax error,Tom Lane
2001-01-20Add missing piece of BitString support to node output functions. ExpandPeter Eisentraut
2001-01-19Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane
2001-01-19cleanup.Bruce Momjian
2001-01-19Remove ; and add \n to ASM code.Bruce Momjian
2001-01-19Suppress compiler warning in MULTIBYTE code.Tom Lane
2001-01-19Suppress compiler warning in MULTIBYTE case.Tom Lane
2001-01-19Suppress unused-variable warning in non-Assert compilations.Tom Lane
2001-01-18Comment out xlrec in xact_redo - no support for file unlinking onVadim B. Mikheev
2001-01-18Fix some leaks(was my fault).Hiroshi Inoue
2001-01-18Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart
2001-01-18Fix performance issue with qualifications on VIEWs: outer query shouldTom Lane
2001-01-18Change LockClassinfoForUpdate() to retry mark4update() in caseHiroshi Inoue
2001-01-17attached is a patch that makes SysV semaphore emulationBruce Momjian
2001-01-17Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian
2001-01-17Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart
2001-01-17Move structure comments from the top block down to the line entries forBruce Momjian
2001-01-16Remove bogus backslashes in sed command.Tom Lane
2001-01-16Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane
2001-01-16Rename fields of lock and lockholder structures to something a tad lessTom Lane
2001-01-15Fix problems with parentheses around sub-SELECT --- for the last time,Tom Lane
2001-01-15Tweak heap_update/delete so that we do not hold the buffer context lockTom Lane
2001-01-14Minor coding cleanups.Tom Lane
2001-01-14Another go-round on making GetRawDatabaseInfo behave as well as it can,Tom Lane
2001-01-14Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE.Tom Lane
2001-01-14Make aclcontains() do something that's at least vaguely reasonable:Tom Lane