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 thinko in previous commit.
Heikki Linnakangas
2013-02-22
*
If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.
Heikki Linnakangas
2013-02-22
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Remove useless variable
Alvaro Herrera
2013-02-21
*
Add postgres_fdw contrib module.
Tom Lane
2013-02-21
*
Fix yet another typo in comment.
Heikki Linnakangas
2013-02-20
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
*
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-17
*
Better fix for "unarchived WAL files get deleted on crash recovery" bug.
Heikki Linnakangas
2013-02-15
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
*
Don't delete unarchived WAL files during crash recovery.
Heikki Linnakangas
2013-02-15
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
*
Fix CVE-2013-0255 properly.
Tom Lane
2013-02-13
*
Fix bogus when-to-deregister-from-listener-array logic.
Tom Lane
2013-02-13
*
Update visibility map in the second phase of vacuum.
Heikki Linnakangas
2013-02-13
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Fix checkpoint after fast promotion.
Heikki Linnakangas
2013-02-11
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Further cleanup of gistsplit.c.
Tom Lane
2013-02-10
*
Remove useless picksplit-doesn't-support-secondary-split log spam.
Tom Lane
2013-02-10
*
Remove vestigial secondary-split support in gist_box_picksplit().
Tom Lane
2013-02-10
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Reduce log level of picksplit-doesn't-support-secondary-split whining.
Tom Lane
2013-02-09
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
*
Simplify box_overlap computations.
Tom Lane
2013-02-08
*
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-08
*
Fix Xmax freeze conditions
Alvaro Herrera
2013-02-08
*
Fix another typo in a comment
Magnus Hagander
2013-02-08
*
Fix typo in comment
Magnus Hagander
2013-02-08
*
Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
Tom Lane
2013-02-07
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2013-02-07
*
Rely only on checkpoint 1 at end of recovery.
Simon Riggs
2013-02-07
*
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
*
Split out list of XLog resource managers
Alvaro Herrera
2013-02-06
*
Improve error message wording
Alvaro Herrera
2013-02-06
*
Prevent execution of enum_recv() from SQL.
Tom Lane
2013-02-04
*
Reset vacuum_defer_cleanup_age to PGC_SIGHUP.
Simon Riggs
2013-02-04
*
Reset master xmin when hot_standby_feedback disabled.
Simon Riggs
2013-02-04
*
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2013-02-03
*
Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.
Simon Riggs
2013-02-02
*
Adjust COPY FREEZE error message to be more accurate and consistent.
Bruce Momjian
2013-02-02
*
Fix typo in freeze_table_age implementation
Alvaro Herrera
2013-02-01
*
Fill tuple before HeapSatisfiesHOTAndKeyUpdate
Alvaro Herrera
2013-02-01
*
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2013-01-31
*
Restrict infomask bits to set on multixacts
Alvaro Herrera
2013-01-31
*
Switch timelines if we crash soon after promotion.
Simon Riggs
2013-01-31
*
Reject nonzero day fields in AT TIME ZONE INTERVAL functions.
Tom Lane
2013-01-31
[next]