| 2003-03-27 | Bruce Momjian | Add <stdlib> to add calloc() prototype. | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | Fix syntax error in to_char fixes --- was defining... | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | It may not be obvious to you, but the plpython regressi... | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | New \d format: | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | Add new file. | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | Add new files. | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | This patch implements holdable cursors, following the... | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | Remove email file. | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | Done: | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | * Make pg_get_triggerdef documentation consistent with... | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | Attached are two patches for psql's tab-completion.c. | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | Adds | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | Reorder language creation to restore constistently. | commit | commitdiff | tree | 
| 2003-03-27 | Bruce Momjian | to_char fixes, Karel Zak | commit | commitdiff | tree | 
| 2003-03-27 | Tom Lane | GetTupleForTrigger must use outer transaction's command... | commit | commitdiff | tree | 
| 2003-03-27 | Michael Meskes | More changes to pgtypeslib and set optimization to... | commit | commitdiff | tree | 
| 2003-03-25 | Peter Eisentraut | Merge documentation into one book.  (Build with "make... | commit | commitdiff | tree | 
| 2003-03-25 | Bruce Momjian | I mean, bison 1.875.  :-) | commit | commitdiff | tree | 
| 2003-03-25 | Bruce Momjian | Mention bison 1.85 is now required. | commit | commitdiff | tree | 
| 2003-03-25 | Tom Lane | plpgsql can assign to subscripted variables now, e.g. | commit | commitdiff | tree | 
| 2003-03-25 | Dave Cramer | patch to notify listeners on error from Csaba Nagy | commit | commitdiff | tree | 
| 2003-03-25 | Bruce Momjian | Use PQfreemem() consistently, and document its use... | commit | commitdiff | tree | 
| 2003-03-25 | Dave Cramer | added DISTINCT to the query to get cross reference... | commit | commitdiff | tree | 
| 2003-03-25 | Dave Cramer | fixed problem where information from previous updates... | commit | commitdiff | tree | 
| 2003-03-25 | Tom Lane | Factor out duplicate code for computing values of PLpgS... | commit | commitdiff | tree | 
| 2003-03-24 | Tom Lane | Ignore SIGXFSZ (if platform has it), so that ulimit... | commit | commitdiff | tree | 
| 2003-03-24 | Tom Lane | Modify keys_are_unique optimization to release buffer... | commit | commitdiff | tree | 
| 2003-03-24 | Bruce Momjian | Add comment to postgresql.conf: | commit | commitdiff | tree | 
| 2003-03-24 | Bruce Momjian | Prevent multiple queries in a single string into a... | commit | commitdiff | tree | 
| 2003-03-24 | Peter Eisentraut | Another big editing pass for consistent content and... | commit | commitdiff | tree | 
| 2003-03-24 | Barry Lind | New build number | commit | commitdiff | tree | 
| 2003-03-24 | Barry Lind | Fix bug in reading acls (didn't treat null acl as meani... | commit | commitdiff | tree | 
| 2003-03-23 | Tom Lane | Adjust amrescan code so that it's allowed to call index... | commit | commitdiff | tree | 
| 2003-03-23 | Bruce Momjian | Rename README in autovacuum code to match Makefile. | commit | commitdiff | tree | 
| 2003-03-23 | Tom Lane | Instead of storing pg_statistic stavalues entries as... | commit | commitdiff | tree | 
| 2003-03-23 | Tom Lane | Tweak selectivity and related routines to cope with... | commit | commitdiff | tree | 
| 2003-03-22 | Bruce Momjian | Remove ecpg #warning with approval from Michael. | commit | commitdiff | tree | 
| 2003-03-22 | Bruce Momjian | Add missing #include for calloc in ecpg. | commit | commitdiff | tree | 
| 2003-03-22 | Tom Lane | Department of second thoughts: probably shouldn't use... | commit | commitdiff | tree | 
| 2003-03-22 | Bruce Momjian | Fix comment-only query to return Null result set, rathe... | commit | commitdiff | tree | 
| 2003-03-22 | Bruce Momjian | Add PQfreemem() call for Win32. | commit | commitdiff | tree | 
| 2003-03-22 | Bruce Momjian | Back out to_char fixes until regression tests are fixed. | commit | commitdiff | tree | 
| 2003-03-22 | Tom Lane | Adjust subquery qual pushdown rules to be more forgivin... | commit | commitdiff | tree | 
| 2003-03-21 | Tom Lane | Fix compile warning. | commit | commitdiff | tree | 
| 2003-03-21 | Bruce Momjian | Add hostmask() function: | commit | commitdiff | tree | 
| 2003-03-21 | Peter Eisentraut | Make "win" a separate port from "cygwin".  This means... | commit | commitdiff | tree | 
| 2003-03-21 | Bruce Momjian | Remove mention of transactions for insensitive cursors. | commit | commitdiff | tree | 
| 2003-03-21 | Bruce Momjian | Fix ALTER TABLE / CLUSTER ON breakage. | commit | commitdiff | tree | 
| 2003-03-21 | Michael Meskes | Do not free prepares statements at the end of a transac... | commit | commitdiff | tree | 
| 2003-03-21 | Michael Meskes | Changes to the parser to accept new datatypes. | commit | commitdiff | tree | 
| 2003-03-21 | Bruce Momjian | Allow error query to start transaction in autocommit... | commit | commitdiff | tree | 
| 2003-03-21 | Bruce Momjian | Fix sequence casting. | commit | commitdiff | tree | 
| 2003-03-21 | Bruce Momjian | Done: | commit | commitdiff | tree | 
| 2003-03-21 | Bruce Momjian | Improve psql comment coding. | commit | commitdiff | tree | 
| 2003-03-21 | Tom Lane | Reimplement NUMERIC datatype using base-10000 arithmeti... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Fix multiline C comments in psql. | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Update for new serial functionality. | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | This is not the only place in the system catalogs where... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | The documentation for SELECT is incorrect in a sense... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | please apply attached patch to current CVS. | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | This patch creates a function named pg_get_triggerdef... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Now that the CLUSTER ALL machinery is in place, the... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | It would also be handy if users could see their own... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | I have updated my pg_autovacuum program (formerly pg_av... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Fix typo in SGML tags. | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Re-add type conversion examples. | commit | commitdiff | tree | 
| 2003-03-20 | Michael Meskes | Started adding date and timestamp. | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Remove extern for cancelConn, from Karel Zak | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Remove compile warning. | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | At present, dates are put into a dump in the format... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Todo items: | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Done: | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Attached is an update to contrib/tablefunc. It implemen... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | I'm continuing to work on cleaning up code in psql... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | It has been tested only against CVS backend, however... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | PGRES_POLLING_ACTIVE is unused, keep for backward compa... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Attached is a patch that limits the range tested by... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Here's some changes I made last night to psql's common... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Peter found bug in the to_char() routine for PL/MI... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | "Information_schema" changes | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | (Now featuring documentation: fixed some typos, expande... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | This trivial cleans up a little bit of the code in | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | > I can see a couple possible downsides: (a) the librar... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | > Mph.  It fails for me too when I use --enable-integer... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Minor doc patch: create function | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Just some fixups to a couple contrib directories I... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | The attatched patch fixes a memory error with contrib... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Item done: | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Add start time to pg_stat_activity | commit | commitdiff | tree | 
| 2003-03-19 | Bruce Momjian | This patch fixes a very small memory leak in psql,... | commit | commitdiff | tree | 
| 2003-03-19 | Bruce Momjian | Remove typecasting section that isn't needed anymore. | commit | commitdiff | tree | 
| 2003-03-19 | Peter Eisentraut | Set up the privileges on the default schemas in initdb... | commit | commitdiff | tree | 
| 2003-03-19 | Peter Eisentraut | Avoid mysterious warning about possibly uninitialized... | commit | commitdiff | tree | 
| 2003-03-19 | Barry Lind | Applied patch to work around server bug. | commit | commitdiff | tree | 
| 2003-03-19 | Bruce Momjian | Fix typo: | commit | commitdiff | tree | 
| 2003-03-18 | Peter Eisentraut | Reimplement create and drop scripts in C, to reduce... | commit | commitdiff | tree | 
| 2003-03-18 | Peter Eisentraut | Make the printing code somewhat more independent by... | commit | commitdiff | tree | 
| 2003-03-18 | Peter Eisentraut | Improve error message. | commit | commitdiff | tree | 
| next |