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
*
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
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
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
*
Stamp 8.4.19.
REL8_4_19
Tom Lane
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
*
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: 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
*
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
*
Fix incorrect loop counts in tidbitmap.c.
Tom Lane
2013-11-15
*
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
*
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
*
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-11-07
*
Prevent creating window functions with default arguments.
Tom Lane
2013-11-06
*
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-11-05
*
Changed test case slightly so it doesn't have an unused typedef.
Michael Meskes
2013-11-03
*
Ensure all files created for a single BufFile have the same resource owner.
Tom Lane
2013-11-01
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
*
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-28
*
Stamp 8.4.18.
REL8_4_18
Peter Eisentraut
2013-10-07
*
Translation updates
Peter Eisentraut
2013-10-07
*
Fix snapshot leak if lo_open called on non-existent object.
Heikki Linnakangas
2013-09-30
*
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-26
*
Fix pgindent comment breakage
Alvaro Herrera
2013-09-24
*
Fix SSL deadlock risk in libpq
Stephen Frost
2013-09-23
*
Ignore interrupts during quickdie().
Noah Misch
2013-09-11
*
Return error if allocation of new element was not possible.
Michael Meskes
2013-09-08
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
*
Update time zone data files to tzdata release 2013d.
Tom Lane
2013-09-02
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Make sure float4in/float8in accept all standard spellings of "infinity".
Tom Lane
2013-08-03
*
Fix old visibility bug in HeapTupleSatisfiesDirty
Alvaro Herrera
2013-08-02
*
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-31
*
Fix booltestsel() for case where we have NULL stats but not MCV stats.
Tom Lane
2013-07-24
*
Check for NULL result from strdup
Alvaro Herrera
2013-07-23
*
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
*
Initialize day of year value.
Michael Meskes
2013-07-19
[next]