aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Comment out xlrec in xact_redo - no support for file unlinking onVadim B. Mikheev2001-01-18
* Fix some leaks(was my fault).Hiroshi Inoue2001-01-18
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-18
* Fix performance issue with qualifications on VIEWs: outer query shouldTom Lane2001-01-18
* Change LockClassinfoForUpdate() to retry mark4update() in caseHiroshi Inoue2001-01-18
* attached is a patch that makes SysV semaphore emulationBruce Momjian2001-01-17
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-17
* Move structure comments from the top block down to the line entries forBruce Momjian2001-01-17
* Remove bogus backslashes in sed command.Tom Lane2001-01-16
* Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane2001-01-16
* Rename fields of lock and lockholder structures to something a tad lessTom Lane2001-01-16
* Fix problems with parentheses around sub-SELECT --- for the last time,Tom Lane2001-01-15
* Tweak heap_update/delete so that we do not hold the buffer context lockTom Lane2001-01-15
* Minor coding cleanups.Tom Lane2001-01-14
* Another go-round on making GetRawDatabaseInfo behave as well as it can,Tom Lane2001-01-14
* Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE.Tom Lane2001-01-14
* Make aclcontains() do something that's at least vaguely reasonable:Tom Lane2001-01-14
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Relax test on typmod matching between a table and its proposed ON SELECTTom Lane2001-01-13
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Preserve constraints and column defaults during CLUSTER.Tom Lane2001-01-12
* New feature:Marc G. Fournier2001-01-12
* Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut2001-01-11
* Removed a no longer needed SetWaitingForLock() call inHiroshi Inoue2001-01-10
* Do The Right Thing (tm) if asked to cluster a temp table. PreviousTom Lane2001-01-10
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-09
* 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