| Age | Commit message (Expand) | Author |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 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 |
| 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-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 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-05 | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane |
| 2006-10-06 | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane |
| 2006-06-25 | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-02-12 | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane |
| 2006-01-05 | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-05 | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane |
| 2005-11-04 | Disregard superuserness when checking to see if a role GRANT would | Tom Lane |
| 2005-10-18 | Improve trace_sort code to also show the total memory or disk space used. | Tom Lane |
| 2005-10-18 | Code review for regexp_replace patch. Improve documentation and comments, | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-14 | Fix syslog bug: if any messages are emitted to write_syslog before | Tom Lane |
| 2005-10-10 | Fix the problem of GRANTs creating "dangling" privileges not directly | Tom Lane |
| 2005-10-09 | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane |
| 2005-10-07 | Add spaces around operator. | Bruce Momjian |
| 2005-10-06 | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane |
| 2005-10-03 | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-16 | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway |
| 2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
| 2005-08-20 | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane |
| 2005-08-13 | Tweak catalog cache management algorithms to reduce cost of | Tom Lane |
| 2005-08-12 | Code & docs review for server instrumentation patch. File timestamps | Tom Lane |
| 2005-08-12 | Add files to do read I/O on the cluster directory: | Bruce Momjian |
| 2005-08-12 | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane |
| 2005-07-30 | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian |
| 2005-07-29 | Move dbsize functions into the backend. New functions: | Bruce Momjian |
| 2005-07-26 | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane |
| 2005-07-26 | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane |
| 2005-07-23 | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian |
| 2005-07-22 | Update date/time comments. | Bruce Momjian |
| 2005-07-22 | Code spacing improvement, particularly *tm spacing. | Bruce Momjian |
| 2005-07-21 | More comment update of time macros. | Bruce Momjian |
| 2005-07-21 | Update DAYS_PER_MONTH comment. | Bruce Momjian |
| 2005-07-21 | Add comment about void* use in MemSet. | Bruce Momjian |
| 2005-07-21 | Add comment marking non-exact time conversion macros. | Bruce Momjian |
| 2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |