| Commit message (Expand) | Author | Age |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 |
* | Fix a few places that were checking for the return value of palloc() to be | Neil Conway | 2006-03-19 |
* | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian | 2006-03-11 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway | 2006-03-11 |
* | Recent changes in memory management in tuplesort.c had a problem: the | Tom Lane | 2006-03-10 |
* | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 |
* | Tweak trace_sort code to show the merge order (number of active input | Tom Lane | 2006-03-08 |
* | Further examination of ltsReleaseBlock usage shows that it's got a | Tom Lane | 2006-03-07 |
* | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane | 2006-03-07 |
* | Properly set "escape_string_warning" to default to true. | Bruce Momjian | 2006-03-07 |
* | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 |
* | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 |
* | Default to ON for 8.2, as announced in the release notes: | Bruce Momjian | 2006-03-06 |
* | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 |
* | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Support include directives in postgresql.conf. | Tom Lane | 2006-03-04 |
* | Incorporate a couple of recent tuplesort.c improvements into tuplestore.c. | Tom Lane | 2006-03-04 |
* | Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize; | Tom Lane | 2006-03-04 |
* | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii | 2006-03-04 |
* | Add comment about localized month names for to_date and to_timestamp. | Bruce Momjian | 2006-03-03 |
* | Repair oidvectorrecv and int2vectorrecv, which I broke while changing | Tom Lane | 2006-03-02 |
* | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 |
* | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | Add mention that tid perhaps someday should be output as a record. | Bruce Momjian | 2006-02-27 |
* | Improve sorting speed by pre-extracting the first sort-key column of | Tom Lane | 2006-02-26 |
* | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 |
* | Fix typo in comment. | Neil Conway | 2006-02-26 |
* | The Makefile was invoking perl scripts as ./script.pl. This fails when | Peter Eisentraut | 2006-02-24 |
* | Update obsolete comment. | Tom Lane | 2006-02-19 |
* | Modify logtape.c so that the initial LogicalTapeSetCreate call only | Tom Lane | 2006-02-19 |
* | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane | 2006-02-19 |
* | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 |
* | AllocSetStats should probably be using unsigned format to show space totals. | Tom Lane | 2006-02-14 |
* | Revert because C locale uses "" for thousands_sep, meaning "n/a", while | Bruce Momjian | 2006-02-12 |
* | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 |
* | Throw a warning rather than an error on invalid character from UTF8 to | Bruce Momjian | 2006-02-12 |
* | Support "" for thousands separator and plus sign in to_char(), per | Bruce Momjian | 2006-02-12 |
* | Allow to_char() to print localized month and day names. | Bruce Momjian | 2006-02-12 |
* | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 |
* | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 |
* | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 |
* | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 |
* | Reject out-of-range dates in date_in(). | Tom Lane | 2006-02-09 |
* | Source code cleanup. | Bruce Momjian | 2006-02-07 |