index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
Commit message (
Expand
)
Author
Age
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Fix segmentation fault that an empty prepared statement could cause.
Fujii Masao
2014-09-05
*
Set the process latch when processing recovery conflict interrupts.
Andres Freund
2014-06-03
*
Fix failure to set ActiveSnapshot while rewinding a cursor.
Tom Lane
2014-05-07
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Ignore interrupts during quickdie().
Noah Misch
2013-09-11
*
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-13
*
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
*
Say ANALYZE, not VACUUM, in error message on analyze in hot standby.
Heikki Linnakangas
2012-10-08
*
set_stack_base() no longer needs to be called in PostgresMain.
Heikki Linnakangas
2012-04-08
*
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-08
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Back-patch assorted latch-related fixes.
Tom Lane
2011-08-10
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
*
On IA64 architecture, we check the depth of the register stack in addition
Heikki Linnakangas
2011-04-13
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-17
*
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
*
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-28
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-11
*
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
*
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-09
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs
2011-02-01
*
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-02-01
*
Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane
2011-01-27
*
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-03
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
set_ps_display when calling functions via fastpath
Alvaro Herrera
2010-12-17
*
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
*
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-15
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
*
Add support for detecting register-stack overrun on IA64.
Tom Lane
2010-11-06
*
Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.
Tom Lane
2010-11-06
*
Include the current value of max_stack_depth in stack depth complaints.
Tom Lane
2010-11-04
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
[next]