| Age | Commit message (Expand) | Author |
| 2006-02-11 | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian |
| 2006-01-26 | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane |
| 2006-01-23 | Use is_cidr in INET/CIDR structure, rather than the generic 'type'. | Bruce Momjian |
| 2006-01-21 | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian |
| 2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
| 2006-01-14 | Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, | Tom Lane |
| 2006-01-11 | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane |
| 2006-01-08 | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway |
| 2005-12-28 | Arrange to set the LC_XXX environment variables to match our locale | Tom Lane |
| 2005-12-28 | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane |
| 2005-12-25 | I have added these macros to c.h: | Bruce Momjian |
| 2005-12-01 | Refactor some bits in aclchk.c in order to reduce code duplication. | Alvaro Herrera |
| 2005-11-26 | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane |
| 2005-11-25 | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-21 | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera |
| 2005-11-18 | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane |
| 2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 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 |