summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-26Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane
2018-09-26Always use our own versions of *printf().Tom Lane
2018-09-26Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-09-26Update dummy CREATE ASSERTION grammarPeter Eisentraut
2018-09-26Improve test coverage of geometric typesTomas Vondra
2018-09-26Fix problems in handling the line data typeTomas Vondra
2018-09-26Add basic regression tests for default monitoring rolesMichael Paquier
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-09-25Remove absolete function TupleDescGetSlot().Andres Freund
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
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-25Revoke pg_stat_statements_reset() permissionsMichael Paquier
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-09-24auto_explain: Include JIT information if applicable.Andres Freund
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-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-23Doc: warn against using parallel restore with --load-via-partition-root.Tom Lane
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-22Get rid of explicit argument-count markings in tab-complete.c.Tom Lane
2018-09-22doc: JIT is enabled by default in PG 12Bruce Momjian
2018-09-21docs: remove use of escape strings and use bytea hex outputBruce Momjian
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-21Document lock taken on referenced table when adding a foreign keyMichael Paquier
2018-09-21Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.Andres Freund
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