summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-18Update file header comments for logical/relation.c.Amit Kapila
2020-09-18Fix comments in heapam.c.Amit Kapila
2020-09-17Remove support for postfix (right-unary) operators.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-17Teach walsender to update its process title for replication commands.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-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-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
2020-09-15Allow incremental sorts for windowing functionsDavid Rowley
2020-09-15Fix compiler warningDavid Rowley
2020-09-14Make walsenders show their replication commands in pg_stat_activity.Tom Lane
2020-09-14Fix typos.Fujii Masao
2020-09-14Make index_set_state_flags() transactionalMichael Paquier
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-13Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane
2020-09-12Fix inconsistency in determining the timestamp of the db statfile.Amit Kapila
2020-09-12Remove unused function declaration in logicalproto.h.Amit Kapila
2020-09-12logtape.c: do not preallocate for tapes when sortingJeff Davis
2020-09-11Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane
2020-09-11Log a message when resorting to SIGKILL during shutdown/crash recovery.Tom Lane
2020-09-11Don't run atexit callbacks during signal exits from ProcessStartupPacket.Tom Lane
2020-09-11Update copyright yearAlvaro Herrera
2020-09-10Print WAL logical message contents in pg_waldumpAlvaro Herrera
2020-09-10Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane
2020-09-10Clean up some code and comments in partbounds.c.Etsuro Fujita
2020-09-10doc: Fix some grammar and inconsistenciesMichael Paquier
2020-09-10Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch
2020-09-09Make archiver's SIGQUIT handler exit via _exit().Tom Lane
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-09-09Minor fixes in docs and error messages.Tom Lane
2020-09-08Check default partitions constraints while descendingAlvaro Herrera
2020-09-08Install an error check into cancel_before_shmem_exit().Tom Lane
2020-09-08Fix autovacuum cancellation.Andres Freund