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 ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-19
*
Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas
2012-10-18
*
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
*
Fix typo in previous commit
Simon Riggs
2012-10-17
*
Clarify hash index caution and copy to CREATE INDEX docs
Simon Riggs
2012-10-17
*
Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas
2012-10-15
*
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
*
Fix lo_import and lo_export to return useful error messages more often.
Tom Lane
2012-10-08
*
Fix lo_export usage in example programs.
Tom Lane
2012-10-08
*
Say ANALYZE, not VACUUM, in error message on analyze in hot standby.
Heikki Linnakangas
2012-10-08
*
Removed sentence about not being able to retrieve more than one row at a time,
Michael Meskes
2012-10-05
*
Fixed test for array boundary.
Michael Meskes
2012-10-05
*
Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.
Tom Lane
2012-10-04
*
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 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
[next]