summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-08-10Revert changes in execMain.c from commit 16828d5c0273bAndrew Dunstan
2018-08-10Handle parallel index builds on mapped relations.Peter Geoghegan
2018-08-10Improve TRUNCATE by avoiding early lock queueMichael Paquier
2018-08-10Fix typo in SP-GiST error messageAlexander Korotkov
2018-08-09Spell "partitionwise" consistently.Heikki Linnakangas
2018-08-09Restrict access to reindex of shared catalogs for non-privileged usersMichael Paquier
2018-08-09Remove bogus Assert in make_partitionedrel_pruneinfo().Tom Lane
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-08-08Match RelOptInfos by relids not pointer equality.Tom Lane
2018-08-07Don't record FDW user mappings as members of extensions.Tom Lane
2018-08-07Fix incorrect initialization of BackendActivityBuffer.Tom Lane
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-08-03Add table relcache invalidation to index builds.Peter Geoghegan
2018-08-03Fix buffer usage stats for parallel nodes.Amit Kapila
2018-08-03Match the buffer usage tracking for leader and worker backends.Amit Kapila
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-08-01Fix logical replication slot initializationAlvaro Herrera
2018-08-01Fix unnoticed variable shadowing in previous commitAlvaro Herrera
2018-08-01Fix per-tuple memory leak in partition tuple routingAlvaro Herrera
2018-08-01Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-30Remove dead code left behind by 1b6801051.Tom Lane
2018-07-30Verify range bounds to bms_add_range when necessaryAlvaro Herrera
2018-07-30Change bms_add_range to be a no-op for empty rangesAlvaro Herrera
2018-07-30Set ActiveSnapshot when logically replaying insertsAlvaro Herrera
2018-07-30Add ssl_library preset parameterPeter Eisentraut
2018-07-29Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLYTomas Vondra
2018-07-29Restore handling of -0 in the C field of lines in line_construct().Tomas Vondra
2018-07-29Fix two oversights from 9ebe0572 which refactored cluster_relMichael Paquier
2018-07-29Document security implications of qualified names.Noah Misch
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-29Refactor geometric functions and operatorsTomas Vondra
2018-07-27Reduce path length for locking leaf B-tree pages during insertionAlexander Korotkov
2018-07-27Fix grammar in README.tuplockAlvaro Herrera
2018-07-27Use key and partdesc from PartitionDispatch where possible.Robert Haas
2018-07-27Fix the buffer release order for parallel index scans.Amit Kapila
2018-07-26Avoid crash in eval_const_expressions if a Param's type changes.Tom Lane
2018-07-25LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.Andres Freund
2018-07-25LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.Andres Freund
2018-07-24Pad semaphores to avoid false sharing.Thomas Munro
2018-07-24Defend against some potential spurious compiler warnings in 86eaf208e.Andres Freund
2018-07-24Refactor cluster_rel() to handle more optionsMichael Paquier
2018-07-24Fix calculation for WAL segment recycling and removalMichael Paquier
2018-07-24Use setproctitle_fast() to update the ps status, if available.Thomas Munro
2018-07-23LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund
2018-07-23LLVMJIT: Fix LLVM build for LLVM > 7.Andres Freund
2018-07-23Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.Andres Freund
2018-07-23Add proper errcodes to new error messages for read() failuresMichael Paquier