aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* testing for insertRowDave Cramer2002-09-01
* Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian2002-09-01
* patch to allow insertRow on an empty resultSetDave Cramer2002-09-01
* Changed to reflect the current reality, ie we do support updateable resultsetsDave Cramer2002-09-01
* Improve footer length computation for psql.Bruce Momjian2002-09-01
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* plpgsql functions can return RECORD, per Neil Conway.Tom Lane2002-09-01
* Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane2002-09-01
* Remove code that suggested increasing wal_files.Bruce Momjian2002-09-01
* Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane2002-09-01
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Wups, didn't mean to commit that just yet.Tom Lane2002-08-31
* The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane2002-08-31
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-30
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-30
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* Back out unintented tab change.Bruce Momjian2002-08-30
* Remove pgaccess from Makefile.Bruce Momjian2002-08-30
* Complete TODO item:Bruce Momjian2002-08-30
* Remove pgaccess from CVS. It has its own home now.Bruce Momjian2002-08-30
* Back out password packet length check.Bruce Momjian2002-08-30
* perl5 interface moved to gborgMarc G. Fournier2002-08-30
* libpgeasy moved to gborg ...Marc G. Fournier2002-08-30
* Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle.Tom Lane2002-08-30
* Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,Tom Lane2002-08-30
* Group-manipulating code neglected to fill in array element type,Tom Lane2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* Fix a bug introduced in 7.2.Hiroshi Inoue2002-08-29
* > > > > If you want to put in security restrictions that are actually useful,Bruce Momjian2002-08-29
* Sir Mordred The Traitor <mordred@s-mail.com> writes:Bruce Momjian2002-08-29
* Make pg_resetxlog options parsing more standard and prepare messages forPeter Eisentraut2002-08-29
* Create "po" subdirectory before writing there.Peter Eisentraut2002-08-29
* Workaround for broken large file support on HP-UXPeter Eisentraut2002-08-29
* Prevent problem with extra-long password packets from allocating lots ofBruce Momjian2002-08-29
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-29
* Back out patch, that was alpha, which I think still needs just -O.Bruce Momjian2002-08-29
* Change FreeBSD to use -O2, important for MemSet.Bruce Momjian2002-08-29
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-29
* Push down outer qualification clauses into UNION and INTERSECT subqueries.Tom Lane2002-08-29
* Cause REINDEX to regard TOAST tables as regular relations, not systemTom Lane2002-08-29
* Remove MULTIBYTETatsuo Ishii2002-08-29
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Rephrase 'Cannot insert into a view' and related messages, perTom Lane2002-08-29
* update mbregress expected filesTatsuo Ishii2002-08-29
* Produce a somewhat-useful error message, namelyTom Lane2002-08-29
* FOUND patch was a bit over-enthusiastic: SQL commands that are notTom Lane2002-08-29
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-29
* Fix ruleutils to dump column definition lists for anonymous record typesTom Lane2002-08-29