aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas2012-06-29
* Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.Tom Lane2012-06-29
* Improve pg_dump's dependency-sorting logic to enforce section dump order.Tom Lane2012-06-25
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera2012-06-19
* Update copyright year in forgotten placesPeter Eisentraut2012-06-19
* Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander2012-06-11
* Fix bug in early startup of Hot Standby with subtransactions.Simon Riggs2012-06-08
* Wake WALSender to reduce data loss at failover for async commit.Simon Riggs2012-06-07
* Backpatch error message fix from 81f6bbe8ade8c90f23f9286ca9ca726d3e0e310fMagnus Hagander2012-06-05
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* Stamp 9.1.4.REL9_1_4Tom Lane2012-05-31
* Translation updatesPeter Eisentraut2012-05-31
* Revert back-branch changes in behavior of age(xid).Tom Lane2012-05-31
* Update time zone data files to tzdata release 2012c.Tom Lane2012-05-31
* Ignore SECURITY DEFINER and SET attributes for a PL's call handler.Tom Lane2012-05-30
* Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane2012-05-30
* Teach AbortOutOfAnyTransaction to clean up partially-started transactions.Tom Lane2012-05-28
* Prevent synchronized scanning when systable_beginscan chooses a heapscan.Tom Lane2012-05-26
* Fix string truncation to be multibyte-aware in text_name and bpchar_name.Tom Lane2012-05-25
* Use binary search instead of brute-force scan in findNamespace().Tom Lane2012-05-25
* Ensure that seqscans check for interrupts at least once per page.Tom Lane2012-05-22
* Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas2012-05-22
* Move postmaster's RemovePgTempFiles call to a less randomly chosen place.Tom Lane2012-05-21
* Fix bug in to_tsquery().Heikki Linnakangas2012-05-15
* Fix DROP TABLESPACE to unlink symlink when directory is not there.Tom Lane2012-05-13
* Ensure backwards compatibility for GetStableLatestTransactionId()Simon Riggs2012-05-12
* Prevent loss of init fork when truncating an unlogged table.Robert Haas2012-05-11
* Remove extraneous #include "storage/proc.h"Simon Riggs2012-05-11
* Ensure age() returns a stable value rather than the latest valueSimon Riggs2012-05-11
* On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas2012-05-11
* Fix Windows implementation of PGSemaphoreLock.Tom Lane2012-05-10
* Only attempt to show collations on servers >= 9.1.Magnus Hagander2012-05-10
* PL/pgSQL RETURN NEXT was leaking converted tuples, causingJoe Conway2012-05-09
* Avoid xid error from age() function when run on Hot StandbySimon Riggs2012-05-09
* Overdue code review for transaction-level advisory locks patch.Tom Lane2012-05-04
* Fix printing of whole-row Vars at top level of a SELECT targetlist.Tom Lane2012-04-27
* Fix syslogger's rotation disable/re-enable logic.Tom Lane2012-04-27
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-26
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-25
* Fix edge-case behavior of pg_next_dst_boundary().Tom Lane2012-04-25
* PL/Python: Improve error messagesPeter Eisentraut2012-04-25
* Revert recent commit re positional arguments.Andrew Dunstan2012-04-18
* Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.Robert Haas2012-04-18
* Don't override arguments set via options with positional arguments.Andrew Dunstan2012-04-17
* Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas2012-04-17
* Clamp indexscan filter condition cost estimate to be not less than zero.Tom Lane2012-04-11
* Ignore missing schemas during non-interactive assignment of search_path.Tom Lane2012-04-11
* Fix an Assert that turns out to be reachable after all.Tom Lane2012-04-09
* set_stack_base() no longer needs to be called in PostgresMain.Heikki Linnakangas2012-04-08