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
*
Clear MyProc and MyProcSignalState before they become invalid.
Robert Haas
2014-01-31
*
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
*
Fix bugs in PQhost().
Fujii Masao
2014-01-23
*
Allow type_func_name_keywords in even more places
Stephen Frost
2014-01-21
*
Allow SET TABLESPACE to database default
Stephen Frost
2014-01-18
*
Fix client-only installation
Peter Eisentraut
2014-01-17
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Fix possible buffer overrun in contrib/pg_trgm.
Tom Lane
2014-01-13
*
Fix calculation of ISMN check digit.
Heikki Linnakangas
2014-01-13
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-11
*
Fix descriptor output in ECPG.
Michael Meskes
2014-01-09
*
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
*
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
*
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
2014-01-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
*
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2014-01-07
*
Do not use an empty hostname.
Michael Meskes
2014-01-01
*
Don't attempt to limit target database for pg_restore.
Kevin Grittner
2013-12-29
*
Fix misplaced right paren bugs in pgstatfuncs.c.
Kevin Grittner
2013-12-27
*
Add "SHIFT_JIS" as an accepted encoding name for locale checking.
Tatsuo Ishii
2013-12-15
*
Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.
Tom Lane
2013-12-13
*
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.
Tom Lane
2013-12-12
*
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-12-11
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
Fix performance regression in dblink connection speed.
Joe Conway
2013-12-07
*
Clear retry flags properly in replacement OpenSSL sock_write function.
Tom Lane
2013-12-05
*
Fix full-page writes of internal GIN pages.
Heikki Linnakangas
2013-12-03
*
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-12-02
*
Stamp 9.1.11.
REL9_1_11
Tom Lane
2013-12-02
*
Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19.
Tom Lane
2013-12-02
*
Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2
Alvaro Herrera
2013-12-02
*
Translation updates
Peter Eisentraut
2013-12-02
*
Update time zone data files to tzdata release 2013h.
Tom Lane
2013-12-01
*
Back-patch src/timezone/known_abbrevs.txt into all active branches.
Tom Lane
2013-12-01
*
Fix pg_dumpall to work for databases flagged as read-only.
Kevin Grittner
2013-11-30
*
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-29
*
Fix assorted issues in pg_ctl's pgwin32_CommandLine().
Tom Lane
2013-11-29
*
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-27
*
ECPG: Fix searching for quoted cursor names case-sensitively.
Michael Meskes
2013-11-27
*
Documentation fix for ecpg.
Michael Meskes
2013-11-27
*
Fix typo in release note.
Fujii Masao
2013-11-27
*
ECPG: Make the preprocessor emit ';' if the variable type for a list of
Michael Meskes
2013-11-26
*
ECPG: Fix offset to NULL/size indicator array.
Michael Meskes
2013-11-26
*
Defend against bad trigger definitions in contrib/lo's lo_manage() trigger.
Tom Lane
2013-11-23
*
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-23
*
Ensure _dosmaperr() actually sets errno correctly.
Tom Lane
2013-11-23
*
Avoid potential buffer overflow crash
Peter Eisentraut
2013-11-23
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
[next]