| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement width_bucket() for the float8 data type. | Neil Conway | 2007-01-16 | 1 | -1/+2 |
| * | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 | 1 | -1/+2 |
| * | Use XML output escaping also in XMLFOREST. | Peter Eisentraut | 2007-01-12 | 1 | -1/+2 |
| * | Use libxml's xmlwriter API for producing XML elements, instead of doing | Peter Eisentraut | 2007-01-10 | 1 | -1/+3 |
| * | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 | 1 | -2/+7 |
| * | Add GUC log_temp_files to log the use of temporary files. | Bruce Momjian | 2007-01-09 | 1 | -1/+2 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 3 | -23/+14 |
| * | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 45 | -90/+90 |
| * | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 | 1 | -1/+2 |
| * | Widen the money type to 64 bits. | D'Arcy J.M. Cain | 2007-01-03 | 1 | -6/+9 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 6 | -7/+29 |
| * | De-escape XML names when reverse-compiling XML expressions. | Peter Eisentraut | 2006-12-29 | 1 | -1/+2 |
| * | Add send and recv functions for xml type. | Peter Eisentraut | 2006-12-28 | 1 | -1/+3 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 1 | -4/+6 |
| * | Suppress various compiler warnings in new xml code. | Tom Lane | 2006-12-23 | 1 | -2/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 5 | -44/+52 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 2 | -1/+42 |
| * | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane | 2006-11-08 | 1 | -8/+3 |
| * | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 | 1 | -1/+2 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 1 | -3/+3 |
| * | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 | 1 | -2/+2 |
| * | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 1 | -2/+2 |
| * | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 | 1 | -2/+2 |
| * | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane | 2006-10-05 | 1 | -120/+10 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 14 | -62/+62 |
| * | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 | 1 | -3/+4 |
| * | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 | 1 | -1/+2 |
| * | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 | 1 | -1/+4 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 1 | -1/+14 |
| * | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 1 | -2/+3 |
| * | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 | 1 | -1/+4 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 1 | -7/+6 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 1 | -3/+2 |
| * | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 | 1 | -4/+7 |
| * | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 | 1 | -1/+7 |
| * | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 | 1 | -2/+2 |
| * | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 | 1 | -2/+2 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 1 | -2/+4 |
| * | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 | 1 | -5/+10 |
| * | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian | 2006-08-14 | 2 | -13/+6 |
| * | Recommit patch to allow commented GUC variables to return to their | Bruce Momjian | 2006-08-13 | 1 | -5/+9 |
| * | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 | 1 | -1/+4 |
| * | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian | 2006-08-12 | 1 | -4/+1 |
| * | Back out patch that allowed commented guc variables to return to their | Bruce Momjian | 2006-08-12 | 1 | -9/+5 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -5/+11 |
| * | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 | 1 | -5/+9 |
| * | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 | 1 | -1/+4 |
| * | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 1 | -1/+3 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -6/+2 |