aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-12
* CleanupBruce Momjian2001-02-12
* Add // -> /* */ mapping to pgindent.Bruce Momjian2001-02-12
* poit -> point.Bruce Momjian2001-02-12
* Improve error message when startup or shutdown proc fails.Tom Lane2001-02-11
* Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii2001-02-11
* conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii2001-02-11
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* This hasn't been used for anything for a long time...Tom Lane2001-02-09
* When updating a tuple containing compressed-in-line fields, do notTom Lane2001-02-09
* plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane2001-02-09
* When launching a child backend, take care to close file descriptors forTom Lane2001-02-08
* FixBTree flag still exists and may be used to turnVadim B. Mikheev2001-02-07
* Runtime btree recovery is now ON by default.Vadim B. Mikheev2001-02-07
* Repair postmaster memory leakage during password authentication.Tom Lane2001-02-07
* Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will notTom Lane2001-02-07
* If the first argument is --version or --help, skip the root check.Peter Eisentraut2001-02-06
* PageAddItem in overwrite mode: must *NOT* check itemid' flag ifVadim B. Mikheev2001-02-06
* Out-of-bounds memory allocation request sizes should be treated as justTom Lane2001-02-06
* Dump/display 'timestamp' as 'timestamp with time zone', to make room for aPeter Eisentraut2001-02-05
* Fix inappropriate attempt to push down qual clauses into a view thatTom Lane2001-02-03
* Use elog() instead of exit() for fatal scanner errors.Peter Eisentraut2001-02-03
* 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