aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove incorrect %s in stringMagnus Hagander2020-11-09
* Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20, 9.5.24.Tom Lane2020-11-08
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Fix test for error message changePeter Eisentraut2020-11-08
* Message style improvementsAlvaro Herrera2020-11-07
* Fix redundant error messages in client toolsPeter Eisentraut2020-11-07
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-07
* Doc: small release note updates.Tom Lane2020-11-07
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-07
* Plug memory leak in index_get_partitionAlvaro Herrera2020-11-06
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* First-draft release notes for 13.1.Tom Lane2020-11-06
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-06
* Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane2020-11-06
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-05
* Fix nbtree cleanup-only VACUUM stats inaccuracies.Peter Geoghegan2020-11-04
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-04
* Use INT64_FORMAT to print int64 variables in sort debugTomas Vondra2020-11-03
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-03
* Guard against core dump from uninitialized subplan.Tom Lane2020-11-03
* Allow users with BYPASSRLS to alter their own passwords.Tom Lane2020-11-03
* Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut2020-11-03
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Second thoughts on TOAST decompression.Tom Lane2020-11-02
* Add missing comma in list of SSL versionsMagnus Hagander2020-11-02
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* Fix two issues in TOAST decompression.Tom Lane2020-11-01
* Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane2020-11-01
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-31
* Stabilize timetz test across DST transitions.Tom Lane2020-10-29
* Use mode "r" for popen() in psql's evaluate_backtick().Tom Lane2020-10-28
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Makefile comment: remove reference to tools/thread/thread_testBruce Momjian2020-10-27
* pg_dump: Lock all relations, not just plain tablesAlvaro Herrera2020-10-27
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-27
* docs: remove reference to src/tools/threadBruce Momjian2020-10-27
* doc: simplify wording of function error affectsBruce Momjian2020-10-26
* doc: make blooms docs match realityBruce Momjian2020-10-26
* Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane2020-10-25
* Fix incorrect parameter name in a function header commentDavid Rowley2020-10-25
* Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane2020-10-24
* Fix broken XML formatting in EXPLAIN output for incremental sorts.Tom Lane2020-10-23
* Update time zone data files to tzdata release 2020d.Tom Lane2020-10-22
* Sync our copy of the timezone library with IANA release tzcode2020d.Tom Lane2020-10-22
* Fix connection string handling in psql's \connect command.Tom Lane2020-10-21
* Use fast checkpoint in PostgresNode::backup()Alvaro Herrera2020-10-21
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Avoid invalid alloc size error in shm_mqPeter Eisentraut2020-10-20