index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
Add missing buffer lock acquisition in GetTupleForTrigger().
Tom Lane
2012-11-30
*
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
*
When processing nested structure pointer variables ecpg always expected an
Michael Meskes
2012-11-29
*
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-26
*
pg_stat_replication.sync_state was displayed incorrectly at page boundary.
Heikki Linnakangas
2012-11-23
*
Fix pg_resetxlog to use correct path to postmaster.pid.
Tom Lane
2012-11-22
*
Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.
Heikki Linnakangas
2012-11-22
*
Don't launch new child processes after we've been told to shut down.
Tom Lane
2012-11-21
*
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-19
*
Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.
Tom Lane
2012-11-18
*
Fix the int8 and int2 cases of (minimum possible integer) % (-1).
Tom Lane
2012-11-14
*
Fix memory leaks in record_out() and record_send().
Tom Lane
2012-11-13
*
Clarify docs on hot standby lock release
Simon Riggs
2012-11-13
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-11-11
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-05
*
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-11-01
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
Prefer actual constants to pseudo-constants in equivalence class machinery.
Tom Lane
2012-10-26
*
In pg_dump, dump SEQUENCE SET items in the data not pre-data section.
Tom Lane
2012-10-26
*
Prevent parser from believing that views have system columns.
Tom Lane
2012-10-24
*
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
*
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 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
*
Fixed test for array boundary.
Michael Meskes
2012-10-05
*
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
*
Stamp 9.1.6.
REL9_1_6
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
*
Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.
Simon Riggs
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 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
[prev]
[next]