aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove special handling for open() in initdb for WindowsMichael Paquier2018-09-21
* Fix psql's tab completion for TABLE.Tom Lane2018-09-20
* Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.Tom Lane2018-09-20
* Add a "return" statement to pacify perlcritic.Tom Lane2018-09-20
* Add missing pg_description strings for pg_type entries.Tom Lane2018-09-20
* Teach genbki.pl to auto-generate pg_type entries for array types.Tom Lane2018-09-20
* Fix handling of format string text characters in to_timestamp()/to_date()Alexander Korotkov2018-09-20
* Fix segment_bins corruption in dsa.c.Thomas Munro2018-09-20
* Defer restoration of libraries in parallel workers.Thomas Munro2018-09-20
* Enforce translation mode for Windows frontends to text with open/fopenMichael Paquier2018-09-20
* Fix minor error message style guide violation.Tom Lane2018-09-19
* Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.Tom Lane2018-09-19
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-18
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-18
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-18
* Allow DSM allocation to be interrupted.Thomas Munro2018-09-18
* Refactor routines for subscription and publication lookupsMichael Paquier2018-09-18
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-17
* Remove dead code from pop_next_work_item().Tom Lane2018-09-17
* Fix pgbench lexer's "continuation" rule to cope with Windows newlines.Tom Lane2018-09-17
* Add list of acknowledgments to release notesPeter Eisentraut2018-09-16
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-16
* Add outfuncs.c support for RawStmt nodes.Tom Lane2018-09-16
* doc: clarify pg_basebackup's -C/--create-slot descriptionBruce Momjian2018-09-16
* In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane2018-09-15
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Move PartitionDispatchData struct definition to execPartition.cAlvaro Herrera2018-09-14
* Improve parallel scheduling logic in pg_dump/pg_restore.Tom Lane2018-09-14
* Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera2018-09-14
* Order active window clauses for greater reuse of Sort nodes.Andrew Gierth2018-09-14
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-14
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-14
* Improve autovacuum logging for aggressive and anti-wraparound runsMichael Paquier2018-09-14
* Message style improvementsPeter Eisentraut2018-09-13
* Detect LLVM 7 without specifying binaries explicitly.Andres Freund2018-09-13
* Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane2018-09-13
* Attach FPI to the first record after full_page_writes is turned on.Amit Kapila2018-09-13
* Simplify static function in extension.cMichael Paquier2018-09-13
* Simplify index tuple descriptor initializationPeter Eisentraut2018-09-13
* Minor fixes for psql tab completion.Tom Lane2018-09-12
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-12
* ecpg: Change --version output to common stylePeter Eisentraut2018-09-12
* Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane2018-09-11
* Parse more strictly integer parameters from connection strings in libpqMichael Paquier2018-09-12
* doc: adjust PG 11 release notesBruce Momjian2018-09-11
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Use -Bsymbolic for shared libraries on HP-UX and Solaris.Tom Lane2018-09-10
* Hide a static inline from FRONTEND code.Tom Lane2018-09-10