index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix an O(N^2) performance issue for sessions modifying many relations.
Tom Lane
2013-01-20
*
Protect against SnapshotNow race conditions in pg_tablespace scans.
Tom Lane
2013-01-18
*
Unbreak lock conflict detection for Hot Standby.
Robert Haas
2013-01-18
*
Fix off-by-one bug in xlog reading logic
Alvaro Herrera
2013-01-18
*
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-18
*
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-18
*
When xlogreader asks the callback function to read a page, make sure we
Heikki Linnakangas
2013-01-17
*
I added a result set to START_STREAMING command, but neglected walreceiver.
Heikki Linnakangas
2013-01-17
*
Accelerate end-of-transaction dropping of relations
Alvaro Herrera
2013-01-17
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Improve memory space management in tuplesort and tuplestore.
Tom Lane
2013-01-17
*
Fix a couple of error-handling bugs in the xlogreader patch.
Heikki Linnakangas
2013-01-17
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
*
Base the default SSL ciphers on DEFAULT instead of ALL
Magnus Hagander
2013-01-17
*
Split out XLog reading as an independent facility
Alvaro Herrera
2013-01-16
*
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
*
Fix hash_update_hash_key() to handle same-bucket case correctly.
Tom Lane
2013-01-14
*
Return value of lseek() can be negative on failure.
Heikki Linnakangas
2013-01-15
*
Fix obsolete SQL syntax in comment.
Tom Lane
2013-01-14
*
Reject out-of-range dates in to_date().
Tom Lane
2013-01-14
*
Remove spurious space
Alvaro Herrera
2013-01-14
*
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-13
*
Make spelling more uniform
Peter Eisentraut
2013-01-13
*
Update comments for elog_start().
Tom Lane
2013-01-13
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
*
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-11
*
Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2013-01-08
*
Fix incorrect error message when schema-CREATE permission is absent.
Robert Haas
2013-01-07
*
Make some spelling more consistent
Peter Eisentraut
2013-01-05
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
*
Delay reading timeline history file until it's fetched from master.
Heikki Linnakangas
2013-01-03
*
Fix IsUnderPostmaster/EXEC_BACKEND confusion
Alvaro Herrera
2013-01-02
*
Set MaxBackends only on bootstrap and standalone modes
Alvaro Herrera
2013-01-02
*
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
*
Make sure MaxBackends is always set
Alvaro Herrera
2013-01-02
*
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-02
*
Fix bug in streaming replication over multiple tli switches.
Heikki Linnakangas
2013-01-02
*
Fix silly typo in code, which broke the check for reaching consistency.
Heikki Linnakangas
2013-01-02
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Unify some tar functionality across different parts
Magnus Hagander
2013-01-01
*
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-31
*
Fix compiler warning about uninitialized variable
Peter Eisentraut
2012-12-31
*
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-30
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Assign InvalidXLogRecPtr instead of MemSet(0)
Alvaro Herrera
2012-12-27
*
Fix some minor issues in view pretty-printing.
Tom Lane
2012-12-24
*
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-24
*
Keep rd_newRelfilenodeSubid across overflow.
Simon Riggs
2012-12-24
[next]