summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* It may not be obvious to you, but the plpython regression testsBruce Momjian2003-03-272-6/+11
* New \d format:Bruce Momjian2003-03-271-79/+86
* Add new file.Bruce Momjian2003-03-271-0/+22
* Add new files.Bruce Momjian2003-03-272-0/+545
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-2735-312/+848
* Remove email file.Bruce Momjian2003-03-271-530/+0
* Done:Bruce Momjian2003-03-271-2/+2
* * Make pg_get_triggerdef documentation consistent with other pg_get_Bruce Momjian2003-03-271-9/+19
* Attached are two patches for psql's tab-completion.c.Bruce Momjian2003-03-271-73/+433
* AddsBruce Momjian2003-03-271-3/+21
* Reorder language creation to restore constistently.Bruce Momjian2003-03-271-7/+30
* to_char fixes, Karel ZakBruce Momjian2003-03-274-190/+182
* GetTupleForTrigger must use outer transaction's command counter for timeTom Lane2003-03-273-22/+33
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-2718-109/+263
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-2593-1050/+549
* I mean, bison 1.875. :-)Bruce Momjian2003-03-251-2/+2
* Mention bison 1.85 is now required.Bruce Momjian2003-03-251-2/+2
* plpgsql can assign to subscripted variables now, e.g.Tom Lane2003-03-254-47/+253
* patch to notify listeners on error from Csaba NagyDave Cramer2003-03-251-17/+32
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-258-35/+47
* added DISTINCT to the query to get cross reference. This is required when two...Dave Cramer2003-03-251-2/+2
* fixed problem where information from previous updates was leaking into subseq...Dave Cramer2003-03-251-2/+2
* Factor out duplicate code for computing values of PLpgSQL_datum items.Tom Lane2003-03-254-358/+174
* Ignore SIGXFSZ (if platform has it), so that ulimit violations work likeTom Lane2003-03-241-1/+5
* Modify keys_are_unique optimization to release buffer pins before itTom Lane2003-03-242-23/+56
* Add comment to postgresql.conf:Bruce Momjian2003-03-241-1/+1
* Prevent multiple queries in a single string into a single transactionBruce Momjian2003-03-243-10/+14
* Another big editing pass for consistent content and presentation.Peter Eisentraut2003-03-2438-2427/+1321
* New build numberBarry Lind2003-03-241-2/+2
* Fix bug in reading acls (didn't treat null acl as meaning the table owner hadBarry Lind2003-03-242-6/+16
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-235-73/+64
* Rename README in autovacuum code to match Makefile.Bruce Momjian2003-03-231-0/+0
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-238-88/+67
* Tweak selectivity and related routines to cope with domains. Per reportTom Lane2003-03-232-24/+83
* Remove ecpg #warning with approval from Michael.Bruce Momjian2003-03-221-1/+0
* Add missing #include for calloc in ecpg.Bruce Momjian2003-03-221-0/+1
* Department of second thoughts: probably shouldn't use nth() to get theTom Lane2003-03-221-7/+13
* Fix comment-only query to return Null result set, rather than nothing.Bruce Momjian2003-03-221-29/+20
* Add PQfreemem() call for Win32.Bruce Momjian2003-03-223-3/+36
* Back out to_char fixes until regression tests are fixed.Bruce Momjian2003-03-221-53/+38
* Adjust subquery qual pushdown rules to be more forgiving: if a qualTom Lane2003-03-224-62/+110
* Fix compile warning.Tom Lane2003-03-212-4/+4
* Add hostmask() function:Bruce Momjian2003-03-213-3/+52
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-2116-107/+166
* Remove mention of transactions for insensitive cursors.Bruce Momjian2003-03-211-4/+2
* Fix ALTER TABLE / CLUSTER ON breakage.Bruce Momjian2003-03-211-1/+2
* Do not free prepares statements at the end of a transaction.Michael Meskes2003-03-212-1/+4
* Changes to the parser to accept new datatypes.Michael Meskes2003-03-2112-50/+275
* Allow error query to start transaction in autocommit off mode.Bruce Momjian2003-03-211-2/+5
* Fix sequence casting.Bruce Momjian2003-03-211-12/+12