summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-13Relax test on typmod matching between a table and its proposed ON SELECTTom Lane
2001-01-12Add more critical-section calls: all code sections that hold spinlocksTom Lane
2001-01-12Preserve constraints and column defaults during CLUSTER.Tom Lane
2001-01-12New feature:Marc G. Fournier
2001-01-11Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut
2001-01-10Removed a no longer needed SetWaitingForLock() call inHiroshi Inoue
2001-01-10Do The Right Thing (tm) if asked to cluster a temp table. PreviousTom Lane
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2001-01-09Disable query cancel during HandleDeadLock().Hiroshi Inoue
2001-01-091. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev
2001-01-09Fix oversight in planning of GROUP queries: when an expression is usedTom Lane
2001-01-08Remove compiler warning about uninitialized warnings.Bruce Momjian
2001-01-08Add some debugging support code (ifdef'd out in normal use).Tom Lane
2001-01-08LockBuffer should not elog while holding buffer's cntx_lock.Tom Lane
2001-01-08Keep relations open until they are no longer needed.Hiroshi Inoue
2001-01-08Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean upTom Lane
2001-01-07Correct nasty error in heap_update: it was releasing the buffer refcountTom Lane
2001-01-07Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane
2001-01-07Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane
2001-01-07Modify readfuncs so that recursive use of stringToNode will not crashTom Lane
2001-01-07Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.Tom Lane
2001-01-06Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane
2001-01-06Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane
2001-01-06Simplify the rules that explicitly allowed TYPE as a type name (which isPeter Eisentraut
2001-01-06Fix copy to make it more robust against unexpected characterTatsuo Ishii
2001-01-06init_irels() is changed to be called in RelationCacheInitializePhase2()Hiroshi Inoue
2001-01-05Rename and document some invalidation routines to make it clearer thatTom Lane
2001-01-05Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane
2001-01-05Disallow creation of a child table by a user who does not own the parentTom Lane
2001-01-04Repair guaranteed core dump in SPI_exec(). Guess this routine wasn'tTom Lane
2001-01-04I neglected to remove a debug message,sorry.Hiroshi Inoue
2001-01-03Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane
2001-01-03New file format for COPY BINARY, in accordance with pghackers discussionsTom Lane