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