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