summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-01-09Fix small but critical typo ...Tom Lane
2001-01-08Prevent vacuumdb from trying to vacuum template0.Tom Lane
2001-01-08Remove compiler warning about uninitialized warnings.Bruce Momjian
2001-01-08check for failure after vacuuming each DB, not only the last one.Tom Lane
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-07Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net.Tom 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-06Polish help output. Allow --help to work with BSD getopts.Peter Eisentraut
2001-01-06No need for screen_size to be static.Tom 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-06Fix NOT NULL option for plpgsql variables (doesn't look like itTom Lane
2001-01-06Fix misplaced strdup(), which could lead to error messages referencingTom Lane
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-04Correct path where to check for password file existance.Peter Eisentraut
2001-01-04Clean up some unnecessary fragility in EXECUTE command.Tom 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-04pg_dump failed to handle backslashes embedded in function definitionsTom Lane
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
2001-01-03MakeRetrieveViewRuleName was scribbling on memory that didn't belongTom Lane
2001-01-03Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart
2001-01-02I've found a memory leak in libecpg of PostgreSQL 7.0.3.Bruce Momjian
2001-01-02Document tuple ordering differences as a possible cause ofTom Lane
2001-01-02Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane
2001-01-02Tweak temporary-installation setup so that it doesn't break when theTom Lane
2001-01-01Update geometry-alpha-precision.out per reports from Brent Verner andTom Lane
2001-01-01CLUSTER forgot to create a TOAST table for the clustered relation.Tom Lane
2001-01-01Ensure attcacheoff is written out as -1 when writing pg_attributeTom Lane
2001-01-01Update comment.Tom Lane
2000-12-31Mark geometric 'overlaps' operators (&&) as self-commutative.Tom Lane
2000-12-31Fix typo in error message.Tom Lane
2000-12-31Don't say 'export PGHOST' or 'export PGPORT' unless we actually defineTom Lane
2000-12-31On further thought, we need a defense against empty PGPORT here too.Tom Lane
2000-12-31Ignore PGPORT environment variable if it is an empty string.Tom Lane
2000-12-31Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot-Tom Lane
2000-12-31Remove incorrect use of rl_special_prefixes until further evaluation.Peter Eisentraut