aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tag configure as beta2 ..REL7_1_BETA2PostgreSQL Daemon2001-01-07
* Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net.Tom 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
* Use more portable syntax for 'find'.Peter Eisentraut2001-01-06
* Polish help output. Allow --help to work with BSD getopts.Peter Eisentraut2001-01-06
* No need for screen_size to be static.Tom Lane2001-01-06
* Simplify rules to build man pages so they run a lot faster and create lessPeter Eisentraut2001-01-06
* Update multibyte Japanese doc for 7.1.Tatsuo Ishii2001-01-06
* EXECUTE documentation, from "Robert B. Easter" <reaster@comptechnews.com>.Peter Eisentraut2001-01-06
* Update section on SQL syntax. (Still a lot to be done though.) AddPeter Eisentraut2001-01-06
* Simplify the rules that explicitly allowed TYPE as a type name (which isPeter Eisentraut2001-01-06
* Bring CREATE RULE reference page into some semblance of agreement withTom Lane2001-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
* Fix NOT NULL option for plpgsql variables (doesn't look like itTom Lane2001-01-06
* Fix misplaced strdup(), which could lead to error messages referencingTom Lane2001-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
* Update TODO list.Bruce Momjian2001-01-04
* Allow NetBSD's libedit to be used instead of GNU Readline. (This simplyPeter Eisentraut2001-01-04
* Correct path where to check for password file existance.Peter Eisentraut2001-01-04
* Update TODO list.Bruce Momjian2001-01-04
* Update TODO list.Bruce Momjian2001-01-04
* Update TODO list.Bruce Momjian2001-01-04
* Clean up some unnecessary fragility in EXECUTE command.Tom Lane2001-01-04
* 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
* pg_dump failed to handle backslashes embedded in function definitionsTom Lane2001-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
* Update TODO list.Bruce Momjian2001-01-03
* Update TODO list.Bruce Momjian2001-01-03
* Only update stamp-h if config.status actually looks at config.h.Peter Eisentraut2001-01-02
* I've found a memory leak in libecpg of PostgreSQL 7.0.3.Bruce Momjian2001-01-02
* Document tuple ordering differences as a possible cause ofTom Lane2001-01-02
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* Tweak temporary-installation setup so that it doesn't break when theTom Lane2001-01-02
* Update geometry-alpha-precision.out per reports from Brent Verner andTom Lane2001-01-01
* Define HAVE_LIBZ only if we detect <zlib.h> as well as libz.a/.so.Tom Lane2001-01-01
* 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
* Mark geometric 'overlaps' operators (&&) as self-commutative.Tom Lane2000-12-31
* Fix typo in error message.Tom Lane2000-12-31