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
*
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
*
Check interrupts during hot standby waits
Simon Riggs
2017-01-27
*
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
*
Remove test for COMMENT ON DATABASE
Alvaro Herrera
2017-01-26
*
Reset hot standby xmin after restart
Simon Riggs
2017-01-26
*
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2017-01-26
*
Fix comments in StrategyNotifyBgWriter().
Tatsuo Ishii
2017-01-24
*
doc: Update URL for Microsoft download site
Peter Eisentraut
2017-01-23
*
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-20
*
Dump sequence data based on the TableDataInfo flag
Stephen Frost
2017-01-19
*
Reset the proper GUC in create_index test.
Tom Lane
2017-01-18
*
Change some test macros to return true booleans
Alvaro Herrera
2017-01-18
*
Disable transforms that replaced AT TIME ZONE with RelabelType.
Tom Lane
2017-01-18
*
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-17
*
Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.
Tom Lane
2017-01-14
*
pg_upgrade: Fix for changed pg_ctl default stop mode
Peter Eisentraut
2017-01-13
*
Fix cardinality estimates for parallel joins.
Robert Haas
2017-01-13
*
Fix mistake in comment
Peter Eisentraut
2017-01-12
*
pg_restore: Don't allow non-positive number of jobs
Stephen Frost
2017-01-11
*
pg_xlogdump: document --path behavior
Bruce Momjian
2017-01-10
*
pg_dump: Strict names with no matching schema
Stephen Frost
2017-01-10
*
Fix invalid-parallel-jobs error message
Stephen Frost
2017-01-09
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-09
*
Protect against NULL-dereference in pg_dump
Stephen Frost
2017-01-06
*
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-06
*
Fix possible leak of semaphore count.
Robert Haas
2017-01-05
*
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-05
*
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
*
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
*
Update copyright for 2017
Bruce Momjian
2017-01-03
*
Remove bogus notice that older clients might not work with MD5 passwords.
Heikki Linnakangas
2017-01-03
*
Silence compiler warnings
Joe Conway
2017-01-02
*
Silence compiler warnings
Joe Conway
2017-01-02
*
Fix incorrect example of to_timestamp() usage.
Tom Lane
2016-12-29
*
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-12-27
*
Explain unaccounted for space in pgstattuple.
Andrew Dunstan
2016-12-27
*
Remove triggerable Assert in hashname().
Tom Lane
2016-12-26
*
Fix incorrect error reporting for duplicate data in \crosstabview.
Tom Lane
2016-12-25
*
pg_dumpall: Include --verbose option in --help output
Stephen Frost
2016-12-24
*
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES
Stephen Frost
2016-12-23
*
Doc: improve index entry for "median".
Tom Lane
2016-12-23
*
Improve RLS documentation with respect to COPY
Joe Conway
2016-12-22
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
*
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-22
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
*
Make dblink try harder to form useful error messages
Joe Conway
2016-12-22
*
Protect dblink from invalid options when using postgres_fdw server
Joe Conway
2016-12-22
*
Give a useful error message if uuid-ossp is built without preconfiguration.
Tom Lane
2016-12-22
[next]