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
...
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
*
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
*
Fix PGXS support for building loadable modules on AIX.
Tom Lane
2012-10-09
*
Say ANALYZE, not VACUUM, in error message on analyze in hot standby.
Heikki Linnakangas
2012-10-08
*
REASSIGN OWNED: consider grants on tablespaces, too
Alvaro Herrera
2012-10-03
*
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-10-02
*
Fix tar files emitted by pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
*
Translation updates
Peter Eisentraut
2012-09-19
*
Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.
Simon Riggs
2012-09-16
*
Properly set relpersistence for fake relcache entries.
Robert Haas
2012-09-14
*
Fix logical errors in tsquery selectivity estimation for prefix queries.
Tom Lane
2012-09-11
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-07
*
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
*
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-31
*
Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
*
Add missing period to detail message.
Robert Haas
2012-08-30
*
Back-patch fixes for some issues in our Windows socket code into 9.1.
Robert Haas
2012-08-27
*
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-24
*
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-23
*
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-15
*
Disallow extensions from owning the schema they are assigned to.
Tom Lane
2012-08-15
*
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
*
Translation updates
Peter Eisentraut
2012-08-14
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
*
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
Magnus Hagander
2012-08-10
*
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-07
*
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
*
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
*
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-31
*
Only allow autovacuum to be auto-canceled by a directly blocked process.
Tom Lane
2012-07-26
*
Log a better message when canceling autovacuum.
Robert Haas
2012-07-26
*
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-25
*
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
*
Prevent corner-case core dump in rfree().
Tom Lane
2012-07-15
*
Fix walsender processes to establish a SIGALRM handler.
Tom Lane
2012-07-12
*
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
*
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-07-04
*
Forgot an #include in the previous patch :-(
Alvaro Herrera
2012-07-03
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
*
Fix race condition in enum value comparisons.
Tom Lane
2012-07-01
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-29
*
Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.
Tom Lane
2012-06-29
*
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
*
Prevent non-streaming replication connections from being selected sync slave
Magnus Hagander
2012-06-11
*
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-06-08
[prev]
[next]