| Age | Commit message (Expand) | Author |
| 2009-12-23 | Always pass catalog id to the options validator function specified in | Heikki Linnakangas |
| 2009-12-23 | Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity. | Bruce Momjian |
| 2009-12-23 | Adjust naming of indexes and their columns per recent discussion. | Tom Lane |
| 2009-12-22 | Disallow comments on columns of relation types other than tables, views, | Tom Lane |
| 2009-12-22 | In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better. | Peter Eisentraut |
| 2009-12-21 | More cleanups for the recent large object permissions patch. | Robert Haas |
| 2009-12-20 | There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to | Tom Lane |
| 2009-12-19 | Translation updates | Peter Eisentraut |
| 2009-12-19 | Add a whitespace to fix the query to dump large objects. | Itagaki Takahiro |
| 2009-12-19 | Bump catversion to reflect the fact that HS patch changed pg_proc | Tom Lane |
| 2009-12-19 | plpgsql patch broke the MSVC build, too. | Tom Lane |
| 2009-12-19 | Update ecpg regression tests to plpgsql installed by default. | Alvaro Herrera |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-19 | binary migration: pg_migrator | Bruce Momjian |
| 2009-12-18 | Install server-side language PL/pgSQL by default. | Bruce Momjian |
| 2009-12-18 | Force the TZ environment variable to be set during initdb. This is to | Tom Lane |
| 2009-12-17 | Reverting accidently commited changes. | Michael Meskes |
| 2009-12-16 | Don't unblock SIGQUIT in the SIGQUIT handler | Peter Eisentraut |
| 2009-12-16 | If there is no sigdelset(), define it as a macro. | Peter Eisentraut |
| 2009-12-16 | Avoid a premature coercion failure in transformSetOperationTree() when | Tom Lane |
| 2009-12-16 | Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). | Robert Haas |
| 2009-12-16 | Fixed auto-prepare to not try preparing statements that are not preparable. Bug | Michael Meskes |
| 2009-12-15 | Python 3 support in PL/Python | Peter Eisentraut |
| 2009-12-15 | Avoid unnecessary copying of source string when generating a cloned TParser. | Tom Lane |
| 2009-12-15 | Add a hook to let loadable modules get control at ProcessUtility execution, | Tom Lane |
| 2009-12-15 | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane |
| 2009-12-15 | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas |
| 2009-12-15 | Fix pg_ctl initdb without options. | Itagaki Takahiro |
| 2009-12-14 | Fix a bug introduced when set-returning SQL functions were made inline-able: | Tom Lane |
| 2009-12-14 | Additional fixes for large object access control. | Itagaki Takahiro |
| 2009-12-12 | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander |
| 2009-12-12 | Fix integer-to-bit-string conversions to handle the first fractional byte | Tom Lane |
| 2009-12-12 | Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. | Robert Haas |
| 2009-12-11 | Ensure that the result tuple of an EvalPlanQual cycle gets materialized | Tom Lane |
| 2009-12-11 | Add large object access control. | Itagaki Takahiro |
| 2009-12-11 | Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan |
| 2009-12-10 | PL/Python array support | Peter Eisentraut |
| 2009-12-10 | Add init[db] option to pg_ctl | Peter Eisentraut |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-09 | Add notes about updating disk and shared memory size information in the | Magnus Hagander |
| 2009-12-09 | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander |
| 2009-12-09 | Update time zone data files to tzdata release 2009s: DST law changes in | Tom Lane |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-12-06 | Don't use a duplicate OID for aclexplode(). | Tom Lane |
| 2009-12-05 | Speed up information schema privilege views | Peter Eisentraut |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-12-02 | thread-safety | Bruce Momjian |
| 2009-12-02 | Mark application_name as GUC_REPORT so that the value will be reported back | Tom Lane |
| 2009-12-02 | Instead of sending application_name as a SET command after the connection | Tom Lane |
| 2009-12-01 | psql -f - | Bruce Momjian |