summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-25Remove function list from prologue of execTuples.c.Andres Freund
2018-09-25Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund
2018-09-25Remove obsolete commentAlvaro Herrera
2018-09-25Remove fmgr.h inclusion from partition.hAlvaro Herrera
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-25Avoid unnecessary precision loss for pgbench's --rate target.Tom Lane
2018-09-25Constify dsa_size_class_map and use a better type.Thomas Munro
2018-09-25Ignore publication tables when --no-publications is usedMichael Paquier
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-09-24Make EXPLAIN output for JIT compilation more dense.Andres Freund
2018-09-24Fast default trigger and expand_tuple fixesAndrew Dunstan
2018-09-24Use ppoll(2), if available, to wait for input in pgbench.Tom Lane
2018-09-24Fix over-allocation of space for array_out()'s result string.Tom Lane
2018-09-24Document aclitem functions and operatorsJoe Conway
2018-09-23Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-23Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane
2018-09-22Replace CAS loop with single TAS in ProcArrayGroupClearXid()Alexander Korotkov
2018-09-22Make GUC wal_sender_timeout user-settableMichael Paquier
2018-09-21Get rid of explicit argument-count markings in tab-complete.c.Tom Lane
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-22Use size_t consistently in dsa.{ch}.Thomas Munro
2018-09-21Remove 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-20Enforce 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-19Add 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