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
*
Fix include-guard
Magnus Hagander
2013-07-07
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Fix typo in comment.
Robert Haas
2013-05-23
*
Fix crash on compiling a regular expression with more than 32k colors.
Heikki Linnakangas
2013-04-04
*
Stamp 9.1.9.
REL9_1_9
Tom Lane
2013-04-01
*
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
*
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-04-01
*
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Stamp 9.1.8.
REL9_1_8
Tom Lane
2013-02-04
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2013-01-23
*
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-23
*
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-17
*
Stamp 9.1.7.
REL9_1_7
Tom Lane
2012-12-03
*
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-12-02
*
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
2012-11-29
*
Correctly init/deinit recovery xact environment.
Simon Riggs
2012-11-29
*
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-11-29
*
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-26
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-05
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
*
Stamp 9.1.6.
REL9_1_6
Tom Lane
2012-09-19
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-07
*
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-31
*
Stamp 9.1.5.
REL9_1_5
Tom Lane
2012-08-14
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
*
Back-patch fix for extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
*
Back-patch addition of pg_wchar-to-multibyte conversion functionality.
Tom Lane
2012-07-10
*
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
*
Fix planner to pass correct collation to operator selectivity estimators.
Tom Lane
2012-07-08
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
*
Stamp 9.1.4.
REL9_1_4
Tom Lane
2012-05-31
*
Revert back-branch changes in behavior of age(xid).
Tom Lane
2012-05-31
*
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
*
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
*
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-11
*
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-04
*
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-25
*
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-08
[next]