| Age | Commit message (Expand) | Author |
| 2012-10-09 | Remove stray newline in comment. | Heikki Linnakangas |
| 2012-10-09 | Fix lo_import and lo_export to return useful error messages more often. | Tom Lane |
| 2012-10-09 | Fix lo_export usage in example programs. | Tom Lane |
| 2012-10-09 | Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. | Tom Lane |
| 2012-10-09 | Remove generation of repl_gram.h | Peter Eisentraut |
| 2012-10-08 | Code review for 64-bit-large-object patch. | Tom Lane |
| 2012-10-08 | Fix thinko in previous commit | Alvaro Herrera |
| 2012-10-08 | Add support for easily declaring static inline functions | Alvaro Herrera |
| 2012-10-08 | Add #define for UUIDOID. | Robert Haas |
| 2012-10-08 | Say ANALYZE, not VACUUM, in error message on analyze in hot standby. | Heikki Linnakangas |
| 2012-10-08 | Fix walsender handling of postmaster shutdown, to not go into endless loop. | Heikki Linnakangas |
| 2012-10-08 | Autoconfiscate selection of 64-bit int type for 64-bit large object API. | Tom Lane |
| 2012-10-07 | Fix typo in previous MSC commit. | Andrew Dunstan |
| 2012-10-07 | Quiet a few MSC compiler warnings. | Andrew Dunstan |
| 2012-10-07 | Fix compiling errors on Windows platform. Fix wrong usage of | Tatsuo Ishii |
| 2012-10-07 | Bump up catalog vesion due to 64-bit large object API functions | Tatsuo Ishii |
| 2012-10-06 | Add API for 64-bit large object access. Now users can access up to | Tatsuo Ishii |
| 2012-10-05 | Fixed test for array boundary. | Michael Meskes |
| 2012-10-05 | Use the regular main processing loop also in walsenders. | Heikki Linnakangas |
| 2012-10-05 | getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too. | Tom Lane |
| 2012-10-05 | PL/pgSQL: rename gram.y to pl_gram.y | Peter Eisentraut |
| 2012-10-05 | Remove redundant code for getnameinfo() replacement | Peter Eisentraut |
| 2012-10-04 | Make CREATE AGGREGATE complain if the initcond is invalid for the datatype. | Tom Lane |
| 2012-10-04 | Fix parse location tracking for lists that can be empty. | Tom Lane |
| 2012-10-04 | Fix typo in comment, and reword it slightly while we're at it. | Heikki Linnakangas |
| 2012-10-03 | Support CREATE SCHEMA IF NOT EXISTS. | Tom Lane |
| 2012-10-03 | refactor ALTER some-obj SET OWNER implementation | Alvaro Herrera |
| 2012-10-03 | Avoid planner crash/Assert failure with joins to unflattened subqueries. | Tom Lane |
| 2012-10-03 | REASSIGN OWNED: consider grants on tablespaces, too | Alvaro Herrera |
| 2012-10-03 | Return the number of rows processed when COPY is executed through SPI. | Heikki Linnakangas |
| 2012-10-03 | Fix two bugs introduced in the xlog.c split. | Heikki Linnakangas |
| 2012-10-03 | Improve some LDAP authentication error messages | Peter Eisentraut |
| 2012-10-02 | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane |
| 2012-10-02 | Refactor "ALTER some-obj SET SCHEMA" implementation | Alvaro Herrera |
| 2012-10-02 | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane |
| 2012-10-02 | Fix typo in previous warning-silencing patch. | Heikki Linnakangas |
| 2012-10-02 | Silence compiler warning about pointer type mismatch on some platforms. | Heikki Linnakangas |
| 2012-10-02 | Allow a few seconds for Windows to catch up with a directory rename when chec... | Andrew Dunstan |
| 2012-10-02 | Add #includes needed on some platforms in the new files. | Heikki Linnakangas |
| 2012-10-02 | Split off functions related to timeline history files and XLOG archiving. | Heikki Linnakangas |
| 2012-10-02 | Fix access past end of string in date parsing. | Heikki Linnakangas |
| 2012-10-01 | Add C comment that IsBackendPid() is called by external modules, so we | Bruce Momjian |
| 2012-10-01 | Remove collations from generic ALTER test | Alvaro Herrera |
| 2012-10-01 | Provide some static-assertion functionality on all compilers. | Tom Lane |
| 2012-09-30 | Add infrastructure for compile-time assertions about variable types. | Tom Lane |
| 2012-09-30 | psql: Mark table headers in \drds output for translation | Peter Eisentraut |
| 2012-09-30 | Disable _FORTIFY_SOURCE with ICC | Peter Eisentraut |
| 2012-09-29 | Fix bugs in "restore.sql" script emitted in pg_dump tar output. | Tom Lane |
| 2012-09-29 | Add _FORTIFY_SOURCE to default compiler options for linux template | Peter Eisentraut |
| 2012-09-29 | PL/Python: Remove workaround for returning booleans in Python <2.3 | Peter Eisentraut |