aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Runtime tree recovery is implemented, just testing is left -:)Vadim B. Mikheev2001-02-02
* Apply patches for QNX from MaurizioBruce Momjian2001-02-02
* Couple additional functions to fix tree at runtime.Vadim B. Mikheev2001-01-31
* Call _bt_fixroot() from _bt_insertonpg.Vadim B. Mikheev2001-01-29
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Add permission check for CHECKPOINT.Peter Eisentraut2001-01-27
* Fix failure to create sequences for more than one SERIAL column in aTom Lane2001-01-27
* Looks like I broke cases involving combinations of deferred update/deleteTom Lane2001-01-27
* Don't crash if subquery appears multiple times in jointree. This shouldTom Lane2001-01-27
* Repair bug reported by Huxton, 1/24/01. We need to include a rule'sTom Lane2001-01-27
* Refuse to try to attach a condition to a NOTIFY or other utility statement,Tom Lane2001-01-27
* Suppress coredump when EXPLAINing query that is rewritten to includeTom Lane2001-01-27
* Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane2001-01-27
* Change float8-to-int8 conversion to round to nearest, rather thanTom Lane2001-01-26
* Special case in ProcSleep() wasn't sufficiently general: must check toTom Lane2001-01-26
* First step in attempt to fix tree at runtime: create upper levelsVadim B. Mikheev2001-01-26
* Whoops, forgot to do ProcLockWakeup() after deadlock checkerTom Lane2001-01-25
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix bogus pattern for STRING.Peter Eisentraut2001-01-24
* Add all possible config file options.Bruce Momjian2001-01-24
* Put back old config contents until I am finished.Bruce Momjian2001-01-24
* Add "idle in transaction" status messageBruce Momjian2001-01-24
* Fix formatting of db crash.Bruce Momjian2001-01-24
* Add comment for getpwid() safety.Bruce Momjian2001-01-24
* attached is take-2 of a patch which fixes a bug relatedBruce Momjian2001-01-24
* Removed a dangerours DropRelationBuffers() call.Hiroshi Inoue2001-01-24
* Make functional index copy attstorage from the column data type, ratherTom Lane2001-01-24
* Narrow scope of critical section, per discussion 1/19/01.Tom Lane2001-01-23
* Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.Tom Lane2001-01-23
* Give 'a_expr ::= a_expr Op' production a slightly lower precedence thanTom Lane2001-01-23
* Remove useless leftover global variable Ps_status_buffer.Peter Eisentraut2001-01-23
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Remove no-longer-needed restriction against referencing systemTom Lane2001-01-23
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-23
* Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane2001-01-23
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-22
* Clean up lockmanager data structures some more, in preparation for plannedTom Lane2001-01-22
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-22
* Back out patch for BLOB operations until approval.Bruce Momjian2001-01-21
* Hello,Bruce Momjian2001-01-21
* Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane2001-01-21
* Give a good error message for what's likely to be a common syntax error,Tom Lane2001-01-20
* Add missing piece of BitString support to node output functions. ExpandPeter Eisentraut2001-01-20
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-19
* cleanup.Bruce Momjian2001-01-19
* Remove ; and add \n to ASM code.Bruce Momjian2001-01-19
* Suppress compiler warning in MULTIBYTE code.Tom Lane2001-01-19
* Suppress compiler warning in MULTIBYTE case.Tom Lane2001-01-19
* Suppress unused-variable warning in non-Assert compilations.Tom Lane2001-01-19