| Age | Commit message (Expand) | Author |
| 2010-12-29 | Avoid unexpected conversion overflow in planner for distant date values. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-02 | Fix up flushing of composite-type typcache entries to be driven directly by | Tom Lane |
| 2010-07-05 | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas |
| 2010-03-25 | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2008-10-27 | Install a more robust solution for the problem of infinite error-processing | Tom Lane |
| 2008-04-17 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
| 2008-01-23 | Prevent integer overflow within the integer-datetimes version of | Tom Lane |
| 2007-11-07 | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane |
| 2007-10-13 | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane |
| 2007-08-31 | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-17 | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-01-03 | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane |
| 2006-11-08 | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane |
| 2006-11-05 | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane |
| 2006-10-19 | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane |
| 2006-10-18 | Fix up timetz input so that a date is required only when the specified | Tom Lane |
| 2006-10-07 | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane |
| 2006-10-06 | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane |
| 2006-10-05 | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | The attached patch changes units of the some default values in | Bruce Momjian |
| 2006-09-28 | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane |
| 2006-09-20 | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane |
| 2006-09-18 | Add built-in userlock manipulation functions to replace the former | Tom Lane |
| 2006-09-16 | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane |
| 2006-09-10 | If we're going to advertise the array overlap/containment operators, | Tom Lane |
| 2006-09-07 | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane |
| 2006-09-05 | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane |
| 2006-09-05 | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian |
| 2006-09-03 | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane |
| 2006-09-03 | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian |
| 2006-09-02 | Change FETCH/MOVE to use int8. | Bruce Momjian |
| 2006-08-29 | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian |
| 2006-08-14 | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane |
| 2006-08-14 | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian |
| 2006-08-13 | Recommit patch to allow commented GUC variables to return to their | Bruce Momjian |
| 2006-08-13 | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian |
| 2006-08-12 | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian |
| 2006-08-12 | Back out patch that allowed commented guc variables to return to their | Bruce Momjian |
| 2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
| 2006-08-11 | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian |
| 2006-08-11 | Refactor GUC set_config_option function: | Bruce Momjian |
| 2006-08-08 | For protocol-level prepare/bind/execute: | Bruce Momjian |
| 2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |