summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-31Process EXTRA_INSTALL serially, during the first temp-install.Noah Misch
2018-12-31Send EXTRA_INSTALL errors to install.log, not stderr.Noah Misch
2018-12-31pg_regress: Promptly detect failed postmaster startup.Noah Misch
2018-12-31Update leakproofness markings on some btree comparison functions.Tom Lane
2018-12-31Remove some useless codeAlvaro Herrera
2018-12-31Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279.Tom Lane
2018-12-30Change "checkpoint starting" message to use "wal"Peter Eisentraut
2018-12-30Add a hash opclass for type "tid".Tom Lane
2018-12-30Support parameterized TidPaths.Tom Lane
2018-12-30Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.Tom Lane
2018-12-30Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQLMichael Paquier
2018-12-29Use pg_strong_random() to select each server process's random seed.Tom Lane
2018-12-29Use a separate random seed for SQL random()/setseed() functions.Tom Lane
2018-12-29pg_rewind: Add missing newline to error messagePeter Eisentraut
2018-12-29Remove redundant translation markersPeter Eisentraut
2018-12-28Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier
2018-12-28Marginal performance hacking in erand48.c.Tom Lane
2018-12-28Fix latent problem with pg_jrand48().Tom Lane
2018-12-28Fix thinko in previous commitAlvaro Herrera
2018-12-28Rewrite ExecPartitionCheckEmitError for clarityAlvaro Herrera
2018-12-28Clarify referential actions in docs of CREATE/ALTER TABLEMichael Paquier
2018-12-28Reduce length of GIN predicate locking isolation test suiteAlexander Korotkov
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-12-27pg_dump: Add missing newline to error messagePeter Eisentraut
2018-12-27Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-12-26Fix failure to check for open() or fsync() failures.Tom Lane
2018-12-26Fix portability failure introduced in commits d2b0b60e7 et al.Tom Lane
2018-12-25Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psqlMichael Paquier
2018-12-24Prioritize history files when archivingMichael Paquier
2018-12-23Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier
2018-12-23Add completion for storage parameters after CREATE TABLE WITH in psqlMichael Paquier
2018-12-22Add WRITE_*_ARRAY macrosPeter Eisentraut
2018-12-22Add some const decorationsPeter Eisentraut
2018-12-22Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-12-20Base information_schema.sql_identifier domain on name, not varchar.Tom Lane
2018-12-20Avoid producing over-length specific_name outputs in information_schema.Tom Lane
2018-12-20Fix lock level used for partition when detaching itAlvaro Herrera
2018-12-20Doc: fix ancient mistake in search_path documentation.Tom Lane
2018-12-20Make bitmapset.c use 64-bit bitmap words on 64-bit machines.Tom Lane
2018-12-20DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera
2018-12-20Add more tab completion for CREATE TABLE in psqlMichael Paquier
2018-12-20Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark
2018-12-19Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane
2018-12-19Make type "name" collation-aware.Tom Lane
2018-12-19Remove function names from error messagesAlvaro Herrera
2018-12-19Small improvements for allocation logic in ginHeapTupleFastCollect().Tom Lane
2018-12-19Doc: fix incorrect example of collecting arguments with fmgr macros.Tom Lane
2018-12-19Remove obsolete nbtree duplicate entries comment.Peter Geoghegan