aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Disable query cancel during HandleDeadLock().Hiroshi Inoue2001-01-09
* 1. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev2001-01-09
* Fix oversight in planning of GROUP queries: when an expression is usedTom Lane2001-01-09
* Remove compiler warning about uninitialized warnings.Bruce Momjian2001-01-08
* Add some debugging support code (ifdef'd out in normal use).Tom Lane2001-01-08
* LockBuffer should not elog while holding buffer's cntx_lock.Tom Lane2001-01-08
* Keep relations open until they are no longer needed.Hiroshi Inoue2001-01-08
* Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean upTom Lane2001-01-08
* Correct nasty error in heap_update: it was releasing the buffer refcountTom Lane2001-01-07
* Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane2001-01-07
* Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane2001-01-07
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-07
* Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.Tom Lane2001-01-07
* Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane2001-01-06
* Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane2001-01-06
* Simplify the rules that explicitly allowed TYPE as a type name (which isPeter Eisentraut2001-01-06
* Fix copy to make it more robust against unexpected characterTatsuo Ishii2001-01-06
* init_irels() is changed to be called in RelationCacheInitializePhase2()Hiroshi Inoue2001-01-06
* Rename and document some invalidation routines to make it clearer thatTom Lane2001-01-05
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Disallow creation of a child table by a user who does not own the parentTom Lane2001-01-05
* Repair guaranteed core dump in SPI_exec(). Guess this routine wasn'tTom Lane2001-01-04
* I neglected to remove a debug message,sorry.Hiroshi Inoue2001-01-04
* Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane2001-01-03
* New file format for COPY BINARY, in accordance with pghackers discussionsTom Lane2001-01-03
* MakeRetrieveViewRuleName was scribbling on memory that didn't belongTom Lane2001-01-03
* Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart2001-01-03
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* CLUSTER forgot to create a TOAST table for the clustered relation.Tom Lane2001-01-01
* Ensure attcacheoff is written out as -1 when writing pg_attributeTom Lane2001-01-01
* Update comment.Tom Lane2001-01-01
* Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot-Tom Lane2000-12-31
* NetBSD/Alpha porting fixes from tom@minnesota.com.Tom Lane2000-12-31
* Be more careful about the difference between signed and unsigned ints.Tom Lane2000-12-30
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* Fixed misprint in heap update WALoging.Vadim B. Mikheev2000-12-30
* Paranoia about possible values of errno after a shmget/semget failure.Tom Lane2000-12-30
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-29
* MUST update (in-memory) data page BEFORE XLogInsert to logVadim B. Mikheev2000-12-29
* nbtree_xlog_newroot: set meta flag in meta page opaque.Vadim B. Mikheev2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Let's try this again on accepting the correct range of Oid input valuesTom Lane2000-12-28
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Compute reasonable cost and output-row-count estimates for LIMIT planTom Lane2000-12-23
* Replace overly-cute coding with code that (a) has defined behaviorTom Lane2000-12-23
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-22
* Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane2000-12-22
* Avoid XLogFlush for clean buffers in BufferSync.Vadim B. Mikheev2000-12-22
* Improve error message for case where DROP TABLE is rejected becauseTom Lane2000-12-22
* Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1Tom Lane2000-12-22