index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-10-02
*
Fix bugs in "restore.sql" script emitted in pg_dump tar output.
Tom Lane
2012-09-29
*
Fix tar files emitted by pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
*
Fix examples of how to use "su" while starting the server.
Tom Lane
2012-09-25
*
Stamp 9.1.6.
REL9_1_6
Tom Lane
2012-09-19
*
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.
Tom Lane
2012-09-19
*
Update time zone data files to tzdata release 2012f.
Tom Lane
2012-09-19
*
Translation updates
Peter Eisentraut
2012-09-19
*
pg_upgrade: Remove check for pg_config
Peter Eisentraut
2012-09-18
*
Provide adequate documentation of the "table_name *" notation.
Tom Lane
2012-09-17
*
Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.
Simon Riggs
2012-09-16
*
Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.
Kevin Grittner
2012-09-16
*
Back-patch fix and test case for bug #7516.
Tom Lane
2012-09-14
*
Properly set relpersistence for fake relcache entries.
Robert Haas
2012-09-14
*
Fix typo: lexemes misspelled in full text search docs.
Kevin Grittner
2012-09-12
*
Fix logical errors in tsquery selectivity estimation for prefix queries.
Tom Lane
2012-09-11
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.
Tom Lane
2012-09-09
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-07
*
Fix "too many arguments" messages not to index off the end of argv[].
Robert Haas
2012-09-06
*
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
*
Fix line end mishandling in pg_upgrade on Windows.
Andrew Dunstan
2012-09-05
*
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-09-05
*
Indent fix_path_separator() header properly.
Andrew Dunstan
2012-09-03
*
Use correct path separator for Windows builtin commands.
Andrew Dunstan
2012-09-03
*
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
*
Document how to prevent PostgreSQL itself from exhausting memory.
Robert Haas
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 bugs in contrib/pg_trgm's LIKE pattern analysis code.
Tom Lane
2012-08-20
*
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
*
Stamp 9.1.5.
REL9_1_5
Tom Lane
2012-08-14
*
Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20.
Tom Lane
2012-08-14
*
Prevent access to external files/URLs via contrib/xml2's xslt_process().
Tom Lane
2012-08-14
*
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
*
Translation updates
Peter Eisentraut
2012-08-14
*
Update time zone data files to tzdata release 2012e.
Tom Lane
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
*
Update isolation tests' README file.
Tom Lane
2012-08-08
*
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-07
*
Typo fixes for previous commit.
Robert Haas
2012-08-06
*
Warn more vigorously about the non-transactional behavior of sequences.
Robert Haas
2012-08-06
*
Perform conversion from Python unicode to string/bytes object via UTF-8.
Heikki Linnakangas
2012-08-06
*
Reword documentation for concurrent index rebuilds to be clearer.
Bruce Momjian
2012-08-04
*
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
[next]