aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* docs: adjust simpler language for NULL return from ANY/ALLBruce Momjian2018-11-02
* GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian2018-11-02
* Fix some spelling errors in the documentationMagnus Hagander2018-11-02
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* doc: use simpler language for NULL return from ANY/ALLBruce Momjian2018-11-02
* Lower error level from PANIC to FATAL when restoring slots at startupMichael Paquier2018-11-02
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01
* Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut2018-11-01
* Fix error message typo introduced 691d79a07933.Andres Freund2018-11-01
* Adjust trace_sort log messages.Peter Geoghegan2018-11-01
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Fix typo in xlog.c.Andres Freund2018-10-31
* Sync our copy of the timezone library with IANA release tzcode2018g.Tom Lane2018-10-31
* Update time zone data files to tzdata release 2018g.Tom Lane2018-10-31
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* pg_rewind: Remove unused macroPeter Eisentraut2018-10-30
* Consolidate cross-option checks in pg_restoreMichael Paquier2018-10-30
* Add pg_partition_tree to display information about partitionsMichael Paquier2018-10-30
* Fix missing whitespace in pg_dump ref pageMagnus Hagander2018-10-29
* Exclude temporary directories from pgindentPeter Eisentraut2018-10-29
* pg_restore: Augment documentation for -N optionPeter Eisentraut2018-10-29
* Improve description of pg_attrdef in documentationMichael Paquier2018-10-29
* Remove incorrect comment in dshash.c.Thomas Munro2018-10-29
* Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan2018-10-28
* Improve tab completion of CREATE EVENT TRIGGER in psqlMichael Paquier2018-10-26
* Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier2018-10-26
* Add pg_promote functionMichael Paquier2018-10-25
* Apply unconstify() in more placesPeter Eisentraut2018-10-25
* Improve unconstify() documentationPeter Eisentraut2018-10-25
* Fix typo in regression test commentAndrew Dunstan2018-10-24
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* List wait events in alphabetical orderMichael Paquier2018-10-24
* Remove get_attidentity()Peter Eisentraut2018-10-23
* Remove get_atttypmod()Peter Eisentraut2018-10-23
* Drop const cast from dlsym() callsPeter Eisentraut2018-10-23
* Sprinkle some const decorationsPeter Eisentraut2018-10-23
* Clarify descriptions of relhassubclass and relispartition in pg_classMichael Paquier2018-10-22
* Set pg_class.relhassubclass for partitioned indexesMichael Paquier2018-10-22
* Fix some grammar errors in bloom.sgmlAlexander Korotkov2018-10-22
* Don't try to test files named with a trailing dot on WindowsAndrew Dunstan2018-10-21
* Lower privilege level of programs calling regression_mainAndrew Dunstan2018-10-20
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane2018-10-19
* Sync our copy of the timezone library with IANA release tzcode2018f.Tom Lane2018-10-19
* Update time zone data files to tzdata release 2018f.Tom Lane2018-10-19
* Silence perlcritic warning about missing return.Tom Lane2018-10-19
* Use whitelist to choose files scanned with pg_verify_checksumsMichael Paquier2018-10-19
* Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane2018-10-19
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-19