]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-11-06  Thomas MunroProvide pg_pread() and pg_pwrite() for random I/O.
2018-11-06  Bruce MomjianGUC: adjust effective_cache_size SQL descriptions
2018-11-06  Tom LaneRename rbtree.c functions to use "rbt" prefix not ...
2018-11-06  Tom LaneRemove useless symbol from Makefile.global.
2018-11-06  Thomas MunroRemove some remaining traces of dsm_resize().
2018-11-06  Michael PaquierReorganize format options of psql in alphabetical order
2018-11-06  Michael PaquierSwitch pg_promote to be parallel-safe
2018-11-06  Thomas MunroRemove dsm_resize() and dsm_remap().
2018-11-05  Tom LaneLast-minute updates for release notes.
2018-11-05  Andres FreundFix copy-paste error in errhint() introduced in 691d79a...
2018-11-05  Tom LaneRemove unreferenced pg_opfamily entry.
2018-11-05  Tom LaneLast-minute updates for release notes.
2018-11-05  Michael PaquierBlock creation of partitions with open references to...
2018-11-05  Michael PaquierIgnore partitioned tables when processing ON COMMIT...
2018-11-04  Tom LaneRelease notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20...
2018-11-04  Tom LaneFix ExecuteCallStmt to not scribble on the passed-in...
2018-11-04  Tom LaneFix bugs in plpgsql's handling of CALL argument lists.
2018-11-04  Tom LaneFix unused-variable warning.
2018-11-03  Andres FreundPrevent generating EEOP_AGG_STRICT_INPUT_CHECK operatio...
2018-11-03  Andres FreundFix STRICT check for strict aggregates with NULL ORDER...
2018-11-03  Tom LaneMake ts_locale.c's character-type functions cope with...
2018-11-03  Alvaro HerreraFix tablespace handling for partitioned indexes
2018-11-03  Stephen FrostRemove extra word from create sub docs
2018-11-03  Tom LaneFirst-draft release notes for 11.1.
2018-11-02  Tom LaneYet further rethinking of build changes for macOS Mojave.
2018-11-02  Thomas MunroFix NULL handling in multi-batch Parallel Hash Left...
2018-11-02  Bruce Momjiandocs: adjust simpler language for NULL return from...
2018-11-02  Bruce MomjianGUC: adjust effective_cache_size docs and SQL description
2018-11-02  Magnus HaganderFix some spelling errors in the documentation
2018-11-02  Magnus HaganderFix spelling errors and typos in comments
2018-11-02  Bruce Momjiandoc: use simpler language for NULL return from ANY/ALL
2018-11-01  Michael PaquierLower error level from PANIC to FATAL when restoring...
2018-11-01  Peter EisentrautRemove obsolete pg_constraint.consrc column
2018-11-01  Peter EisentrautRemove obsolete pg_attrdef.adsrc column
2018-11-01  Andres FreundFix error message typo introduced 691d79a07933.
2018-11-01  Peter GeogheganAdjust trace_sort log messages.
2018-10-31  Andres FreundDisallow starting server with insufficient wal_level...
2018-10-31  Tom LaneFix memory leak in repeated SPGIST index scans.
2018-10-31  Andres FreundFix typo in xlog.c.
2018-10-31  Tom LaneSync our copy of the timezone library with IANA release...
2018-10-31  Tom LaneUpdate time zone data files to tzdata release 2018g.
2018-10-30  Tom LaneFix interaction of CASE and ArrayCoerceExpr.
2018-10-30  Peter Eisentrautpg_rewind: Remove unused macro
2018-10-30  Michael PaquierConsolidate cross-option checks in pg_restore
2018-10-30  Michael PaquierAdd pg_partition_tree to display information about...
2018-10-29  Magnus HaganderFix missing whitespace in pg_dump ref page
2018-10-29  Peter EisentrautExclude temporary directories from pgindent
2018-10-29  Peter Eisentrautpg_restore: Augment documentation for -N option
2018-10-29  Michael PaquierImprove description of pg_attrdef in documentation
2018-10-28  Thomas MunroRemove incorrect comment in dshash.c.
2018-10-28  Andrew DunstanFix perl searchpath for modern perl for MSVC tools
2018-10-26  Michael PaquierImprove tab completion of CREATE EVENT TRIGGER in psql
2018-10-26  Michael PaquierAdd tab completion of EXECUTE FUNCTION for CREATE TRIGG...
2018-10-25  Michael PaquierAdd pg_promote function
2018-10-25  Peter EisentrautApply unconstify() in more places
2018-10-25  Peter EisentrautImprove unconstify() documentation
2018-10-24  Andrew DunstanFix typo in regression test comment
2018-10-24  Andrew DunstanCorrectly set t_self for heap tuples in expand_tuple
2018-10-24  Michael PaquierList wait events in alphabetical order
2018-10-23  Peter EisentrautRemove get_attidentity()
2018-10-23  Peter EisentrautRemove get_atttypmod()
2018-10-23  Peter EisentrautDrop const cast from dlsym() calls
2018-10-23  Peter EisentrautSprinkle some const decorations
2018-10-22  Michael PaquierClarify descriptions of relhassubclass and relispartiti...
2018-10-22  Michael PaquierSet pg_class.relhassubclass for partitioned indexes
2018-10-21  Alexander KorotkovFix some grammar errors in bloom.sgml
2018-10-21  Andrew DunstanDon't try to test files named with a trailing dot on...
2018-10-20  Andrew DunstanLower privilege level of programs calling regression_main
2018-10-20  Tom LaneClient-side fixes for delayed NOTIFY receipt.
2018-10-20  Tom LaneServer-side fix for delayed NOTIFY and SIGTERM processing.
2018-10-19  Tom LaneSync our copy of the timezone library with IANA release...
2018-10-19  Tom LaneUpdate time zone data files to tzdata release 2018f.
2018-10-19  Tom LaneSilence perlcritic warning about missing return.
2018-10-19  Michael PaquierUse whitelist to choose files scanned with pg_verify_ch...
2018-10-19  Tom LaneAdd missing quote_identifier calls for CREATE TRIGGER...
2018-10-19  Thomas MunroRefactor pid, random seed and start time initialization.
2018-10-18  Tom LaneStill further rethinking of build changes for macOS...
2018-10-17  Tom LaneImprove some comments related to executor result relations.
2018-10-17  Tom LaneConst-ify a few more large static tables.
2018-10-17  Tom LaneFix minor bug in isolationtester.
2018-10-17  Peter EisentrautFix crash in multi-insert COPY
2018-10-17  Tom LaneMinor additional improvements for ecpglib/prepare.c.
2018-10-17  Tom LaneImprove tzparse's handling of TZDEFRULES ("posixrules...
2018-10-17  Tom LaneAvoid statically allocating statement cache in ecpglib...
2018-10-17  Tom LaneFormatting cleanup in ecpglib/prepare.c.
2018-10-16  Andres FreundReorder FmgrBuiltin members, saving 25% in size.
2018-10-16  Tom LaneBack off using -isysroot on Darwin.
2018-10-16  Andres FreundMark constantly allocated dest receiver as const.
2018-10-16  Andres FreundAdd macro to cast away const without allowing changes...
2018-10-16  Tom LaneBe smarter about age-counter overflow in formatting...
2018-10-16  Tom LaneAvoid rare race condition in privileges.sql regression...
2018-10-16  Tom LaneAvoid statically allocating formatting.c's format strin...
2018-10-16  Andres FreundCorrect constness of system attributes in heap.c &...
2018-10-16  Tom LaneMake PostgresNode.pm's poll_query_until() more chatty...
2018-10-16  Tom LaneImprove stability of recently-added regression test...
2018-10-16  Tom LaneAvoid statically allocating gmtsub()'s timezone workspace.
2018-10-16  Andres FreundCorrect constness of a few variables.
2018-10-16  Andres FreundMove TupleTableSlots boolean member into one flag variable.
2018-10-15  Andres FreundMove generic slot support functions from heaptuple...
2018-10-15  Thomas MunroMove the replication lag tracker into heap memory.
next