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
*
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-14
*
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
2015-01-12
*
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
*
Always set the six locale category environment variables in main().
Noah Misch
2015-01-07
*
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-07
*
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-07
*
Fix thinko in plpython error message
Alvaro Herrera
2015-01-06
*
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
*
Improve consistency of parsing of psql's magic variables.
Tom Lane
2014-12-31
*
Backpatch variable renaming in formatting.c
Bruce Momjian
2014-12-29
*
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-25
*
Add CST (China Standard Time) to our lists of timezone abbreviations.
Tom Lane
2014-12-24
*
Prevent potentially hazardous compiler/cpu reordering during lwlock release.
Andres Freund
2014-12-19
*
Recognize Makefile line continuations in fetchRegressOpts().
Noah Misch
2014-12-18
*
Lock down regression testing temporary clusters on Windows.
Noah Misch
2014-12-17
*
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
*
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-12-11
*
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
*
Give a proper error message if initdb password file is empty.
Heikki Linnakangas
2014-12-05
*
Guard against bad "dscale" values in numeric_recv().
Tom Lane
2014-12-01
*
Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.
Tom Lane
2014-11-30
*
Allow "dbname" from connection string to be overridden in PQconnectDBParams
Heikki Linnakangas
2014-11-25
*
Check return value of strdup() in libpq connection option parsing.
Heikki Linnakangas
2014-11-25
*
Don't require bleeding-edge timezone data in timestamptz regression test.
Tom Lane
2014-11-18
*
Update time zone data files to tzdata release 2014j.
Tom Lane
2014-11-17
*
Sync unlogged relations to disk after they have been reset.
Andres Freund
2014-11-15
*
Ensure unlogged tables are reset even if crash recovery errors out.
Andres Freund
2014-11-15
*
Backport "Expose fsync_fname as a public API".
Andres Freund
2014-11-15
*
Fix pg_dumpall to restore its ability to dump from ancient servers.
Tom Lane
2014-11-13
*
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
*
Fix dependency searching for case where column is visited before table.
Tom Lane
2014-11-11
*
Cope with more than 64K phrases in a thesaurus dictionary.
Tom Lane
2014-11-06
*
Prevent the unnecessary creation of .ready file for the timeline history file.
Fujii Masao
2014-11-06
*
Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.
Tom Lane
2014-11-04
*
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
*
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-29
*
Reset error message at PQreset()
Heikki Linnakangas
2014-10-29
*
Fix two bugs in tsquery @> operator.
Heikki Linnakangas
2014-10-27
*
Improve ispell dictionary's defenses against bad affix files.
Tom Lane
2014-10-23
*
Ensure libpq reports a suitable error message on unexpected socket EOF.
Tom Lane
2014-10-22
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
*
Declare mkdtemp() only if we're providing it.
Tom Lane
2014-10-17
*
Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo.
Tom Lane
2014-10-17
*
Fix core dump in pg_dump --binary-upgrade on zero-column composite type.
Tom Lane
2014-10-17
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
*
Suppress dead, unportable src/port/crypt.c code.
Noah Misch
2014-10-12
*
Fix array overrun in ecpg's version of ParseDateTime().
Tom Lane
2014-10-06
*
Cannot rely on %z printf length modifier.
Heikki Linnakangas
2014-10-05
*
Update time zone data files to tzdata release 2014h.
Tom Lane
2014-10-04
*
Update time zone abbreviations lists.
Tom Lane
2014-10-03
[next]