index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Move ExceptionalCondition back to postgres.h
Alvaro Herrera
2013-02-18
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
*
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-17
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
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
*
Rename "string" pstrdup argument to "in"
Alvaro Herrera
2013-02-12
*
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
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
*
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
2013-02-08
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Split out list of XLog resource managers
Alvaro Herrera
2013-02-06
*
Move Assert() definitions to c.h
Alvaro Herrera
2013-02-01
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
Redefine HEAP_XMAX_IS_LOCKED_ONLY
Alvaro Herrera
2013-01-24
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Implement pg_unreachable() on MSVC.
Heikki Linnakangas
2013-01-23
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-21
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
*
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
*
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
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
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
*
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
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
*
Centralize single quote escaping in src/port/quotes.c
Magnus Hagander
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
*
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
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Unify some tar functionality across different parts
Magnus Hagander
2013-01-01
*
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
[next]