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
*
Disable RandomizeBaseAddress on MSVC builds
Magnus Hagander
2014-03-16
*
Update time zone data files to tzdata release 2014a.
Tom Lane
2014-03-15
*
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
2014-03-13
*
Avoid transaction-commit race condition while receiving a NOTIFY message.
Tom Lane
2014-03-13
*
In WAL replay, restore GIN metapage unconditionally to avoid torn page.
Heikki Linnakangas
2014-03-12
*
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
*
Avoid memcpy() with same source and destination address.
Heikki Linnakangas
2014-03-07
*
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
*
Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.
Heikki Linnakangas
2014-03-05
*
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-03-01
*
Use SnapshotDirty rather than an active snapshot to probe index endpoints.
Tom Lane
2014-02-25
*
Remove broken code that tried to handle OVERLAPS with a single argument.
Tom Lane
2014-02-18
*
Translation updates
Peter Eisentraut
2014-02-17
*
Stamp 9.1.12.
REL9_1_12
Tom Lane
2014-02-17
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
*
Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.
Tom Lane
2014-02-14
*
Update time zone data files to tzdata release 2013i.
Tom Lane
2014-02-14
*
Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.
Tom Lane
2014-02-13
*
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-13
*
Improve libpq's error recovery for connection loss during COPY.
Tom Lane
2014-02-12
*
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
2014-02-12
*
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Tom Lane
2014-02-10
*
Use memmove() instead of memcpy() for copying overlapping regions.
Heikki Linnakangas
2014-02-10
*
Avoid printing uninitialized filename variable in verbose mode
Magnus Hagander
2014-02-09
*
Fix makefile syntax.
Andrew Dunstan
2014-02-01
*
Fix some wide-character bugs in the text-search parser.
Tom Lane
2014-02-01
*
fix whitespace
Andrew Dunstan
2014-02-01
*
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
*
Don't use deprecated dllwrap on Cygwin.
Andrew Dunstan
2014-02-01
*
Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Andrew Dunstan
2014-02-01
*
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 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
*
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
[next]