summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-24Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane
2020-09-23Fix missing fsync of SLRU directories.Thomas Munro
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-09-23Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane
2020-09-23Allow WaitLatch() to be used without a latch.Thomas Munro
2020-09-22Simplify SortTocFromFile() by removing fixed buffer-size limit.Tom Lane
2020-09-22Remove arbitrary line length limit for libpq service files.Tom Lane
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-22Exclude fmgrprotos.h from pgindent processing.Tom Lane
2020-09-22Improve the error message for an inappropriate column definition list.Tom Lane
2020-09-21Fix a few more generator scripts to produce pgindent-clean output.Tom Lane
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-21Standardize order of use strict and use warnings in Perl codePeter Eisentraut
2020-09-21Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas
2020-09-20Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane
2020-09-20Fix whitespacePeter Eisentraut
2020-09-19Remove precedence hacks no longer needed without postfix operators.Tom Lane
2020-09-19Remove unused parametersPeter Eisentraut
2020-09-19Code review for dynahash change.Thomas Munro
2020-09-18Remove large fill factor support from dynahash.c.Thomas Munro
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-18pg_surgery: Try to stabilize regression tests.Robert Haas
2020-09-18Update file header comments for logical/relation.c.Amit Kapila
2020-09-18Fix comments in heapam.c.Amit Kapila
2020-09-18Try to stabilize output from rolenames regression test.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Remove factorial operators, leaving only the factorial() function.Tom Lane
2020-09-17Further improve pgindent's list of file exclusions.Tom Lane
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-09-17Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-17doc: Apply more consistently <productname> markup for OpenSSLMichael Paquier
2020-09-17Improve tab completion of IMPORT FOREIGN SCHEMA in psqlMichael Paquier
2020-09-17Teach walsender to update its process title for replication commands.Tom Lane
2020-09-17Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane
2020-09-17Fix bogus completion tag usage in walsenderAlvaro Herrera
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-09-16Don't fetch partition check expression during InitResultRelInfo.Tom Lane
2020-09-16Fix amcheck child check pg_upgrade bug.Peter Geoghegan
2020-09-16Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane
2020-09-16Fix bogus cache-invalidation logic in logical replication worker.Tom Lane
2020-09-16Add leader_pid field into the example of file_fdw for csvlog.Fujii Masao
2020-09-16Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dumpMichael Paquier
2020-09-16Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis
2020-09-16HashAgg: release write buffers sooner by rewinding tape.Jeff Davis
2020-09-16Fix initialization of RelationSyncEntry for streaming transactions.Amit Kapila
2020-09-16Optimize compactify_tuples functionDavid Rowley
2020-09-16Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera
2020-09-15Report resource usage at the end of recoveryDavid Rowley