| Age | Commit message (Expand) | Author |
| 2012-11-23 | Remove -Wlogical-op from standard compiler flags | Peter Eisentraut |
| 2012-11-23 | Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to cope | Michael Meskes |
| 2012-11-22 | Fix pg_resetxlog to use correct path to postmaster.pid. | Tom Lane |
| 2012-11-22 | Avoid bogus "out-of-sequence timeline ID" errors in standby-mode. | Heikki Linnakangas |
| 2012-11-21 | Don't launch new child processes after we've been told to shut down. | Tom Lane |
| 2012-11-21 | Speed up operations on numeric, mostly by avoiding palloc() overhead. | Heikki Linnakangas |
| 2012-11-19 | In pg_upgrade, report errno string if file existence check returns an | Bruce Momjian |
| 2012-11-19 | Improve handling of INT_MIN / -1 and related cases. | Tom Lane |
| 2012-11-19 | Fix archive_cleanup_command. | Heikki Linnakangas |
| 2012-11-18 | Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. | Tom Lane |
| 2012-11-18 | Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds. | Tom Lane |
| 2012-11-18 | Assert that WaitLatch's timeout is not more than INT_MAX milliseconds. | Tom Lane |
| 2012-11-17 | doc: Put pg_temp into documentation index | Peter Eisentraut |
| 2012-11-16 | Add -Wlogical-op to standard compiler flags, if supported | Peter Eisentraut |
| 2012-11-16 | Improve check_partial_indexes() to consider join clauses in proof attempts. | Tom Lane |
| 2012-11-15 | doc: Put commas in the right place on pg_restore reference page | Peter Eisentraut |
| 2012-11-15 | In pg_upgrade, add third meaningless parameter to open(). | Bruce Momjian |
| 2012-11-14 | In pg_upgrade, copy fsm, vm, and extent files by checking for file | Bruce Momjian |
| 2012-11-14 | Fix the int8 and int2 cases of (minimum possible integer) % (-1). | Tom Lane |
| 2012-11-14 | Mark pg_upgrade's free_db_and_rel_infos() as a static function. | Bruce Momjian |
| 2012-11-14 | Adjust find_status for newer Linux 'nm' output format. | Bruce Momjian |
| 2012-11-13 | Fix memory leaks in record_out() and record_send(). | Tom Lane |
| 2012-11-13 | Skip searching for subxact locks at commit. | Simon Riggs |
| 2012-11-13 | Clarify docs on hot standby lock release | Simon Riggs |
| 2012-11-13 | doc: Add link to CREATE TABLE AS on CREATE TABLE reference page | Peter Eisentraut |
| 2012-11-13 | Fix multiple problems in WAL replay. | Tom Lane |
| 2012-11-13 | Use a stamp file for the XSLT HTML doc build | Peter Eisentraut |
| 2012-11-12 | Oops, have to rename local variables called 'errcontext' in contrib, too. | Heikki Linnakangas |
| 2012-11-12 | Use correct text domain for translating errcontext() messages. | Heikki Linnakangas |
| 2012-11-12 | Silence "expression result unused" warnings in AssertVariableIsOfTypeMacro | Heikki Linnakangas |
| 2012-11-12 | doc: "only relevant" -> "relevant only" | Peter Eisentraut |
| 2012-11-12 | Check for stack overflow in transformSetOperationTree(). | Tom Lane |
| 2012-11-09 | Remove leftover LWLockRelease() call | Alvaro Herrera |
| 2012-11-09 | XSLT stylesheet: Add slash to directory name | Peter Eisentraut |
| 2012-11-09 | Fix WaitLatch() to return promptly when the requested timeout expires. | Tom Lane |
| 2012-11-08 | Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API. | Tom Lane |
| 2012-11-08 | Don't trash input list structure in does_not_exist_skipping(). | Tom Lane |
| 2012-11-08 | Teach pg_basebackup and pg_receivexlog to reply to server keepalives. | Heikki Linnakangas |
| 2012-11-07 | Fix missing inclusions. | Tom Lane |
| 2012-11-07 | Add URLs to document why DLLIMPORT is needed on Windows. | Bruce Momjian |
| 2012-11-07 | Don't try to use a unopened relation | Alvaro Herrera |
| 2012-11-07 | In pg_upgrade docs, mention using base backup as part of rsync for | Bruce Momjian |
| 2012-11-07 | Make the streaming replication protocol messages architecture-independent. | Heikki Linnakangas |
| 2012-11-06 | In pg_upgrade, set synchronous_commit=off for the new cluster, to | Bruce Momjian |
| 2012-11-05 | Fix handling of inherited check constraints in ALTER COLUMN TYPE. | Tom Lane |
| 2012-11-02 | Fix typo | Peter Eisentraut |
| 2012-11-01 | Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile. | Tom Lane |
| 2012-11-01 | Limit the number of rel sets considered in consider_index_join_outer_rels. | Tom Lane |
| 2012-11-01 | Have make never delete intermediate files automatically | Peter Eisentraut |
| 2012-10-31 | Fix erroneous choice of timeline variable, too | Alvaro Herrera |