summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-12-19Correct obsolete nbtree recovery comments.Peter Geoghegan
2018-12-19Doc: fix typo in "Generic File Access Functions" section.Tatsuo Ishii
2018-12-18Make collation-aware system catalog columns use "C" collation.Tom Lane
2018-12-18Update sepgsql regression test results for commit ca4103025.Tom Lane
2018-12-18Fix ancient thinko in mergejoin cost estimation.Tom Lane
2018-12-18Include partitioned indexes to system view pg_indexesMichael Paquier
2018-12-18Tweak description comments in tests for partition functionsMichael Paquier
2018-12-18Update project link of pgBadger in documentationMichael Paquier
2018-12-18Include ALTER INDEX SET STATISTICS in pg_dumpMichael Paquier
2018-12-17Drop support for getting signal descriptions from sys_siglist[].Tom Lane
2018-12-17Fix tablespace handling for partitioned tablesAlvaro Herrera
2018-12-17Clarify runtime pruning in EXPLAINAlvaro Herrera
2018-12-17Remove extra semicolons.Amit Kapila
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-12-16Make error handling in parallel pg_upgrade less bogus.Tom Lane
2018-12-16Improve detection of child-process SIGPIPE failures.Tom Lane
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-12-13Introduce new extended routines for FDW and foreign server lookupsMichael Paquier
2018-12-13Create a separate oid range for oids assigned by genbki.pl.Andres Freund