| Age | Commit message (Expand) | Author |
| 2009-09-30 | Fix bogus Assert, per buildfarm results. | Tom Lane |
| 2009-09-30 | Assorted improvements in contrib/hstore. | Tom Lane |
| 2009-09-29 | Add tooltips to the header links, and make title a link to the home page | Peter Eisentraut |
| 2009-09-29 | Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL | Tom Lane |
| 2009-09-29 | Fix equivclass.c's not-quite-right strategy for handling X=X clauses. | Tom Lane |
| 2009-09-28 | Convert a perl array to a postgres array when returned by Set Returning Funct... | Andrew Dunstan |
| 2009-09-28 | Added some explanation about how the parser is generated, taken from an email by | Michael Meskes |
| 2009-09-27 | Remove no-longer-needed ExecCountSlots infrastructure. | Tom Lane |
| 2009-09-27 | Replace the array-style TupleTable data structure with a simple List of | Tom Lane |
| 2009-09-27 | Make libpq reject non-numeric and out-of-range port numbers with a suitable | Tom Lane |
| 2009-09-27 | Sync psql's scanner with recent changes in backend scanner's flex rules. | Tom Lane |
| 2009-09-27 | Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Also, make a few | Tom Lane |
| 2009-09-27 | Simplify the bootstrap (BKI) code by getting rid of a useless table of all | Tom Lane |
| 2009-09-26 | Hmm, seems a lot of the buildfarm is running versions of awk that | Tom Lane |
| 2009-09-26 | Revert my ill-considered change that made formrdesc not insert the correct | Tom Lane |
| 2009-09-26 | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane |
| 2009-09-26 | Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the | Tom Lane |
| 2009-09-25 | Prevent isolated second surrogate in U& syntax | Peter Eisentraut |
| 2009-09-25 | Remove backup states from Unicode escapes patch | Peter Eisentraut |
| 2009-09-23 | Improve example for DO, per Petr Jelinek. | Tom Lane |
| 2009-09-22 | Unicode escapes in E'...' strings | Peter Eisentraut |
| 2009-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
| 2009-09-22 | Fix crash if a DROP is attempted on an internally-dependent object. | Tom Lane |
| 2009-09-21 | Surrogate pair support for U& string and identifier syntax | Peter Eisentraut |
| 2009-09-21 | fsync test files | Bruce Momjian |
| 2009-09-21 | Define a new, more extensible syntax for COPY options. | Tom Lane |
| 2009-09-20 | Allow plpgsql IN parameters to be assigned to. Since the parameters are just | Tom Lane |
| 2009-09-19 | Remove a couple hundred lines of ugly and tedious-to-maintain code by not | Tom Lane |
| 2009-09-19 | sql_help.c needs to be cvsignore'd. | Tom Lane |
| 2009-09-19 | Rename new subroutine, per discussion with Robert Haas. | Tom Lane |
| 2009-09-19 | Make the placeholder naming in the synopses of the SQL help more consistent | Peter Eisentraut |
| 2009-09-19 | Fix MSVC build breakage from psql help changes. Per Josh Williams. | Andrew Dunstan |
| 2009-09-18 | A bit more wordsmithing on the COPY CSV NULL business. | Tom Lane |
| 2009-09-18 | Marginal code cleanup in joinpath.c: factor out clause variable-membership | Tom Lane |
| 2009-09-18 | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev |
| 2009-09-18 | Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level | Michael Meskes |
| 2009-09-18 | Easier to translate psql help | Peter Eisentraut |
| 2009-09-17 | CSV NULL Documentation | Bruce Momjian |
| 2009-09-17 | Improve wording of error message when a postgresql.conf setting is | Peter Eisentraut |
| 2009-09-17 | CVS NULL Documentation | Bruce Momjian |
| 2009-09-17 | When reloading postgresql.conf, log what parameters actually changed | Peter Eisentraut |
| 2009-09-17 | Implement "join removal" for cases where the inner side of a left join | Tom Lane |
| 2009-09-16 | errcontext support in PL/Perl | Peter Eisentraut |
| 2009-09-15 | Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. | Tom Lane |
| 2009-09-15 | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to ru... | Michael Meskes |
| 2009-09-15 | Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt() | Tom Lane |
| 2009-09-14 | Print builds don't actually depend on html target (anymore). | Peter Eisentraut |
| 2009-09-13 | Write psql's ~/.psql_history file using history_truncate_file() and | Tom Lane |
| 2009-09-13 | Fix Unicode support in PL/Python | Peter Eisentraut |
| 2009-09-13 | Document that autovacuum_max_workers can only be set at server start | Peter Eisentraut |