index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the
Bruce Momjian
2012-06-13
*
In pg_upgrade, verify that the install user has the same oid on both
Bruce Momjian
2012-06-13
*
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
*
Fix some more bugs in contrib/xml2's xslt_process().
Tom Lane
2012-06-04
*
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
*
Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19.
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
*
Fix incorrect password transformation in contrib/pgcrypto's DES crypt().
Tom Lane
2012-05-30
*
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-28
*
Fix handling of pg_stat_statements.stat temporary file
Magnus Hagander
2012-05-27
*
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
*
pg_standby: Remove tabs from string literals
Peter Eisentraut
2012-05-23
*
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
*
Fix contrib/citext's upgrade script to handle array and domain cases.
Tom Lane
2012-05-11
*
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
*
Remove link to ODBCng project from the docs.
Magnus Hagander
2012-05-03
*
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
[next]