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